aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-14ememify sip and at the same plug a memleaksahlberg1-1/+2
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-20/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-9/+9
2005-08-05More char -> const char warning fixesjmayer1-3/+3
2005-08-02Fix more "no previous declaration" warningsjmayer1-2/+2
2005-07-26Get rid of an unused variable.etxrab1-1/+0
2005-07-25Avoid leaking tap info by using emem allocatorslego1-24/+13
2005-05-12Squelch a compiler warning (GCC 4.0's data flow analysis isguy1-2/+2
2005-05-09Add another sanity check to the new SIP URI parser.lroland1-2/+8
2005-05-09Some fixes for the new SIP contact header parser.lroland1-24/+22
2005-05-08Mark a function parameter as unusedlroland1-1/+1
2005-05-08When saying that I remove the trailing white spaces I should do it, too.lroland1-80/+80
2005-05-08Improve dissection of SIP contact header and counting of bindings in REGISTER...lroland1-24/+438
2005-05-08Reindent dissect_sip_common() and remove trailing white spaces from packet-si...lroland1-568/+564
2005-04-26Reindent some parts of the sip dissector with tabs, as most parts of the diss...lroland1-149/+149
2005-04-24From Martin Mathieson:lroland1-4/+19
2005-04-20Avoid a buffer overflow in the cseq_method field, a fixed-length character ar...gram1-17/+30
2005-04-04From Martin Mathiesonsahlberg1-3/+7
2005-02-01From Alejandro Vaquero:lroland1-1/+22
2005-01-05From Chris Maynard: catch a case where a string allocated withguy1-1/+1
2004-12-31Don't assign the const pointers passed to hash routines to non-constguy1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-2/+2
2004-11-21If message for SIP port starts with F8 it's a SIGCOMP message - decode it.etxrab1-0/+18
2004-11-10From Nils Ohlmeier : patch for packet-sip.c which looks if the etxrab1-4/+28
2004-11-03Add SIP headers from: http://www.ietf.org/internet-drafts/draft-ietf-sip-reso...etxrab1-209/+227
2004-10-17Update some SIP headers from http://www.iana.org/assignments/sip-parameters.etxrab1-315/+402
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-26Clean up white space.guy1-11/+9
2004-08-23Register SIP as a dissector to be able to do:etxrab1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2063