aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qllc.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-02qllc: fix conflicting entry in its value_stringAlexis La Goutte1-2/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-25/+38
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-18/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
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-12-09Reject the packet if data is NULL.Chris Maynard1-1/+6
2013-10-27Have X.25 dissector pass boolean q_bit_set value through dissector data rathe...Michael Mann1-18/+15
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+3
2013-03-19From beroset:Anders Broman1-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-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2010-01-19Fix a few gcc _Wshadow warnings ....Bill Meier1-3/+3
2010-01-13From Didier Gautheron:Anders Broman1-6/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+196