Snort: speed up parsing of options by avoiding g_snprintf()
[metze/wireshark/wip.git] / epan / packet.h
2017-12-19 Gerald CombsAvoid ASN.1 frame.protocols duplication.
2017-12-14 João ValverdeAdd new dissector callback signature with data pointer
2017-09-16 Michael MannAdd support for dissector tables of type FT_NONE.
2017-08-29 Michael Mannepan: Properly cleanup registered postdissectors
2017-04-21 Guy HarrisPut all the capture dissector structures into epan...
2017-04-17 Guy HarrisRename some routines and structure members.
2017-04-12 Guy HarrisPrime the epan_dissect_t with postdissector wanted...
2017-04-12 Guy HarrisAdd an API to let a postdissector specify fields whose...
2017-01-28 Martin MathiesonSnort: add a preference to show alert in reassembled...
2017-01-19 Dario Lombardoepan: add shutdown function for dissectors.
2016-12-21 Peter Wupacket: duplicate short_name to fix UAF in wslua
2016-12-13 Michael MannAdd support for adding unit names to hf_ fields.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-06-13 Michael MannCompletely remove dissector_add_handle.
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-20 Michael MannStart work on API to generate protocol dependency tree.
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-02-16 João Valverdeconst gpointer -> gconstpointer
2016-01-14 Guy HarrisRename new_dissector_t to dissector_t.
2016-01-01 Michael MannMake color filters part of dissection
2015-12-23 Stig Bjørlykkeui: Plug memory leak in decode_build_reset_list.
2015-12-22 Michael MannDon't limit capture packet counts to a fixed set of...
2015-12-17 Michael MannCreate capture dissector "info" structure (capture_pack...
2015-12-14 Michael MannCreate capture dissector tables.
2015-12-13 Michael MannStandardize the capture dissector function signature.
2015-12-13 Gerald CombsStart deprecating the capture info API.
2015-12-11 Stig Bjørlykkeepan: Don't export deregister functions
2015-12-11 Michael MannCompletely remove new_create_dissector_handle and new_r...
2015-12-09 Michael Mannnew_create_dissector_handle_with_name -> create_dissect...
2015-12-04 AndersBroman[packet-h] Add defines to make it possible to convert...
2015-11-26 Michael MannCompletely remove "old style" dissector support.
2015-11-26 Michael MannRemove create_dissector_handle
2015-11-24 Michael MannRemove register_dissector.
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-11-02 Alexis La Gouttepacket(.h): fix api reference / -Wdocumentation
2015-11-01 Michael MannAdd GUID dissector table support.
2015-10-07 Michael MannRemove heur_dissector_set_enabled.
2015-09-27 Gerald CombsQt: Add the Dissector Tables dialog.
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-15 Pascal QuantinSimply code for export of PDUs coming from heuristic...
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-07-03 Peter Wupacket: add cleanup routines support
2015-07-02 Michael MannAdd support for a "custom" dissector table. This allow...
2015-06-25 Pascal QuantinAdd ability to export PDUs for heuristic dissectors...
2015-01-18 Michael MannMiscellaneous ep_strdup_printf replacement.
2015-01-02 Michael MannRemove pkt_comment member from packet_info structure.
2014-12-22 Alexis La Gouttefix warning: parameter 'list' not found in the function...
2014-12-21 Guy HarrisHave a heur_dissector_list_t be an opaque handle.
2014-12-15 Evan HuusEnable case-insensitive string dissector tables
2014-12-13 Pascal Quantindissector_try_uint(_new) and dissector_try_string now...
2014-12-11 Guy HarrisAdd a heur_dissector_table_foreach() function.
2014-12-11 Guy HarrisGive dissector_all_heur_tables_foreach_table() a sort...
2014-12-11 Guy HarrisMake the type of the second argument to a DATFunc_heur_...
2014-12-11 Guy HarrisFix a comment.
2014-12-10 Guy HarrisExpose find_heur_dissector_list().
2014-11-17 Guy HarrisAdd tshark -G dissector-tables to dump a list of dissec...
2014-10-07 Stig BjørlykkeASN1: Added support for using #.REGISTER_NEW
2014-10-07 Gerald CombsRevert "ASN1: Added support for using #.REGISTER_NEW"
2014-10-07 Stig BjørlykkeASN1: Added support for using #.REGISTER_NEW
2014-06-20 Guy HarrisRename dissector_add_handle() to dissector_add_for_deco...
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Alexis La GoutteFix -Wdocumentation
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-03-14 Hadriel KaplanAdd Lua heuristic dissector support
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Evan HuusFix function prototypes.
2014-02-25 Hadriel KaplanAdds some Lua helper functions: some commonly used...
2014-01-30 Evan HuusAdd remove_last_data_source and fix bug 9169
2014-01-08 Michael MannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...
2013-12-22 Jakub ZawadzkiAvoid including definition of column_info structure...
2013-12-20 Jakub ZawadzkiAvoid including <epan/range.h> in dissectors.
2013-12-10 Gerald CombsGet the "Decode As" dialog working, albeit with a few...
2013-12-03 Jakub ZawadzkiAvoid including <epan/epan.h> in dissectors.
2013-12-03 Alexis La GoutteFix
2013-11-29 Jakub ZawadzkiAvoid including <wiretap/wtap.h> in dissectors.
2013-11-22 Gerald CombsMove common "decode as" preference code to epan.
2013-11-20 Michael MannConvert ethertype() function into a pure dissector...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-11-02 Michael MannRequire dissector_try_string to pass a data parameter...
2013-10-30 Michael MannAllow string-based dissector tables to pass data betwee...
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-09-20 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-09-09 Stig BjørlykkeAdded dissector_delete_all() to remove all entries...
2013-08-25 Anders BromanSimplify adding and deletetion of port ranges by adding...
2013-08-17 Guy HarrisAnother tv_buff reference.
2013-08-17 Guy HarrisJust call it a tvbuff, with no underscore.
2013-08-13 Evan HuusCreate the dissector hash table in only one place,...
2013-08-05 Jakub ZawadzkiDissector handle after [new_]register_dissector can...
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-06-18 Pascal QuantinAdd ability to export decrypted SSL/DTLS PDUs
2013-05-30 Gerald CombsAdd Doxygen boilerplate for some of our core modules...
2013-04-26 Evan HuusFix a whole bunch of doxygen warnings, mostly typos...
next