aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-2/+2
2014-05-23Fix -WdocumentationAlexis La Goutte1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-11/+23
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-1/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix function prototypes.Evan Huus1-1/+1
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+3
2014-01-30Add remove_last_data_source and fix bug 9169Evan Huus1-0/+2
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+7
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-1/+0
2013-12-20Avoid including <epan/range.h> in dissectors.Jakub Zawadzki1-3/+4
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-4/+34
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-2/+1