Skip to content

Commit

Permalink
Added Nathan's patch for AFS and RX dissection.
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=894
  • Loading branch information
gilramir committed Oct 20, 1999
1 parent e5670af commit 0829207
Show file tree
Hide file tree
Showing 9 changed files with 2,987 additions and 4 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ Christophe Tronche <ch.tronche@computer.org> {
Nathan Neulinger <nneul@umr.edu> {
Yahoo messenger and pager protocol support
NTP (Network Time Protocol) support
RX protocol support
Andrew File System protocol support
}

Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to
Expand Down
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.91 1999/10/20 06:28:28 guy Exp $
# $Id: Makefile.am,v 1.92 1999/10/20 16:41:16 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
Expand Down Expand Up @@ -33,6 +33,8 @@ YFLAGS=-d -p dfilter_

DISSECTOR_SOURCES = \
packet-aarp.c \
packet-afs.c \
packet-afs.h \
packet-arp.c \
packet-ascend.c\
packet-atalk.c \
Expand Down Expand Up @@ -92,6 +94,8 @@ DISSECTOR_SOURCES = \
packet-rsvp.c \
packet-rsvp.h \
packet-rtsp.c \
packet-rx.c \
packet-rx.h \
packet-sdp.c \
packet-smb.c \
packet-sna.c \
Expand Down
3 changes: 2 additions & 1 deletion file.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
* $Id: file.c,v 1.108 1999/10/12 05:00:47 guy Exp $
* $Id: file.c,v 1.109 1999/10/20 16:41:16 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
Expand Down Expand Up @@ -131,6 +131,7 @@ open_cap_file(char *fname, capture_file *cf) {
close_cap_file(cf, info_bar, file_ctx);

/* Initialize protocol-specific variables */
afs_init_protocol();
ncp_init_protocol();
smb_init_protocol();

Expand Down
Loading

0 comments on commit 0829207

Please sign in to comment.