summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-6/+5
2007-01-31Add some missing RFC references to header long text.Martin Mathieson1-12/+12
2007-01-11make SIP TCP/TLS ports configurable via preferencesTomas Kukosa1-4/+33
2007-01-04Make Expires header value a numeric fieldMartin Mathieson1-7/+6
2007-01-02Dissect details of RAck header, and change RSeq to a numerical field.Martin Mathieson1-5/+107
2006-12-26From Sebastien Tandel: fix places where a signed character was beingGuy Harris1-1/+1
2006-12-06Prepare to decode Q.850 REASON.Anders Broman1-3/+17
2006-12-05Via param name copy-paste errorMartin Mathieson1-1/+1
2006-12-01Add hf fields for the latest headers from IANA.Anders Broman1-189/+231
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
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