From Jeff Rizzo: sFlow support.

svn path=/trunk/; revision=7879
This commit is contained in:
Guy Harris 2003-06-13 22:31:11 +00:00
parent 7ca62c9ece
commit 3c6327720b
5 changed files with 1076 additions and 2 deletions

View File

@ -1737,6 +1737,10 @@ Joakim Wiberg <jow [AT] hms-networks.com> {
Support for Common Industrial Protocol over IP
}
Jeff Rizzo <riz [AT] boogers.sf.ca.us> {
sFlow support
}
And assorted fixes and enhancements by the people listed above and by:
Pavel Roskin <proski [AT] gnu.org>

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.590 2003/06/13 03:09:28 guy Exp $
# $Id: Makefile.am,v 1.591 2003/06/13 22:31:11 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -352,6 +352,7 @@ DISSECTOR_SRC = \
packet-sctp.c \
packet-sdlc.c \
packet-sdp.c \
packet-sflow.c \
packet-sip.c \
packet-skinny.c \
packet-slimp3.c \

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.307 2003/06/12 09:45:42 guy Exp $
# $Id: Makefile.nmake,v 1.308 2003/06/13 22:31:11 guy Exp $
include config.nmake
include <win32.mak>
@ -295,6 +295,7 @@ DISSECTOR_SRC = \
packet-sctp.c \
packet-sdlc.c \
packet-sdp.c \
packet-sflow.c \
packet-sip.c \
packet-skinny.c \
packet-slimp3.c \

View File

@ -1801,6 +1801,7 @@ B<http://www.ethereal.com>.
Niels Koot <Niels.Koot [AT] logicacmg.com>
Lionel Ains <lains [AT] gmx.net>
Joakim Wiberg <jow [AT] hms-networks.com>
Jeff Rizzo <riz [AT] boogers.sf.ca.us>
Pavel Roskin <proski [AT] gnu.org>
Georgi Guninski <guninski [AT] guninski.com>
Jason Copenhaver <jcopenha [AT] typedef.org>

1067
packet-sflow.c Normal file

File diff suppressed because it is too large Load Diff