Wireshark-commits: [Wireshark-commits] rev 53522: /trunk/epan/ /trunk/epan/dissectors/: packet-icmp
Date: Sat, 23 Nov 2013 19:16:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53522

User: mmann
Date: 2013/11/23 07:16 PM

Log:
 Remove ip_ttl from packet_info structure.
 
 Part of the fix includes having the IPv6 dissector populate as much of a ws_ip structure as possible to pass to subdissectors of the "ip.proto" table, so the ttl value can be picked up.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +7 -4      packet-icmp.c      Modified
  +4 -2      packet-icmpv6.c    Modified
  +14 -19    packet-ip.c        Modified
  +39 -36    packet-ipv6.c      Modified

Directory: /trunk/epan/
  Changes    Path             Action
  +0 -1      packet_info.h    Modified