aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-29Dissect Via headerMartin Mathieson1-8/+309
2006-09-27Dissect sequence number & method name of CSeq header.Martin Mathieson1-15/+53
2006-09-19Make Content-Length and Max-Forwards fields uintsMartin Mathieson1-12/+21
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-3/+10
2006-08-03Add an expert item to indicate unrecognised SIP headers. Useful for finding:Martin Mathieson1-3/+8
2006-06-28Pass tvb_format_text() through a format string, in case it returns anyGerald Combs1-9/+9
2006-06-27From Martin Mathieson:Anders Broman1-2/+2
2006-06-21Somewhat improve heuristic when SIP is encapsulated in another protocol.Jaap Keuter1-0/+9
2006-05-29From Martin Mathieson:Anders Broman1-4/+34
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-30From Martin Mathieson:Anders Broman1-0/+11
2006-03-18- dissect sip headers properly when they are extended over multiple linesLars Roland1-16/+21
2006-03-18Make some string comparisons case insensitive in the sip dissectorLars Roland1-3/+3
2006-03-18based on a patch from Martin Mathieson: Lars Roland1-5/+250
2006-03-03Squelch a compiler warning.Guy Harris1-1/+1
2006-02-28From Martin Mathieson:Anders Broman1-1/+9
2006-02-25Fix bounds error.Jaap Keuter1-1/+1
2006-02-25From Martin Mathieson:Anders Broman1-7/+14
2006-02-11From ENDOH Akira:Luis Ontanon1-11/+17
2005-11-02Use dissect_sip_tcp_heur for TCP to make re-assembly work on hueristics.Anders Broman1-1/+2
2005-10-27remove a strcpyRonnie Sahlberg1-1/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-2/+2
2005-09-21bugfix: break out of an endless loop, if dissect_sip_common() returns 0 or -2...Ulf Lamping1-1/+1
2005-09-10In "dissect_sip()", return 0 if "dissect_sip_common()" returns aGuy Harris1-48/+79
2005-09-07SIP reassembly using req_resp_hdrs_do_reassembly()Tomas Kukosa1-126/+125
2005-09-06reassembly improvementsTomas Kukosa1-16/+21
2005-09-05Include "packet-tcp.h" to declare tcp_dissect_pdus().Guy Harris1-0/+2
2005-09-05the first attempt at SIP reassemblyTomas Kukosa1-1/+73
2005-08-14ememify sip and at the same plug a memleakRonnie Sahlberg1-1/+2
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-20/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-9/+9
2005-08-05More char -> const char warning fixesJörg Mayer1-3/+3
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-07-26Get rid of an unused variable.Anders Broman1-1/+0
2005-07-25Avoid leaking tap info by using emem allocatorsLuis Ontanon1-24/+13
2005-05-12Squelch a compiler warning (GCC 4.0's data flow analysis isGuy Harris1-2/+2
2005-05-09Add another sanity check to the new SIP URI parser.Lars Roland1-2/+8
2005-05-09Some fixes for the new SIP contact header parser.Lars Roland1-24/+22
2005-05-08Mark a function parameter as unusedLars Roland1-1/+1
2005-05-08When saying that I remove the trailing white spaces I should do it, too.Lars Roland1-80/+80
2005-05-08Improve dissection of SIP contact header and counting of bindings in REGISTER...Lars Roland1-24/+438
2005-05-08Reindent dissect_sip_common() and remove trailing white spaces from packet-si...Lars Roland1-568/+564
2005-04-26Reindent some parts of the sip dissector with tabs, as most parts of the diss...Lars Roland1-149/+149
2005-04-24From Martin Mathieson:Lars Roland1-4/+19
2005-04-20Avoid a buffer overflow in the cseq_method field, a fixed-length character ar...Gilbert Ramirez1-17/+30
2005-04-04From Martin MathiesonRonnie Sahlberg1-3/+7
2005-02-01From Alejandro Vaquero:Lars Roland1-1/+22
2005-01-05From Chris Maynard: catch a case where a string allocated withGuy Harris1-1/+1
2004-12-31Don't assign the const pointers passed to hash routines to non-constGuy Harris1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-2/+2