aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-5/+10
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-6/+6
2014-12-11Add a heur_dissector_table_foreach() function.Guy Harris1-0/+14
2014-12-11Give dissector_all_heur_tables_foreach_table() a sort function.Guy Harris1-4/+12
2014-12-11Make the type of the second argument to a DATFunc_heur_table explicit.Guy Harris1-3/+3
2014-12-11Fix a comment.Guy Harris1-5/+4
2014-12-10Expose find_heur_dissector_list().Guy Harris1-0/+7
2014-11-17Add tshark -G dissector-tables to dump a list of dissector tables.Guy Harris1-0/+4
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-3/+3
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-3/+3
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-3/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-3/+7