aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-16Update comments.etxrab1-4/+4
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cetxrab1-53/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-3/+7
2007-10-22Make some capitalisation more consistent.martinm1-10/+10
2007-10-11Implement some of the minor possible speed improvment patches.etxrab1-9/+10
2007-10-04Make selected length of first line include \r\n (as header lines do).martinm1-6/+13
2007-09-19Add authentication ik and ck parameters.martinm1-1/+15
2007-08-23Translate Q.850 Cause values.etxrab1-1/+43
2007-08-21Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal...morriss1-5/+10
2007-08-13Add forgotten header field.etxrab1-53/+56
2007-08-10Add header fields.etxrab1-109/+140
2007-08-08Wireshark fails to decode the MIME encapsulation part correctly if there is aetxrab1-2/+25
2007-07-04Make lines of raw SIP filterable. Fix a little whitespace.martinm1-19/+27
2007-05-16Allow Via sigcomp-id parameter name to be matched properly.martinm1-1/+1
2007-04-19register the right dissector for SIP over SSL/TLSkukosa1-2/+2
2007-04-17register the right dissector for tcp lego1-3/+3
2007-04-12Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip)martinm1-1/+8
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...morriss1-6/+5
2007-01-31Add some missing RFC references to header long text.martinm1-12/+12
2007-01-11make SIP TCP/TLS ports configurable via preferenceskukosa1-4/+33
2007-01-04Make Expires header value a numeric fieldmartinm1-7/+6
2007-01-02Dissect details of RAck header, and change RSeq to a numerical field.martinm1-5/+107
2006-12-26From Sebastien Tandel: fix places where a signed character was beingguy1-1/+1
2006-12-06Prepare to decode Q.850 REASON.etxrab1-3/+17
2006-12-05Via param name copy-paste errormartinm1-1/+1
2006-12-01Add hf fields for the latest headers from IANA.etxrab1-189/+231
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-09-29Dissect Via headermartinm1-8/+309
2006-09-27Dissect sequence number & method name of CSeq header.martinm1-15/+53
2006-09-19Make Content-Length and Max-Forwards fields uintsmartinm1-12/+21
2006-08-28- new function ssl_dissector_delete()kukosa1-3/+10
2006-08-03Add an expert item to indicate unrecognised SIP headers. Useful for finding:martinm1-3/+8
2006-06-28Pass tvb_format_text() through a format string, in case it returns anygerald1-9/+9
2006-06-27From Martin Mathieson:etxrab1-2/+2
2006-06-21Somewhat improve heuristic when SIP is encapsulated in another protocol.jake1-0/+9
2006-05-29From Martin Mathieson:etxrab1-4/+34
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-03-30From Martin Mathieson:etxrab1-0/+11
2006-03-18- dissect sip headers properly when they are extended over multiple lineslroland1-16/+21
2006-03-18Make some string comparisons case insensitive in the sip dissectorlroland1-3/+3
2006-03-18based on a patch from Martin Mathieson: lroland1-5/+250
2006-03-03Squelch a compiler warning.guy1-1/+1
2006-02-28From Martin Mathieson:etxrab1-1/+9
2006-02-25Fix bounds error.jake1-1/+1
2006-02-25From Martin Mathieson:etxrab1-7/+14
2006-02-11From ENDOH Akira:lego1-11/+17
2005-11-02Use dissect_sip_tcp_heur for TCP to make re-assembly work on hueristics.etxrab1-1/+2
2005-10-27remove a strcpysahlberg1-1/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-2/+2
2005-09-21bugfix: break out of an endless loop, if dissect_sip_common() returns 0 or -2...ulfl1-1/+1