aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gias.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-06IDL: Clean up IDL based dissector generationJaap Keuter1-6/+3
2019-05-17Clean up some signed vs. unsigned warnings.Guy Harris1-3/+3
2019-05-17Update the warning-suppression statements in idl2wrs.Guy Harris1-3/+8
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-09-28idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangMichael Mann1-478/+149
2015-05-07Remove proto_tree_add_text from idl2wrs generation.Michael Mann1-9/+9
2015-05-06Fix the need to manually adjust packet-gias.c (take 2)Michael Mann1-68/+6
2015-05-01Revert "Fix the need to manually adjust packet-gias.c"Alexis La Goutte1-6/+65
2015-05-01Fix the need to manually adjust packet-gias.cMichael Mann1-65/+6
2015-04-23idl2wrs: don't use -1 for the protocol-item length.Jeff Morriss1-1/+1
2015-04-18GIAS: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-04-14Oops, have to actually comment out the definition, not just the declaration.Guy Harris1-0/+2
2015-04-14That made some *other* routines unused; "#if 0" them out.Guy Harris1-0/+6
2015-04-14"#if 0" out some unused variables and functions.Guy Harris1-0/+42
2015-04-14Geospatial and Imagery Access Service (GIAS) Dissectorgal1-0/+8265