aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-16Completly change parsing of "From" and "To" lines to fix a problem with findi...etxrab1-213/+344
2004-05-15From Martin Mathieson: mark the "this is a suspected resend" Boolean andguy1-8/+14
2004-05-04Fixed a copy-paste erroretxrab1-3/+3
2004-05-01From Martin Mathieson Update of SIP resend detection.etxrab1-57/+82
2004-04-22From Martin Mathiesonetxrab1-8/+318
2004-04-14Correct the removal of spaces before parameters in the Content type line, cha...etxrab1-21/+23
2004-04-03As pointed out by Chernishov Yury - strip of leading spaces of parametersetxrab1-7/+15
2004-03-30From Lars Roland: Tethereal version of SIP statistics tap, and fixes toguy1-295/+343
2004-03-26From Martin Mathieson: SIP statistics tap.guy1-9/+38
2004-02-18From Martin Mathieson: make the top-level SIP item include the messageguy1-4/+2
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,guy1-2/+2
2004-02-03Handle the media type "message/sip".guy1-2/+2
2004-01-19Free "media_type_str" once we've made the lower-cased copy - and referguy1-4/+3
2004-01-19Fix a double free bug introduced by the previous patch.obiot1-2/+2
2004-01-18From Anders Broman:obiot1-2/+13
2004-01-07Add a preference that controls the way the SIP version is enforced. By default,obiot1-9/+33
2004-01-02From Steven Lass: put the request and status lines into the protocolguy1-6/+23
2003-12-17There's no need for the "content_type_exist" variable - we can justguy1-4/+2
2003-12-17From Anders Broman:guy1-18/+27
2003-12-08From Anders Broman:guy1-169/+223
2003-11-25From Anders Broman: add more SIP headers, and the PUBLISH method.guy1-102/+297
2003-11-20From Martin Mathieson:guy1-30/+95
2003-11-14Add support for the compact form of headers.guy1-54/+62
2003-10-24From Anders Broman: make it possible to filter on only address or tag inguy1-14/+114
2003-10-14Update list of SIP RFCsjmayer1-2/+2
2003-09-26For (non-heuristic) SIP-over-TCP, dissect stuff that's neither a requestguy1-131/+118
2003-09-26Make the non-heuristic SIP dissector reject the packet if it doesn'tguy1-23/+25
2003-09-02From Anders Broman: add a preference option to enable the display of theguy1-3/+62
2003-08-04Register as a heuristic subdissector of SCTP.guy1-4/+2
2003-07-31From Ruud Linders:guy1-2/+6
2003-06-12Add new routines:guy1-7/+3
2003-06-11Put the subfields of the request or response line under the protocolguy1-7/+11
2003-06-09Clean up the checks for valid SIP requests and responses; do the tests -guy1-181/+299
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,guy1-7/+26
2003-03-11MSVC++ didn't care for having const ints in its hf subarray indices. Usegerald1-99/+99
2003-03-10From Stefan Wenk: filterable header fields in SIP dissector.guy1-5/+486
2002-10-02Update Jean-Francois Mule's email addressgerald1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-13/+13
2002-07-25From Stefan Wenk: remove an unnecessary +1 from some offsetguy1-4/+3
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-4/+5
2002-05-09Fix another place where the heuristic dissector was checking data beforeguy1-7/+22
2002-05-09In the heuristic dissector, check to make sure the data being looked atguy1-3/+15
2002-05-08From Stefan Wenk: SIP heuristic dissector.guy1-9/+49
2002-05-01From Joerg Mayer: get rid of an unused argument.guy1-4/+4
2002-03-29From Jakob Schlyter: add "PRACK" and "SPRACK" methods.gerald1-35/+81
2002-03-21From Jakob Schlyter, add the "MESSAGE" method.gerald1-2/+5
2002-02-02Use "tvb_offset_exists()" to check whether there's a payload, and useguy1-12/+19
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2