aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann1-0/+19
2017-08-29epan: Properly cleanup registered postdissectorsMichael Mann1-1/+2
2017-04-21Put all the capture dissector structures into epan/capture_dissectors.h.Guy Harris1-4/+0
2017-04-17Rename some routines and structure members.Guy Harris1-7/+8
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-3/+7
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-2/+37
2017-01-28Snort: add a preference to show alert in reassembled frameMartin Mathieson1-0/+1
2017-01-19epan: add shutdown function for dissectors.Dario Lombardo1-1/+5
2016-12-21packet: duplicate short_name to fix UAF in wsluaPeter Wu1-1/+1
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-0/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+16
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-9/+4
2016-06-13Completely remove dissector_add_handle.Michael Mann1-3/+0
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-0/+2
2016-03-20Start work on API to generate protocol dependency tree.Michael Mann1-0/+38
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-02-16const gpointer -> gconstpointerJoão Valverde1-1/+1
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-4/+4
2016-01-01Make color filters part of dissectionMichael Mann1-0/+10
2015-12-23ui: Plug memory leak in decode_build_reset_list.Stig Bjørlykke1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-26/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-0/+4
2015-12-14Create capture dissector tables.Michael Mann1-3/+0
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+1
2015-12-13Start deprecating the capture info API.Gerald Combs1-0/+5
2015-12-11epan: Don't export deregister functionsStig Bjørlykke1-6/+3
2015-12-11Completely remove new_create_dissector_handle and new_register_dissector.Michael Mann1-2/+0
2015-12-09new_create_dissector_handle_with_name -> create_dissector_handle_with_nameMichael Mann1-1/+0
2015-12-04[packet-h] Add defines to make it possible to convert functions prefixedAndersBroman1-3/+6
2015-11-26Completely remove "old style" dissector support.Michael Mann1-5/+0
2015-11-26Remove create_dissector_handleMichael Mann1-2/+0
2015-11-24Remove register_dissector.Michael Mann1-3/+0
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+11
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-3/+0
2015-11-02packet(.h): fix api reference / -WdocumentationAlexis La Goutte1-1/+1
2015-11-01Add GUID dissector table support.Michael Mann1-1/+34
2015-10-07Remove heur_dissector_set_enabled.Michael Mann1-10/+0
2015-09-27Qt: Add the Dissector Tables dialog.Gerald Combs1-4/+4
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-4/+15
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+7
2015-07-15Simply code for export of PDUs coming from heuristic dissectorsPascal Quantin1-9/+0
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+7
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+5
2015-07-03packet: add cleanup routines supportPeter Wu1-4/+16
2015-07-02Add support for a "custom" dissector table. This allows for a "custom" (not ...Michael Mann1-0/+24
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-0/+9
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-1/+1
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-0/+7
2014-12-22fix warning: parameter 'list' not found in the function declaration [-Wdocume...Alexis La Goutte1-1/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-5/+7