Microsoft Proxy protocol dissector from Jeff Foster.

svn path=/trunk/; revision=1881
This commit is contained in:
Guy Harris 2000-04-20 02:18:53 +00:00
parent 17488eec3a
commit c2a68f6b86
4 changed files with 1366 additions and 2 deletions

View File

@ -149,6 +149,7 @@ Jeff Foster <jfoste@woodward.com> {
Support for associating a dissector with a conversation, and for
use of that dissector by TCP and UDP
SOCKS support
Microsoft Proxy protocol support
}
Peter Torvals <petertv@xoommail.com> {

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.189 2000/04/17 00:32:36 guy Exp $
# $Id: Makefile.am,v 1.190 2000/04/20 02:17:54 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -124,6 +124,7 @@ DISSECTOR_SOURCES = \
packet-mount.c \
packet-mount.h \
packet-mpls.c \
packet-msproxy.c \
packet-nbipx.c \
packet-nbipx.h \
packet-nbns.c \

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.30 2000/04/16 08:58:55 guy Exp $
# $Id: Makefile.nmake,v 1.31 2000/04/20 02:18:53 guy Exp $
include config.nmake
@ -71,6 +71,7 @@ DISSECTOR_OBJECTS = \
packet-mapi.obj \
packet-mount.obj \
packet-mpls.obj \
packet-msproxy.obj \
packet-nbipx.obj \
packet-nbns.obj \
packet-ncp.obj \

1361
packet-msproxy.c Normal file

File diff suppressed because it is too large Load Diff