aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-29Do the header matching on lower case.etxrab1-20/+15
2010-04-29autentification info gives malformed packet if no space before "="etxrab1-3/+28
2010-04-28Use proto_add_item() and clean up the code a bit.etxrab1-78/+57
2010-04-14SIP headers are case-insensitive, fix case sensitivity introduced probably by...kukosa1-2/+8
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-27- Make dfilter_sip_request_line() take offset as an argument to get the right...etxrab1-19/+14
2010-03-16Fix some compiler warnings, clean up indentation a bit.guy1-412/+71
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-248/+384
2010-03-09Mark unused arguments.guy1-27/+25
2010-03-05Check if URI is SIP.etxrab1-0/+19
2010-03-05Add comments and move some things inside if(tree).etxrab1-122/+124
2010-03-04Try to fix build errors.gerald1-1/+1
2010-03-04Use a hash table to lookup the SIP header.etxrab1-71/+92
2010-03-03Changed to use g_str_hash ()etxrab1-3/+9
2010-01-25From Didier Gautheron via bug 4419:stig1-15/+1
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...wmeier1-434/+434
2010-01-20To check which SIP method we saw, just #define values for the index inguy1-7/+27
2010-01-20From Karl Heinz Wolf:etxrab1-0/+6
2010-01-11From Benoit Sibaud:jake1-2/+20
2009-11-16Update SIP headers.etxrab1-148/+160
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-29Support for IPv6 addresses in URIkukosa1-2/+24
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
2009-05-17Remove C++ style comments.jake1-33/+31
2009-05-16From Chidambaram Arunachalam:etxrab1-323/+514
2009-04-15Dissect more than one Via entry if found in a single line.martinm1-171/+201
2009-04-13Try to please the build bot, fix indentation.etxrab1-40/+40
2009-04-13From Andreas Heise:etxrab1-26/+431
2009-04-06More size_t fixes.gerald1-2/+2
2009-03-30More size_t casts(Unfinished)etxrab1-4/+4
2009-03-27From Andreas Heise:etxrab1-11/+10
2009-02-05Init. data to zero.etxrab1-3/+15
2009-02-01Use #if 0, not C99-style comments, to get rid of unused code.guy1-6/+8
2009-02-01Squelch warnings, for now.guy1-2/+2
2009-02-01Calculate the avrage setuptime.etxrab1-0/+128
2009-01-17Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.wmeier1-10/+12
2008-11-03new "sip.hdr" subdissector table for SIP Extension headerskukosa1-16/+34
2008-09-23Minor revision related to proto_reg_handoff ...wmeier1-1/+1
2008-09-03Cleanup related to prefs & proto_reg_handoffwmeier1-64/+60
2008-08-01From stéphane bryant:etxrab1-0/+1
2008-07-29Handle malformed SIP headers (empty header line missing) and add an expertetxrab1-25/+46
2008-07-08Register raw_sip.line with correct protocol, as noticed while testingmartinm1-5/+11
2008-06-30Fix for bug 2659:jake1-3/+19
2008-06-25Make sip.msg_hdr a string field instead of FT_NONE.martinm1-2/+3
2008-06-23Save timestamp when updating entry for new request frames in existing call.martinm1-0/+4
2008-06-23Show short version of Content-Length header.martinm1-5/+6
2008-05-22Initialize response_time.stig1-1/+1
2008-05-22Calculate and display SIP response time.martinm1-22/+48