Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43210: /trunk/epan/ /trunk/epan/dissectors/: packet-ip.c

Date: Mon, 11 Jun 2012 18:47:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43210

User: wmeier
Date: 2012/06/11 11:47 AM

Log:
 Don't define value_string arrays in a .h file (included in multiple places).
 Also:
  - don't use val_to_str_const() with a "format" default string;
  - rename 'opt_len_type' enumeration  identifiers to be less generic.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +67 -41    packet-ip.c      Modified
  +4 -6      packet-ipv6.c    Modified
  +29 -29    packet-mip6.c    Modified
  +92 -97    packet-ppp.c     Modified
  +26 -28    packet-tcp.c     Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +10 -34    ip_opts.h     Modified