aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-12-03Wrong check for quote_offset.Anders Broman1-1/+1
2012-10-09Set fence after finishing writing to the info col in order to showAnders Broman1-22/+27
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-13Fix typo in commentJörg Mayer1-1/+1
2012-07-20Pass in proper offset to dfilter_sip_status_line(). Was seeing problemsMartin Mathieson1-6/+14
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Add sip.to.tag and sip.from.tag filters.Chris Maynard1-3/+25
2012-04-28Another unnecessary assignment removed to fix clang warning.Martin Mathieson1-1/+1
2012-04-13gunzip gzip:ed SIP bodies.Anders Broman1-4/+31
2012-03-13From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6938 :Jeff Morriss1-6/+6
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-2/+2
2011-11-19The URI parameter parser always has to advance current_offset in theGuy Harris1-4/+2
2011-11-19Clean up indentation.Guy Harris1-49/+46
2011-11-19Fix Warnings.Anders Broman1-9/+9
2011-11-15Check the return value of dissect_sip_name_addr_or_addr_spec()Anders Broman1-1/+6
2011-11-15Squelch a warning. (This code probably needs a review; we really need aGuy Harris1-0/+1
2011-11-15More indentation cleanup.Guy Harris1-11/+11
2011-11-15Clean up indentation.Guy Harris1-48/+48
2011-11-15packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'Anders Broman1-1/+1
2011-11-15Restore dissection of contact parameters.Anders Broman1-22/+66
2011-11-14packet-sip.c:1412: warning: 'uri_param_end_offset' may be used uninitialized ...Anders Broman1-1/+1
2011-11-14From Johan Wåhl:Anders Broman1-34/+257
2011-11-11Add some checks for "character not found"; this should fix someGuy Harris1-1/+5
2011-11-10packet-sip.c:1442: warning: 'c' may be used uninitialized in this functionAnders Broman1-1/+1
2011-11-10-Improve dissection of auth itemsAnders Broman1-4/+150
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-4/+4
2011-10-26Fix proto_tree_add_item() encoding args;Bill Meier1-8/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-15/+15
2011-10-13From Horaci Macias:Anders Broman1-0/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-19Move stuff inside if(tree)Anders Broman1-51/+48
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-5/+7
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-2/+3
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 1036;Bill Meier1-377/+369
2011-04-08Use tvb_get_ephemeral_string()Anders Broman1-16/+13
2011-04-07Make it possible to have a sub dissector dissect the status line diagnostic s...Anders Broman1-3/+21
2011-04-06RFC5806 Diversion headerTomas Kukosa1-0/+8
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