]> The Tcpdump Group git mirrors - tcpdump/commit
rework the ICMP6 decoder:
authorhannes <hannes>
Fri, 14 Jan 2005 10:41:50 +0000 (10:41 +0000)
committerhannes <hannes>
Fri, 14 Jan 2005 10:41:50 +0000 (10:41 +0000)
commit932c88e77273a35731ec8598b1e101583d5e9e2e
tree1dd248c5dd308c3d038570fbf364e76f47858551
parentda8bcc0c0d588d55314bd3188b9977abbd8b5760
rework the ICMP6 decoder:
  -replace private flag printers and replace them with bittok2str()
  -remove some flesh from inline printf() statements make more use of tok2str()
  -option printer gets a multiline output (behind vflag)
   -context hexdump for options
  -replace some u_int32 with u_int8[4] to get around compiler padding issues
icmp6.h
print-icmp6.c