aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q2931.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson1-1/+0
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-1/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-12/+8
2017-02-21New/updated reference URLs.Guy Harris1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-10/+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-4/+5
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-08-24[Q.2931] Don't use BASE_EXT_STRING for a value_string, fixes the testAndersBroman1-7/+7
2015-08-24Eliminate proto_tree_add_text from packet-q931.c and packet-q2931.cMichael Mann1-146/+227
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
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-44/+44
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-19/+18
2014-10-19Eliminate proto_tree_add_text from packet-arp.cMichael Mann1-11/+11
2014-10-02Reformat hf[] entries; Add editor modelines & adjust whitespace.Bill Meier1-142/+495
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-5/+2
2014-06-06Q.2931: sort extended value string 'q2931_message_type_vals' in increasing orderPascal Quantin1-12/+12
2014-06-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-06-04packet-q2931.c: proto_tree_add_text -> something filterable.Michael Mann1-316/+272
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-8/+8
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+2
2013-04-07Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-03-01Fix Coverity CID 280391: Logically dead code.Chris Maynard1-2/+0
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-09-27replaced decode_enumerated_bitfield calls with itemized filtersMichael Mann1-9/+11
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-5/+9
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-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-1/+6
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-3/+3
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-10/+10
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2006-08-22From Florent Drouin:Gerald Combs1-5/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2