http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53476
User: mmann
Date: 2013/11/21 04:42 PM
Log:
Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Convert to walking packet protocol list looking for desired protocols.
I may eventually switch this to use proto_* values instead of strings, but just the addition of the loop is more jarring as compared to the simple comparing of ip or ethernet values. But it should lead to a smaller (less protocol specific) packet_info structure.
Directory: /trunk/ui/gtk/
Changes Path Action
+20 -3 follow_tcp.c Modified
+20 -3 follow_udp.c Modified
+78 -22 main_menubar.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+22 -3 follow_stream_dialog.cpp Modified
+25 -3 main_window.cpp Modified
+45 -18 main_window_slots.cpp Modified
+23 -17 packet_list.cpp Modified