aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-21Clean up some error messages.Guy Harris1-2/+4
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-15/+24
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-11/+32
2014-12-11Add a heur_dissector_table_foreach() function.Guy Harris1-19/+58
2014-12-11Give dissector_all_heur_tables_foreach_table() a sort function.Guy Harris1-5/+38
2014-12-11Make the type of the second argument to a DATFunc_heur_table explicit.Guy Harris1-3/+3
2014-12-10Expose find_heur_dissector_list().Guy Harris1-1/+1
2014-12-06Remove annex_a_used from packet_info structure.Michael Mann1-2/+0
2014-11-17Add tshark -G dissector-tables to dump a list of dissector tables.Guy Harris1-0/+78
2014-11-16Remove file_type_subtype member from packet_info.Michael Mann1-4/+1
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-11Use variable name 'len' when handling length.Stig Bjørlykke1-17/+17
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-18/+18
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-18/+18
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-18/+18
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-8/+10
2014-05-25Fix [-Werror=clobbered] gcc warningBill Meier1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-10/+36
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-1/+5
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-11/+64
2014-05-11Fix leaking heuristic dissector names.Evan Huus1-0/+1
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+3
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-4/+20
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0