aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-redback.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-7/+7
2016-01-13Use result of register_dissectorPeter Wu1-3/+1
2016-01-12Register the Redback dissector by name.AndersBroman1-0/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+4
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-1/+12
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-16/+23
2014-07-23Fix email address and product name in Redback dissectorFlorian Lohoff1-2/+2
2014-07-23Add dissecting of IPv6 in Redback Smartedge CapturesFlorian Lohoff1-0/+9
2014-07-23Fix decoding of PPP frames from Redback Smartedge traceFlorian Lohoff1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+3
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-10-18- Remove hf_ integers from few more dissectorsJakub Zawadzki1-52/+61
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-3/+3
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-7/+7
2008-10-14From Florian Lohoff:Jaap Keuter1-121/+171
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-05-31From Florian Lohoff:Stephen Fisher1-28/+52
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2006-09-12from Florian LohoffRonnie Sahlberg1-6/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-02-01removed MSVC warnings:Ulf Lamping1-3/+3
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris1-0/+154