http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20961
User: sfisher
Date: 2007/03/03 03:14 AM
Log:
Update object export code:
- Add to User's Guide
- Add a help button
- Move a lot of code into the shared export_object.c file and out of
dissector specific file export_object_http.c. This will make adding
additional protocols much easier.
- Change comment in packet-http.c to reflect new name (Export Object)
- Various other minor improvements
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-http.c Modified
Directory: /trunk/docbook/
Changes Path Action
+3 -2 user-guide.xml Modified
Directory: /trunk/gtk/
Changes Path Action
+253 -16 export_object.c Modified
+2 -15 export_object.h Modified
+11 -232 export_object_http.c Modified
+3 -0 help_dlg.c Modified
+1 -0 help_dlg.h Modified
Directory: /trunk/docbook/wsug_graphics/
Changes Path Action
+0 -0 ws-export-objects.png Added
Directory: /trunk/docbook/wsug_src/
Changes Path Action
+80 -0 WSUG_chapter_io.xml Modified