aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
Commit message (Expand)AuthorAgeFilesLines
* From Jakob Schlyter: add "PRACK" and "SPRACK" methods.Gerald Combs2002-03-291-35/+81
* From Jakob Schlyter, add the "MESSAGE" method.Gerald Combs2002-03-211-2/+5
* Use "tvb_offset_exists()" to check whether there's a payload, and useGuy Harris2002-02-021-12/+19
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+6
* Switched from calling dissect_data to using call_dissectorEd Warnicke2001-11-251-2/+4
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-2/+2
* "sip_is_request()" is intended to indicate whether a given SIP packet isGuy Harris2001-08-231-8/+20
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+2
* Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris2001-03-091-2/+2
* Slightly better invalid packet handling.Gerald Combs2001-01-301-6/+6
* Fix a bounds checking problem when handed an invalid SIP packet, asGerald Combs2001-01-301-9/+16
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-4/+9
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* dissect_sip() was incorrectly always calling the next levelGilbert Ramirez2000-11-181-4/+5
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-3/+9
* As the SDP dissector now appends to, rather than overwriting, theGuy Harris2000-11-131-3/+1
* Updates from Heikki Vatiainen.Guy Harris2000-11-111-43/+22
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-5/+2
* SIP dissector, from Heikki Vatiainen.Guy Harris2000-11-041-0/+224