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 21021: /trunk/ /trunk/epan/dissectors/: packet-http.c pa

Date: Tue, 13 Mar 2007 20:42:05 GMT
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