aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v120.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-04-14Adding a dissector for the Distributed Object Framework protocol.Mike Morrin1-3/+0
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-10/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-31/+27
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-126/+139
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-09-12Add missing includesJörg Mayer1-1/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-121/+170
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
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-09Removed an unused assignment.Stig Bjørlykke1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15
2008-10-31Fix the last "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-16/+16
2008-08-22Fix a case of && which should be &; add some parentheses for clarityBill Meier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-20remove sprintf from v120 and wccpRonnie Sahlberg1-6/+9
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+305