http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46449
User: gerald
Date: 2012/12/07 12:08 PM
Log:
Add a context menu to the packet list and fill in the
apply/match-related actions. Have matchSelectedFilter figure out our
filter strings, which lets us remove duplicate code in the apply/match
action slots. Remove some leftover code from an experiment.
Adjust the temporary message colors in the status bar and label stack.
Add a NULL check to construct_match_selected_string.
Directory: /trunk/epan/
Changes Path Action
+3 -0 proto.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+6 -5 label_stack.cpp Modified
+4 -2 main_status_bar.cpp Modified
+1 -1 main_window.h Modified
+28 -116 main_window_slots.cpp Modified
+199 -10 packet_list.cpp Modified
+3 -0 packet_list.h Modified