aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2007-08-17 08:03:32 +0000
committerSake Blok <sake@euronet.nl>2007-08-17 08:03:32 +0000
commit47ec0bead948443f243c38fa83bbed335189b81a (patch)
tree4b8b90c91f6734cf3856cb4407509687de834280 /wiretap/Makefile.common
parent2efdf99f2861f02af97a3eabd2c5253c1625102e (diff)
(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)
This patch adds support for the Juniper NetScreen snoop output format. It takes a text-dump op the captured packets and parses the headers and hex-data. Since the snoop files on a Junpiper NetScreen can be saved to a tftp-server, this patch makes it quite easy to use the snoop function of the Juniper NetScreen firewalls. /* XXX TODO: * * o Create a wiki-page with instruction on how to make tracefiles * on Juniper NetScreen devices. Also put a few examples up * on the wiki (Done: wiki-page added 2007-08-03) * * o Use the interface names to properly detect the encapsulation * type (ie adsl packets are now not properly dissected) * (Done: adsl packets are now correctly seen as PPP, 2007-08-03) * * o Pass the interface names and the traffic direction to either * the frame-structure, a pseudo-header or use PPI. This needs * to be discussed on the dev-list first * (Posted a message to wireshark-dev abou this 2007-08-03) * */ svn path=/trunk/; revision=22533
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 1c67f09826..7db8846269 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -54,6 +54,7 @@ NONGENERATED_C_FILES = \
mpeg.c \
mpeg-audio.c \
netmon.c \
+ netscreen.c \
nettl.c \
network_instruments.c \
netxray.c \
@@ -95,6 +96,7 @@ NONGENERATED_HEADER_FILES = \
mpeg.h \
mpeg-audio.h \
netmon.h \
+ netscreen.h \
nettl.h \
network_instruments.h \
netxray.h \