Replace g_log() calls with ws_log()
[metze/wireshark/wip.git] / epan / packet.c
2021-06-16 João ValverdeReplace g_log() calls with ws_log()
2021-06-06 Michael Tuexenpcapng: add support for custom blocks
2021-05-24 João ValverdeAdd ws_debug() and use it
2020-12-22 Moshe KaplanDetect and replace bad allocation patterns
2020-11-12 Martin MathiesonFix a few spelling mistakes.
2020-10-28 Guy HarrisAdd a new record type REC_TYPE_SYSTEMD_JOURNAL.
2020-10-23 John ThackerQT/CLI: Move max tree items and depth to prefs
2020-09-12 Guy HarrisAdd FT_STRINGZTRUNC.
2020-07-10 Dario Lombardopacket: don't mess up the subdissectors list during...
2020-06-25 Phan Duc Nhat MinhOptimize heuristic search by bubbling the matched element
2020-05-01 Guy HarrisNote why we're getting the time stamp from the frame...
2019-12-01 Michael MannRestrict allowed characters in "short name" of heuristi...
2019-09-04 Anders BromanLoad environment vars to globals for efficency.
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-07-22 Martin Kaiserhelper function to get a payload dissector table's...
2019-07-10 Anders BromanDoxygen: Try to fix reported warnings.
2019-06-24 XuNiupacket: make sure handle and dissector table exist
2019-05-22 Gerald CombsAdd dissection recursion checks.
2019-04-22 Peter Wupacket: ensure pinfo->curr_layer_num does not depend...
2019-04-06 Gerald CombsMake call_dissector assertions non-fatal.
2018-12-27 Guy HarrisTry to squeeze some bytes out of the frame_data structure.
2018-09-19 Gerald CombsTry to discourage the use of APIs via counting.
2018-09-18 Gerald CombsFix a checkAPIs warning.
2018-09-15 Gerald CombsAdd support for aliases to dissector tables.
2018-09-03 Martin Kaisermake IPv4 and IPv6 name resolution usable at all times
2018-04-20 Guy HarrisHandle subset tvbuffs where the length goes past the...
2018-04-17 Andersglib: Use g_slist_free_full() in a couple of places.
2018-03-08 Guy HarrisConstify an argument that doesn't need to be non-const.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-08 Stig Bjørlykkepacket: Whitespace cleanup
2018-02-06 Guy HarrisGet rid of the pkt_encap field in struct packet_info.
2017-12-19 Gerald CombsAvoid ASN.1 frame.protocols duplication.
2017-12-14 João ValverdeAdd new dissector callback signature with data pointer
2017-11-24 Peter Wupacket: ensure consistent layer number for heuristics...
2017-11-13 Michael MannRemove circuit API
2017-11-05 João ValverdeRemove epan win32 x86 assembly
2017-11-03 Michael MannEnsure endpoint members of packet_info structure are...
2017-10-28 Guy HarrisAlso display the protocol with -G dissector-tables.
2017-10-28 Guy HarrisIndicate Decode As support in the -G dissector-tables...
2017-10-28 Guy HarrisDon't add for "Decode As" if the dissector table doesn...
2017-10-09 Pascal Quantinpacket.c: fix a control flow issue reported by Coverity...
2017-09-27 Gerald CombsImprove frame.protocols accuracy.
2017-09-16 Michael MannAdd support for dissector tables of type FT_NONE.
2017-08-29 Michael Mannepan: Properly cleanup registered postdissectors
2017-04-17 Martin KaiserSimplify dissector_try_uint_new().
2017-04-17 Martin KaiserFix the description of dissector_try_uint_new().
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-02-10 Michael MannConvert conversation hash tables to use wmem.
2017-01-30 Stig BjørlykkeRemove unused variable initialization.
2017-01-28 Martin MathiesonSnort: add a preference to show alert in reassembled...
2017-01-20 Dario Lombardopacket: add post_dissectors cleanup.
2017-01-19 Dario Lombardopacket: clean shutdown routines.
2017-01-19 Dario Lombardoepan: add shutdown function for dissectors.
2017-01-19 Martin Kaiserpacket.c: use call_routine() for all lists
2017-01-18 Dario Lombardopacket: free postseq_cleanup_routines list.
2017-01-17 Dario Lombardopacket: free init/cleanup functions lists.
2017-01-07 Peter Wupacket: fix memleak of "short_name" for heuristics...
2017-01-07 Michael MannConvert range API to always use wmem memory.
2017-01-02 Michael MannUse g_slist_find_custom instead of g_slist_nth when...
2016-12-31 Michael MannAdd interface for "pinos" (Protocols in name only)
2016-12-21 Peter Wupacket: duplicate short_name to fix UAF in wslua
2016-12-15 Dario Lombardopacket.c: add initializer.
2016-10-24 João Valverdepacket.c: split register_dissector into two separate...
2016-10-24 João ValverdeRemove some code duplication in packet.c
2016-10-12 Michael MannCleanup from adding Decode As TCP preferences.
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
next