aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-24Fix a typo.Anders Broman1-1/+1
2010-05-05- Remove check_col()Anders Broman1-19/+18
2010-05-04Un-C++-ify a comment.Gerald Combs1-12/+12
2010-05-04Remove unused variables.Anders Broman1-4/+0
2010-05-04Refactor the code to parse SIP contact parameters.Anders Broman1-90/+84
2010-04-29Forgot a //Anders Broman1-1/+0
2010-04-29Simplify dissect_sip_authorization_item().Anders Broman1-46/+14
2010-04-29Do the header matching on lower case.Anders Broman1-20/+15
2010-04-29autentification info gives malformed packet if no space before "="Anders Broman1-3/+28
2010-04-28Use proto_add_item() and clean up the code a bit.Anders Broman1-78/+57
2010-04-14SIP headers are case-insensitive, fix case sensitivity introduced probably by...Tomas Kukosa1-2/+8
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-27- Make dfilter_sip_request_line() take offset as an argument to get the right...Anders Broman1-19/+14
2010-03-15My previous checkin reverted some changes, try to fix that.Anders Broman1-412/+70
2010-03-15Initialize a variable that otherwise might not beJeff Morriss1-1/+2
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...Jeff Morriss1-8/+4
2010-03-15To fill stat_info->tap_to_addr it needs to be outside of if(tree).Anders Broman1-83/+431
2010-03-14Use dissect_sip_uri() in dfilter_sip_request_line().Anders Broman1-77/+21
2010-03-13Use dissect_sip_name_addr_or_addr_spec() or dissect_sip_uri() as needed.Anders Broman1-322/+36
2010-03-11Initialize a variable.Gerald Combs1-1/+1
2010-03-11Remove unused variables etcAnders Broman1-3/+1
2010-03-11Start to clean up parsing of SIP URI.Anders Broman1-241/+377
2010-03-08Make tvb_pbrk_guint8() return the found needle.Anders Broman1-27/+25
2010-03-05Check if URI is SIP.Anders Broman1-0/+19
2010-03-05Add comments and move some things inside if(tree).Anders Broman1-122/+124
2010-03-04Try to fix build errors.Gerald Combs1-1/+1
2010-03-04Use a hash table to lookup the SIP header.Anders Broman1-71/+92
2010-03-03Changed to use g_str_hash ()Anders Broman1-3/+9
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-15/+1
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-434/+434
2010-01-20To check which SIP method we saw, just #define values for the index inGuy Harris1-7/+27
2010-01-20From Karl Heinz Wolf:Anders Broman1-0/+6
2010-01-11From Benoit Sibaud:Jaap Keuter1-2/+20
2009-11-16Update SIP headers.Anders Broman1-148/+160
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-29Support for IPv6 addresses in URITomas Kukosa1-2/+24
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-05-17Remove C++ style comments.Jaap Keuter1-33/+31
2009-05-16From Chidambaram Arunachalam:Anders Broman1-323/+514
2009-04-15Dissect more than one Via entry if found in a single line.Martin Mathieson1-171/+201
2009-04-13Try to please the build bot, fix indentation.Anders Broman1-40/+40
2009-04-13From Andreas Heise:Anders Broman1-26/+431
2009-04-06More size_t fixes.Gerald Combs1-2/+2
2009-03-30More size_t casts(Unfinished)Anders Broman1-4/+4
2009-03-27From Andreas Heise:Anders Broman1-11/+10
2009-02-05Init. data to zero.Anders Broman1-3/+15
2009-02-01Use #if 0, not C99-style comments, to get rid of unused code.Guy Harris1-6/+8
2009-02-01Squelch warnings, for now.Guy Harris1-2/+2