aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ucp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-26Protect ucp_mktime against too-short input strings, as caught by Alexis'Evan Huus1-7/+27
2013-12-14Fix const warnings.Jakub Zawadzki1-1/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-14Create/use value_string_ext for some value-string-arrays.Bill Meier1-569/+586
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-58/+55
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-2/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+5
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-8/+7
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+21
2011-11-14The Originator protocol identifier is not present in the "provisioning action...Chris Maynard1-2/+4
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-04-22Use the return value of proto_item_add_subtree()Jeff Morriss1-2/+3
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-2/+2
2010-12-06Make some (preference) variables static.Jeff Morriss1-1/+1
2010-07-21(Trivial) add a few comments about date/time formats.Bill Meier1-20/+21
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+2
2010-05-03Rework code to handle multiple messages in a packet.Bill Meier1-178/+180
2010-04-26Various:Bill Meier1-1406/+1421
2010-04-26Remove some boilerplate text; Shorten a few long lines.Bill Meier1-8/+6
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-8/+8
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-05-26Misc dissector cleanup:Bill Meier1-21/+21
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-02-10Remove an ugly hack:Ulf Lamping1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-6/+6
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1