aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-30Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs1-0/+7
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-56/+57
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-6/+0
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-2/+5
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-19Remove #defines that provided backward source compatibilityJörg Mayer1-28/+0
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-2/+2
2012-09-11Add new function: call_dissector_with_dataJakub Zawadzki1-0/+4
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2