aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/transum
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Get rid of unnecesary #includes.Guy Harris1-3/+0
2017-04-17Remove unnecessary tap.Guy Harris1-38/+0
2017-04-17Rename some routines and structure members.Guy Harris1-1/+1
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-2/+4
2017-04-13Use proto_get_finfo_ptr_array() rather than proto_find_finfo().Guy Harris1-12/+4
2017-04-12Fix indentation.Guy Harris1-2/+2
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-53/+71
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-3/+21
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-02-18transum: Add protections against NULL trees.Michael Mann1-4/+32
2017-01-07Convert range API to always use wmem memory.Michael Mann1-15/+2
2016-12-25Cleanup transum post-dissector.Michael Mann5-665/+514
2016-12-24[TRANSUM] smb2.msg_id is now a FT_UINT64.Michael Mann1-1/+1
2016-12-21decoders(transum): fix redundant redeclaration of 'add_detected_tcp_svc’ [-...Alexis La Goutte1-1/+0
2016-12-21transum: fix no previous prototype for ‘proto_register_transum’ [-Wmissin...Alexis La Goutte1-1/+1
2016-12-21transum: fix no previous prototype for '...’ [-Wmissing-prototypes]Alexis La Goutte1-4/+4
2016-12-19transum: add Modelines infoAlexis La Goutte5-0/+65
2016-12-19transum: fix no previous prototype for '...’ [-Wmissing-prototypes]Alexis La Goutte2-16/+20
2016-12-18decoders(transum): fix no previous prototype for ‘decode_*’ [-Wmissing-pr...Alexis La Goutte1-0/+1
2016-12-13Build TRANSUM pluginPascal Quantin6-35/+219
2016-12-09transum: plugin codePaul Offord12-0/+2524