aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-2/+2
2001-08-23"sip_is_request()" is intended to indicate whether a given SIP packet isguy1-8/+20
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-2/+2
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsguy1-2/+2
2001-01-30Slightly better invalid packet handling.gerald1-6/+6
2001-01-30Fix a bounds checking problem when handed an invalid SIP packet, asgerald1-9/+16
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-4/+9
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-18dissect_sip() was incorrectly always calling the next levelgram1-4/+5
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy1-3/+9
2000-11-13As the SDP dissector now appends to, rather than overwriting, theguy1-3/+1
2000-11-11Updates from Heikki Vatiainen.guy1-43/+22
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-5/+2
2000-11-04SIP dissector, from Heikki Vatiainen.guy1-0/+224