Wireshark-commits: [Wireshark-commits] rev 45186: /trunk-1.8/ /trunk-1.8/epan/: packet.c packet.h /

Date: Fri, 28 Sep 2012 09:09:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45186

User: etxrab
Date: 2012/09/28 02:09 AM

Log:
 Copy over:
 Revision 43921 - Only initialize fields in the print_args that are actually used.
 
 This prevents a memory leak where we were allocating for print_args.range
 but never freeing.
 -------------------------------------------------------------------------------
 Revision 44696
 Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)

Directory: /trunk-1.8/epan/
  Changes    Path          Action
  +51 -3     packet.c      Modified
  +1 -1      packet.h      Modified

Directory: /trunk-1.8/ui/gtk/
  Changes    Path                      Action
  +5 -5      dissector_tables_dlg.c    Modified

Directory: /trunk-1.8/
  Changes    Path          Action
  +32 -9     tshark.c      Modified