packet-ib.c added

svn path=/trunk/; revision=6123
This commit is contained in:
Uwe Girlich 2002-08-29 12:25:42 +00:00
parent 853bd9df95
commit 8d810a21e5
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.461 2002/08/28 08:24:24 jmayer Exp $
# $Id: Makefile.am,v 1.462 2002/08/29 12:25:26 girlich Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -166,6 +166,7 @@ DISSECTOR_SRC = \
packet-hsrp.c \
packet-http.c \
packet-iapp.c \
packet-ib.c \
packet-icap.c \
packet-icmpv6.c\
packet-icp.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.203 2002/08/27 19:07:30 guy Exp $
# $Id: Makefile.nmake,v 1.204 2002/08/29 12:25:42 girlich Exp $
include config.nmake
include <win32.mak>
@ -107,6 +107,7 @@ DISSECTOR_SRC = \
packet-hsrp.c \
packet-http.c \
packet-iapp.c \
packet-ib.c \
packet-icap.c \
packet-icmpv6.c\
packet-icp.c \