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

Date: Wed, 22 May 2013 23:02:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49530

User: guy
Date: 2013/05/22 04:02 PM

Log:
 Turn "packet_is_ssl()" into a general "does the packet whose dissection
 is in this epan_dissect_t contain the field whose name is passed as an
 argument" routine in libwireshark, and use it where we used
 packet_is_ssl().  (We should check to see if anything *else* could use
 it.)

Directory: /trunk/epan/
  Changes    Path          Action
  +19 -0     epan.c        Modified
  +6 -0      epan.h        Modified

Directory: /trunk/ui/gtk/
  Changes    Path              Action
  +1 -5      follow_ssl.c      Modified
  +1 -20     main_menubar.c    Modified

Directory: /trunk/ui/qt/
  Changes    Path                     Action
  +1 -1      main_window_slots.cpp    Modified