Wireshark-commits: [Wireshark-commits] rev 45126: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-i

Date: Tue, 25 Sep 2012 11:17:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45126

User: etxrab
Date: 2012/09/25 04:17 AM

Log:
 Copy over:
 Revision 44959 - Initialize ett's and hf's to "-1", not "- 1".
 --------------------------------------------------------------------------------
 Revision 44872 - Add data parameter to call_dissector_only.
 --------------------------------------------------------------------------------
 Revision 44689 - Yet another case of bug #7316 (r42989) and bug #7668 (r44688)
 Use correct field type for ccp.opt.oui
 --------------------------------------------------------------------------------
 Revision 44688 - Fix bug #7668 Use correct field type for lcp.opt.oui
 --------------------------------------------------------------------------------
 Revision 44538 - col_...() and expert...() fcns should not be under 'if (tree)';
 'tab-width/tabstop/tabSize' in editor modelines should really always be 8;
 --------------------------------------------------------------------------------
 Revision 43210 - 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.
 --------------------------------------------------------------------------------
 Revision 43157 - Fix some dead assignments.
 --------------------------------------------------------------------------------

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

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

Directory: /trunk-1.8/ui/gtk/
  Changes    Path                  Action
  +1 -1      capture_file_dlg.c    Modified