summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-l1-events.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32410
2009-12-04Fix a problem where the Info column's contents was changing erraticallyStephen Fisher1-1/+1
because the Info column was being filled in with a string that didn't stay around long enough. Changed a col_set_str() to col_add_str() call. svn path=/trunk/; revision=31168
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2008-09-27Minor cleanup for proto_reg-handoff & etcBill Meier1-7/+3
svn path=/trunk/; revision=26285
2008-04-22Clarify where these L1 event messages come from.Guy Harris1-1/+1
svn path=/trunk/; revision=25144
2008-04-20From Rolf Fiedler (bug 2408):Stig Bjørlykke1-0/+152
This extends the EyeSDN wiretap module to be able to support: - DSS1/Q.931 - PPP - LAPB/X.25 - ATM raw cells - SS7 MTP2 svn path=/trunk/; revision=25123