aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-19Simply this:Stephen Fisher1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-29Remove a no-longer-used variable.Jeff Morriss1-3/+2
2010-11-29Change SIP TCP port preference to a range preference.Anders Broman1-9/+29
2010-11-22Remove faulty return, probably forgotten during test.Anders Broman1-1/+0
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
2010-11-04Prevent false related packet information, which may be missing or ignored.Jaap Keuter1-1/+1
2010-11-03(Trivial): Fix up a comment.Bill Meier1-4/+4
2010-11-03Update SIP headers.Anders Broman1-275/+310
2010-10-27Try to decode the unknown multipart subtype anyway.Jaap Keuter1-0/+8
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-08-25Fix wrong length of CSeq Method parameter Tomas Kukosa1-2/+2
2010-06-30Use the right array bounds.Gerald Combs1-6/+6
2010-05-28From Karl Heinz Wolf via bug 3571 (with minor changes):Gerald Combs1-1/+13
2010-05-25Only try header reassembly for TCP.Anders Broman1-1/+1
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