http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21021
User: sfisher
Date: 2007/03/13 08:42 PM
Log:
HTTP Export Object updates:
- Split the HTTP tap into two taps: one for the HTTP statistics
and the other for the export object function. This allows the
HTTP statistics to work again (they seem to have been
partially broken since SVN rev 18901).
- Pass the conversation data (conv_data) between functions now
instead of using the global variable stat_info (now only used
for the HTTP stats)
- Pass only pointers from the HTTP dissector to the Export Object
tap, where we'll then copy the values and insert into the slist.
- Make sure we free all memory allocated by this feature when
we're done with it.
- Various other minor improvements
Directory: /trunk/epan/dissectors/
Changes Path Action
+94 -52 packet-http.c Modified
+21 -5 packet-http.h Modified
Directory: /trunk/gtk/
Changes Path Action
+13 -23 export_object.c Modified
+2 -1 export_object.h Modified
+14 -11 export_object_http.c Modified