aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
Commit message (Expand)AuthorAgeFilesLines
* 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