aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-01From stéphane bryant:Anders Broman1-0/+1
2008-07-29Handle malformed SIP headers (empty header line missing) and add an expertAnders Broman1-25/+46
2008-07-08Register raw_sip.line with correct protocol, as noticed while testingMartin Mathieson1-5/+11
2008-06-30Fix for bug 2659:Jaap Keuter1-3/+19
2008-06-25Make sip.msg_hdr a string field instead of FT_NONE.Martin Mathieson1-2/+3
2008-06-23Save timestamp when updating entry for new request frames in existing call.Martin Mathieson1-0/+4
2008-06-23Show short version of Content-Length header.Martin Mathieson1-5/+6
2008-05-22Initialize response_time.Stig Bjørlykke1-1/+1
2008-05-22Calculate and display SIP response time.Martin Mathieson1-22/+48
2008-05-01Try to track SIP responses back to their requests.Martin Mathieson1-13/+188
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-5/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-11/+6
2007-12-16Update comments.Anders Broman1-4/+4
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman1-53/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-10-22Make some capitalisation more consistent.Martin Mathieson1-10/+10
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman1-9/+10
2007-10-04Make selected length of first line include \r\n (as header lines do).Martin Mathieson1-6/+13
2007-09-19Add authentication ik and ck parameters.Martin Mathieson1-1/+15
2007-08-23Translate Q.850 Cause values.Anders Broman1-1/+43
2007-08-21Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal...Jeff Morriss1-5/+10
2007-08-13Add forgotten header field.Anders Broman1-53/+56
2007-08-10Add header fields.Anders Broman1-109/+140
2007-08-08Wireshark fails to decode the MIME encapsulation part correctly if there is aAnders Broman1-2/+25
2007-07-04Make lines of raw SIP filterable. Fix a little whitespace.Martin Mathieson1-19/+27
2007-05-16Allow Via sigcomp-id parameter name to be matched properly.Martin Mathieson1-1/+1
2007-04-19register the right dissector for SIP over SSL/TLSTomas Kukosa1-2/+2
2007-04-17register the right dissector for tcp Luis Ontanon1-3/+3
2007-04-12Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip)Martin Mathieson1-1/+8
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