aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q933.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-12/+10
2016-02-20Fix various off-by-one in buffer sizesPeter Wu1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-40/+40
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-7/+5
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+2
2014-10-30Eliminate proto_tree_add_text from packet-q933.cMichael Mann1-335/+304
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-60/+73
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-14/+14
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+10
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-5/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+5
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-09Fix a number of 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-03-271. Fix bug in dissection of a field; Add two missing lines of code.Bill Meier1-0/+4
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()Jeff Morriss1-6/+2
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-24/+24
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-08-14Use const with value_string array definitionsBill Meier1-1/+1
2008-08-14Added a missing {0,NULL} as noted by Christopher.Stig Bjørlykke1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-5/+5
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-1/+1
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-1/+1
2005-03-21from Hannes GredlerRonnie Sahlberg1-0/+134
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2150