aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-24packet.c: split register_dissector into two separate functionsJoão Valverde1-11/+13
2016-10-24Remove some code duplication in packet.cJoão Valverde1-14/+13
2016-10-12Cleanup from adding Decode As TCP preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-5/+154
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-29/+53
2016-08-24call_heur_dissector_direct: do not trigger an assert if heuristic dissector r...Pascal Quantin1-3/+3
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-10/+11
2016-07-16Allocate data sources using wmem.Gerald Combs1-14/+2
2016-07-12Handle dissectors that don't have names.Guy Harris1-2/+9
2016-06-21As with dissector_add_uint(), so with dissector_add_{string,guid}.Guy Harris1-7/+17
2016-06-21Slightly improve error message in case of initialization errors.Joerg Mayer1-3/+8
2016-06-15More Sysdig / system event support.Gerald Combs1-0/+4
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-4/+4
2016-06-14packet.c: remove const compiler warning.Dario Lombardo1-6/+6
2016-05-16Enhance error printout if register_dissector_table() is called with wrongAndersBroman1-0/+1
2016-05-09CID 1215245, 1215247: NULL check for the param of proto_get_id()Martin Kaiser1-1/+1
2016-04-17Improve the message for duplicate dissectors for a protocol.Guy Harris1-1/+5
2016-04-02Avoid UAF after deregister_dissectorPeter Wu1-18/+34
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-0/+5
2016-03-20Start work on API to generate protocol dependency tree.Michael Mann1-1/+112
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+11
2016-03-13Lua: Remove heur dissectors when reload Lua pluginsStig Bjørlykke1-2/+3
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-30/+30
2016-02-16const gpointer -> gconstpointerJoão Valverde1-6/+6
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-30/+30
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-30/+30
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+2
2016-01-23Set the pinfo time stamps based on the frame_data time stamps.Guy Harris1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+8
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-4/+4
2016-01-12Fix infinite loop for when port max range is -1Peter Wu1-2/+4
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-01Make color filters part of dissectionMichael Mann1-6/+9
2015-12-28Don't cast away constness for the key in g_hash_table_lookup().Guy Harris1-2/+2
2015-12-11epan: Don't export deregister functionsStig Bjørlykke1-1/+1
2015-12-11Completely remove new_create_dissector_handle and new_register_dissector.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle_with_name -> create_dissector_handle_with_nameMichael Mann1-1/+1
2015-11-26Completely remove "old style" dissector support.Michael Mann1-26/+5
2015-11-26Remove create_dissector_handleMichael Mann1-15/+0
2015-11-24Remove register_dissector.Michael Mann1-21/+0
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+29
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-11-01Add GUID dissector table support.Michael Mann1-1/+142
2015-10-07Remove heur_dissector_set_enabled.Michael Mann1-23/+0
2015-09-27Qt: Add the Dissector Tables dialog.Gerald Combs1-4/+4
2015-09-20Arguably, some sort of assert belongs there.Guy Harris1-0/+2
2015-09-20Return NULL from routines that return pointers, for stylistic consistency.Guy Harris1-2/+2
2015-08-15Fixed a comment in cleanup_dissectionStig Bjørlykke1-1/+1
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+70
2015-07-23Add Enabled Protocols dialog for QtMichael Mann1-0/+3