Wireshark-commits: [Wireshark-commits] rev 53796: /trunk/ /trunk/epan/: epan.c epan.h /trunk/ui/gtk

Date: Thu, 05 Dec 2013 09:30:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53796

User: guy
Date: 2013/12/05 09:30 AM

Log:
 Initialize the error-reporting routines before scanning for plugins, as
 the code to scan for them uses those routines.
 
 This means epan_init() no longer takes those routines as arguments -
 which is just as well, given that the mechanism in question is no longer
 part of libwireshark, but is part of libwsutil.
 
 This should fix bug 9508.

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -9      epan.c        Modified
  +1 -6      epan.h        Modified

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +5 -3      main.c        Modified

Directory: /trunk/ui/qt/
  Changes    Path          Action
  +5 -4      main.cpp      Modified

Directory: /trunk/
  Changes    Path          Action
  +6 -4      dftest.c      Modified
  +5 -3      rawshark.c    Modified
  +5 -3      tshark.c      Modified