aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l1-events.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann1-6/+14
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-9/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-2/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-12-04Fix a problem where the Info column's contents was changing erraticallyStephen Fisher1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-09-27Minor cleanup for proto_reg-handoff & etcBill Meier1-7/+3
2008-04-22Clarify where these L1 event messages come from.Guy Harris1-1/+1
2008-04-20From Rolf Fiedler (bug 2408):Stig Bjørlykke1-0/+152