http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19976
User: guy
Date: 2006/11/24 06:25 PM
Log:
Have separate proto_construct_match_selected_string() and
proto_can_match_selected() routines, to more clearly separate the two
functions - but have them both call the same underlying routine, so
they both make the same decisions as to whether a match-selected string
can be constructed or not.
Directory: /trunk/epan/
Changes Path Action
+1 -0 libwireshark.def Modified
+30 -2 proto.c Modified
+9 -6 proto.h Modified
Directory: /trunk/gtk/
Changes Path Action
+3 -1 expert_comp_table.c Modified
+3 -2 main.c Modified
+4 -4 menu.c Modified
Directory: /trunk/
Changes Path Action
+3 -2 print.c Modified
+2 -1 tap-protocolinfo.c Modified