ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 20980: /trunk/ /trunk/epan/dissectors/: packet-http.c /t

Date: Tue, 06 Mar 2007 00:36:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20980

User: sfisher
Date: 2007/03/06 12:36 AM

Log:
 Export Object code/documentation updates:
 
  - Note in the user's guide that export object is not available 
    in GTK1 builds of Wireshark.
  - Make scanning through the slists more efficient
  - Use new tap.c function called have_tap_listener() to only save
    object payload data when the export object listener is actively
    listening for it.
  - Save objects in the HTTP dissector with g_malloc() instead of
    se_malloc() and free it when we're done with it - when the
    export object window is closed (Fixes bug #1412)
  - Various minor improvements

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +11 -6     packet-http.c    Modified

Directory: /trunk/gtk/
  Changes    Path                    Action
  +29 -34    export_object.c         Modified
  +1 -1      export_object.h         Modified
  +4 -3      export_object_http.c    Modified

Directory: /trunk/docbook/wsug_src/
  Changes    Path                   Action
  +1 -1      WSUG_chapter_io.xml    Modified