aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gdb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-7/+7
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-4/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-3/+3
2021-09-16tvbparse: explicitly memory-scope parserEvan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-11-11Dissect the checksum field as a string, as that's what it is.Guy Harris1-5/+4
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-9/+4
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-7/+3
2016-07-21Add proto_tree_add_checksum.Michael Mann1-2/+1
2016-04-25gdb: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-un...Alexis La Goutte1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-2/+0
2014-08-16Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-05-29start a dissector for GDB's remote serial protocolMartin Kaiser1-0/+262