aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gdb.c
AgeCommit message (Expand)AuthorFilesLines
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