aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-21If message for SIP port starts with F8 it's a SIGCOMP message - decode it.Anders Broman1-0/+18
2004-11-10From Nils Ohlmeier : patch for packet-sip.c which looks if the Anders Broman1-4/+28
2004-11-03Add SIP headers from: http://www.ietf.org/internet-drafts/draft-ietf-sip-reso...Anders Broman1-209/+227
2004-10-17Update some SIP headers from http://www.iana.org/assignments/sip-parameters.Anders Broman1-315/+402
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-26Clean up white space.Guy Harris1-11/+9
2004-08-23Register SIP as a dissector to be able to do:Anders Broman1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2063