summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-11 09:18:33 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-11 09:18:33 +0000
commit48cd9f9358a5de7cd64642ff0befda751d115d15 (patch)
tree77061c2c77e9ce00d494ecd8a140795dbcc3d051 /epan
parent05d106247c265f3661ae0b1298433ba352afb511 (diff)
downloadwireshark-48cd9f9358a5de7cd64642ff0befda751d115d15.tar.gz
Add support for DLT_ value 99, as used by the Axent Raptor
firewall/Symantec Enterprise Firewall. Thanks, Axent/Symantec, for not asking us for a DLT_ value and not telling us about the link-layer type. svn path=/trunk/; revision=10361
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 1fca315496..cf12f7e118 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.5 2004/03/05 10:56:16 guy Exp $
+# $Id: Makefile.common,v 1.6 2004/03/11 09:18:32 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -400,6 +400,7 @@ DISSECTOR_SRC = \
../packet-stat.c \
../packet-stun.c \
../packet-sua.c \
+ ../packet-symantec.c \
../packet-syslog.c \
../packet-t38.c \
../packet-tacacs.c \