aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-20Protect dissector_get_(default_)string_handle() against NULL input stringPascal Quantin1-1/+4
2015-07-19Remove functions that got reintroduced by error in g21e5a95Pascal Quantin1-19/+0
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-4/+22
2015-07-15Simply code for export of PDUs coming from heuristic dissectorsPascal Quantin1-17/+0
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-1/+6
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+39
2015-07-03packet: add cleanup routines supportPeter Wu1-16/+13
2015-07-02Add support for a "custom" dissector table. This allows for a "custom" (not ...Michael Mann1-0/+91
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-4/+25
2015-06-24Remove deprecated tvb_length callsEvan Huus1-4/+4
2015-06-23packet: fix memleakPeter Wu1-2/+3
2015-06-22packet: write explicit type for destroy_heuristic_dissector_listPeter Wu1-1/+1
2015-06-03Use the GPOINTER_TO UINT macro rather than trying to do the castsAnders1-1/+1
2015-02-14Don't check for C89 headers.Guy Harris1-3/+0
2015-02-09Add address type registration.Michael Mann1-1/+0
2015-02-04emem is dead! Long live wmem!Michael Mann1-19/+0
2015-01-18Nobody uses se_ allocations, so remove the code for them.Guy Harris1-6/+0
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-2/+2
2015-01-09disperse atalk-utils.[ch]Michael Mann1-1/+0
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-9/+18
2014-12-25Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan1-0/+2
2014-12-21Add comments, change structure member name.Guy Harris1-9/+19