column-utils: add space to improve readability.
[metze/wireshark/wip.git] / epan / packet.c
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-08-24 Pascal Quantincall_heur_dissector_direct: do not trigger an assert...
2016-07-25 Michael MannFix checkAPI.pl warnings about printf
2016-07-16 Gerald CombsAllocate data sources using wmem.
2016-07-12 Guy HarrisHandle dissectors that don't have names.
2016-06-21 Guy HarrisAs with dissector_add_uint(), so with dissector_add_...
2016-06-21 Joerg MayerSlightly improve error message in case of initializatio...
2016-06-15 Gerald CombsMore Sysdig / system event support.
2016-06-15 Michael MannAllow control of individual columns to be (un)writable.
2016-06-14 Dario Lombardopacket.c: remove const compiler warning.
2016-05-16 AndersBromanEnhance error printout if register_dissector_table...
2016-05-09 Martin KaiserCID 1215245, 1215247: NULL check for the param of proto...
2016-04-17 Guy HarrisImprove the message for duplicate dissectors for a...
2016-04-02 Peter WuAvoid UAF after deregister_dissector
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-03-13 Stig BjørlykkeLua: Remove heur dissectors when reload Lua plugins
2016-02-26 João ValverdeAdd free_address_wmem(), fix warnings [-Wcast-qual]
2016-02-16 João Valverdeconst gpointer -> gconstpointer
2016-02-08 João ValverdeRevert "Add free_address_wmem() and other extensions...
2016-02-07 João ValverdeAdd free_address_wmem() and other extensions to address API
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisSet the pinfo time stamps based on the frame_data time...
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
2016-01-14 Guy HarrisRename new_dissector_t to dissector_t.
2016-01-12 Peter WuFix infinite loop for when port max range is -1
2016-01-08 moshekaplanFix a lot of typos and misspellings
2016-01-01 Michael MannMake color filters part of dissection
2015-12-28 Guy HarrisDon't cast away constness for the key in g_hash_table_l...
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-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-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-09-20 Guy HarrisArguably, some sort of assert belongs there.
2015-09-20 Guy HarrisReturn NULL from routines that return pointers, for...
2015-08-15 Stig BjørlykkeFixed a comment in cleanup_dissection
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-07-23 Michael MannAdd Enabled Protocols dialog for Qt
2015-07-20 Pascal QuantinProtect dissector_get_(default_)string_handle() against...
2015-07-19 Pascal QuantinRemove functions that got reintroduced by error in...
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-06-24 Evan HuusRemove deprecated tvb_length calls
2015-06-23 Peter Wupacket: fix memleak
2015-06-22 Peter Wupacket: write explicit type for destroy_heuristic_disse...
2015-06-03 AndersUse the GPOINTER_TO UINT macro rather than trying to...
2015-02-14 Guy HarrisDon't check for C89 headers.
2015-02-09 Michael MannAdd address type registration.
2015-02-04 Michael Mannemem is dead! Long live wmem!
2015-01-18 Guy HarrisNobody uses se_ allocations, so remove the code for...
2015-01-18 Michael MannMiscellaneous ep_strdup_printf replacement.
2015-01-09 Michael Manndisperse atalk-utils.[ch]
2015-01-02 Michael MannRemove pkt_comment member from packet_info structure.
2014-12-25 Hadriel KaplanBug 10233 - Wireshark crashes if Lua heuristic dissecto...
2014-12-21 Guy HarrisAdd comments, change structure member name.
2014-12-21 Guy HarrisClean up some error messages.
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-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-10 Guy HarrisExpose find_heur_dissector_list().
2014-12-06 Michael MannRemove annex_a_used from packet_info structure.
2014-11-17 Guy HarrisAdd tshark -G dissector-tables to dump a list of dissec...
2014-11-16 Michael MannRemove file_type_subtype member from packet_info.
2014-10-17 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-10-11 Stig BjørlykkeUse variable name 'len' when handling length.
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 Bill MeierFix [-Werror=clobbered] gcc warning
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-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-05-11 Evan HuusFix leaking heuristic dissector names.
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
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-02-25 Bill MeierRemove trailing whitespace
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-20 Jakub ZawadzkiAvoid including <epan/range.h> in dissectors.
2013-12-15 Jakub ZawadzkiFix some const/ not const warnings.
next