aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Get rid of Warnings.etxrab1-2/+2
2011-11-19The URI parameter parser always has to advance current_offset in theguy1-4/+2
2011-11-19Clean up indentation.guy1-49/+46
2011-11-19Fix Warnings.etxrab1-9/+9
2011-11-15Check the return value of dissect_sip_name_addr_or_addr_spec()etxrab1-1/+6
2011-11-15Squelch a warning. (This code probably needs a review; we really need aguy1-0/+1
2011-11-15More indentation cleanup.guy1-11/+11
2011-11-15Clean up indentation.guy1-48/+48
2011-11-15packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'etxrab1-1/+1
2011-11-15Restore dissection of contact parameters.etxrab1-22/+66
2011-11-14packet-sip.c:1412: warning: 'uri_param_end_offset' may be used uninitialized ...etxrab1-1/+1
2011-11-14From Johan Wåhl:etxrab1-34/+257
2011-11-11Add some checks for "character not found"; this should fix someguy1-1/+5
2011-11-10packet-sip.c:1442: warning: 'c' may be used uninitialized in this functionetxrab1-1/+1
2011-11-10-Improve dissection of auth itemsetxrab1-4/+150
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-4/+4
2011-10-26Fix proto_tree_add_item() encoding args;wmeier1-8/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-15/+15
2011-10-13From Horaci Macias:etxrab1-0/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-09-19Move stuff inside if(tree)etxrab1-51/+48
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-5/+7
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-2/+3
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 1036;wmeier1-377/+369
2011-04-08Use tvb_get_ephemeral_string()etxrab1-16/+13
2011-04-07Make it possible to have a sub dissector dissect the status line diagnostic s...etxrab1-3/+21
2011-04-06RFC5806 Diversion headerkukosa1-0/+8
2011-01-19Simply this:sfisher1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-11-29Remove a no-longer-used variable.morriss1-3/+2
2010-11-29Change SIP TCP port preference to a range preference.etxrab1-9/+29
2010-11-22Remove faulty return, probably forgotten during test.etxrab1-1/+0
2010-11-05Use value_string_ext fcns to access certain value_string arrays;wmeier1-1/+1
2010-11-04Prevent false related packet information, which may be missing or ignored.jake1-1/+1
2010-11-03(Trivial): Fix up a comment.wmeier1-4/+4
2010-11-03Update SIP headers.etxrab1-275/+310
2010-10-27Try to decode the unknown multipart subtype anyway.jake1-0/+8
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-1/+1
2010-08-25Fix wrong length of CSeq Method parameter kukosa1-2/+2
2010-06-30Use the right array bounds.gerald1-6/+6
2010-05-28From Karl Heinz Wolf via bug 3571 (with minor changes):gerald1-1/+13
2010-05-25Only try header reassembly for TCP.etxrab1-1/+1
2010-05-24Fix a typo.etxrab1-1/+1
2010-05-05- Remove check_col()etxrab1-19/+18
2010-05-04Un-C++-ify a comment.gerald1-12/+12
2010-05-04Remove unused variables.etxrab1-4/+0
2010-05-04Refactor the code to parse SIP contact parameters.etxrab1-90/+84
2010-04-29Forgot a //etxrab1-1/+0
2010-04-29Simplify dissect_sip_authorization_item().etxrab1-46/+14