aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l1-events.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-04Fix a problem where the Info column's contents was changing erraticallysfisher1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31168 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-27Minor cleanup for proto_reg-handoff & etcwmeier1-7/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26285 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-22Clarify where these L1 event messages come from.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25144 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-20From Rolf Fiedler (bug 2408):stig1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25123 f5534014-38df-0310-8fa8-9805f1628bb7