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