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

Wireshark-bugs: [Wireshark-bugs] [Bug 3242] Dynamic header fields for HTTP

Date: Fri, 10 Apr 2009 07:08:17 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3242


Abhik Sarkar <sarkar.abhik@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #2890 is|0                           |1
           obsolete|                            |
   Attachment #2929|                            |review_for_checkin?
               Flag|                            |




--- Comment #4 from Abhik Sarkar <sarkar.abhik@xxxxxxxxx>  2009-04-10 07:08:13 PDT ---
Created an attachment (id=2929)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2929)
Revised patch against SVN Rev 27959

Finally got it working after LEGO answered my question :)

Attached patch has been:
- checked with checkhf and checkAPIs
- fuzz tested (100 loops) with a capture containing about 500 packets of HTTP
traffic.
========================
Output from tshark showing the extraction of HTTP headers from a capture
containing MMS:

C:\Documents and
Settings\sarkara\Desktop>f:\wireshark-src\wireshark-gtk2\tshark -r mm1_mm1.cap
-d "tcp.port==10021,http" -T fields -e "http.header.sgsn" -e
"http.header.x-wap-profile" -R "http.header.sgsn contains==60302"
60302   \"http://wap.samsungmobile.com/uaprof/SGH-E350.xml\";
60302   \"http://wap.samsungmobile.com/uaprof/SGH-E350.xml\";
60302   \"http://wap.samsungmobile.com/uaprof/SGH-E350.xml\";
60302   \"http://wap.sonyericsson.com/UAprof/Z610iR201.xml\";
60302   \"http://nds1.nds.nokia.com/uaprof/NN70-1r100-VF2G.xml\";
60302   \"http://nds1.nds.nokia.com/uaprof/NN70-1r100.xml\";
60302   \"http://wap.sonyericsson.com/UAprof/K310iR301.xml\";
60302   http://nds1.nds.nokia.com/uaprof/NE65-1r100-VF2Gdrm10.xml
60302   http://nds1.nds.nokia.com/uaprof/NE65-1r100-VF2Gdrm10.xml
...


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.