aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_801.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-142/+142
2023-11-17dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-4/+0
2023-06-27Fix more full item masks that should not be.Martin Mathieson1-1/+1
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-5/+5
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-15/+15
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
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
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-11/+9
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-09-01Eliminate proto_tree_add_text from ANSI dissectors.Michael Mann1-42/+45
2015-06-22Convert "macro checks" to use expert info in line with dissectors with compar...Michael Mann1-75/+95
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-6/+6
2014-12-22Include <math.h> or <stdlib.h> as necessary to declare functions.Guy Harris1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-34/+34
2014-10-02Reformat hf[] entries; Add editor modelines & adjust whitespace.Bill Meier1-286/+654
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-04packet-ansi_801.c: proto_tree_add_text -> somthing filterableMichael Mann1-821/+370
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Let's see if this fixes VS Code Analysis warnings:Bill Meier1-3/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-3/+0
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-3/+4
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-5/+3
2013-05-03Remove unnecessary global variablesMichael Mann1-6/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-8/+8
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-0/+2
2012-12-21Everything else in the floating-point calculations is single-precision,Guy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier1-25/+25
2012-02-20Indentation & whitespace cleanup....Bill Meier1-872/+872
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-23/+23
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-1/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-27Update IS-801 Request Pseudorange Measurement; RenameGerasimos Dimitriadis1-48/+56
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-33/+31
2010-01-23Rewrite IS-801 decoding of Provide GPS Satellite HealthGerasimos Dimitriadis1-139/+47
2010-01-23Whitespace edits; registration of the ansi_801 dissectorGerasimos Dimitriadis1-983/+986
2010-01-23Insert casts to float to make the buildbot happyGerasimos Dimitriadis1-8/+8