aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-1/+1
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-0/+7
2014-12-22fix warning: parameter 'list' not found in the function declaration [-Wdocume...Alexis La Goutte1-1/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-5/+7
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-5/+10
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-6/+6
2014-12-11Add a heur_dissector_table_foreach() function.Guy Harris1-0/+14
2014-12-11Give dissector_all_heur_tables_foreach_table() a sort function.Guy Harris1-4/+12
2014-12-11Make the type of the second argument to a DATFunc_heur_table explicit.Guy Harris1-3/+3
2014-12-11Fix a comment.Guy Harris1-5/+4
2014-12-10Expose find_heur_dissector_list().Guy Harris1-0/+7
2014-11-17Add tshark -G dissector-tables to dump a list of dissector tables.Guy Harris1-0/+4
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-3/+3
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-3/+3
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-3/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-3/+7
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-2/+2
2014-05-23Fix -WdocumentationAlexis La Goutte1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-11/+23
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-1/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix function prototypes.Evan Huus1-1/+1
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+3
2014-01-30Add remove_last_data_source and fix bug 9169Evan Huus1-0/+2
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+7
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-1/+0
2013-12-20Avoid including <epan/range.h> in dissectors.Jakub Zawadzki1-3/+4
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-4/+34
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-2/+1
2013-12-03FixAlexis La Goutte1-1/+1
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-1/+0
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-3/+60
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-3/+10
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-1/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-1/+0
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-6/+0
2013-10-30Allow string-based dissector tables to pass data between dissectors.Michael Mann1-0/+6
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-09-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9164 :Pascal Quantin1-2/+2
2013-09-09Added dissector_delete_all() to remove all entries from a dissector table.Stig Bjørlykke1-0/+3
2013-08-25Simplify adding and deletetion of port ranges by adding new methods.Anders Broman1-0/+9
2013-08-17Another tv_buff reference.Guy Harris1-1/+1
2013-08-17Just call it a tvbuff, with no underscore.Guy Harris1-1/+1
2013-08-13Create the dissector hash table in only one place, and specify that its valuesEvan Huus1-0/+1
2013-08-05Dissector handle after [new_]register_dissector can be get by find_dissector(...Jakub Zawadzki1-2/+2
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-07-21Some work on multi file dissectionJakub Zawadzki1-2/+2
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+1
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-0/+3