Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
27c93270
Commit
27c93270
authored
Sep 08, 2006
by
Stig Venaas
Browse files
added IPv6 ttl anon
git-svn-id:
file:///home/svn/mapi/trunk@881
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
4b6714da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/anonflib/anonymize.c
View file @
27c93270
...
...
@@ -575,6 +575,10 @@ void anonymize_field(int protocol, int field, int function,mapipacket *packet,st
header_pointer
=
field_pointer
;
len
=
header_len
=
packet
->
ipdsize
;
break
;
case
TTL
:
field_pointer
=
(
unsigned
char
*
)
&
packet
->
ip6h
->
ip6_hlim
;
len
=
1
;
break
;
case
SRC_IP
:
field_pointer
=
(
unsigned
char
*
)
&
packet
->
ip6h
->
ip6_src
;
len
=
16
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment