aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-data.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Move a comment where it belongsJoerg Mayer1-5/+5
2018-05-25media_type: Default decode application/octet-stream as dataStig Bjørlykke1-1/+10
2018-02-13data: Add option to uncompress compressed dataStig Bjørlykke1-1/+35
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-8/+4
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-2/+1
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-1/+1
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-08-22Convert more dissectors to use hfinfo instead of hfindex.Jakub Zawadzki1-18/+25
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+4
2013-03-16[-Wmissing-prototypes]Anders Broman1-1/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17There is no proto_reg_handoff_data() so don't prototype it. Remove unnecessa...Jeff Morriss1-3/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07(Minor): packet_reg_handoff() & prefs callback not req'd;Bill Meier1-13/+8
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-09-24Add option to generate MD5 hash for payload in data dissector. Useful forStephen Fisher1-0/+28
2010-05-19Added a preference to display data as text.Stig Bjørlykke1-3/+17
2009-06-29Added option to show not dissected packet data on a separate packet bytes pane.Balint Reczey1-6/+34
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-01-16Added a length entry.Stig Bjørlykke1-6/+13
2007-09-28Why do I have to enable the Bytes View to see the (start of) data of the Data...Jaap Keuter1-1/+19
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+71