Skip to content

Commit

Permalink
From Ronnie Sahlberg: initial NDMPv3 support, and an update to his
Browse files Browse the repository at this point in the history
e-mail address.

svn path=/trunk/; revision=4444
  • Loading branch information
guyharris committed Dec 23, 2001
1 parent 914061d commit 6f0d79c
Show file tree
Hide file tree
Showing 23 changed files with 565 additions and 39 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Kent Engstr
CDP VTP Management Domain item support
}

Ronnie Sahlberg <rsahlber[AT]bigpond.net.au> {
Ronnie Sahlberg <sahlberg[AT]optushome.com.au> {
NLM dissector enhancements
Mount dissector enhancements
Support for status monitor protocol and status monitor callback
Expand Down Expand Up @@ -565,6 +565,7 @@ Ronnie Sahlberg <rsahlber[AT]bigpond.net.au> {
Diameter, L2TP, NFS, and NLM dissectors to use it and to the
ONC RPC dissector to allow ONC RPC subdissectors to use it
SMB tvbuffication
NDMPv3 support
}

Borosa Tomislav <tomislav.borosa[AT]SIEMENS.HR> {
Expand Down
3 changes: 2 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.399 2001/12/19 21:14:49 guy Exp $
# $Id: Makefile.am,v 1.400 2001/12/23 21:36:57 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
Expand Down Expand Up @@ -194,6 +194,7 @@ DISSECTOR_SRC = \
packet-nbns.c \
packet-ncp.c \
packet-ncp2222.c \
packet-ndmp.c \
packet-netbios.c \
packet-nfs.c \
packet-nisplus.c \
Expand Down
3 changes: 2 additions & 1 deletion Makefile.nmake
Original file line number Diff line number Diff line change
@@ -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.157 2001/12/19 21:14:49 guy Exp $
# $Id: Makefile.nmake,v 1.158 2001/12/23 21:36:57 guy Exp $

include config.nmake
include <win32.mak>
Expand Down Expand Up @@ -145,6 +145,7 @@ DISSECTOR_SRC = \
packet-nbns.c \
packet-ncp.c \
packet-ncp2222.c \
packet-ndmp.c \
packet-netbios.c \
packet-nfs.c \
packet-nisplus.c \
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Overview of changes in Ethereal 0.9.0:

* Initial NDMPv3 support. (Ronnie)
* packet-l2tp.c - Vendor-specific attribute fixes. (Motonori)
* Fix timestamp processing in packet-ucp.c, other UCP fixes. (Steffen
Weinreich)
Expand Down
4 changes: 2 additions & 2 deletions packet-dvmrp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-dvmrp.c 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-dvmrp.c 2001 Ronnie Sahlberg <See AUTHORS for email>
* Routines for IGMP/DVMRP packet disassembly
*
* $Id: packet-dvmrp.c,v 1.4 2001/12/10 00:25:27 guy Exp $
* $Id: packet-dvmrp.c,v 1.5 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-dvmrp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-dvmrp.h 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-dvmrp.h 2001 Ronnie Sahlberg <See AUTHORS for email>
* Declarations of routines for IGMP/DVMRP packet disassembly
*
* $Id: packet-dvmrp.h,v 1.1 2001/06/12 06:21:55 guy Exp $
* $Id: packet-dvmrp.h,v 1.2 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-igmp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-igmp.c 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-igmp.c 2001 Ronnie Sahlberg <See AUTHORS for email>
* Routines for IGMP packet disassembly
*
* $Id: packet-igmp.c,v 1.14 2001/12/10 00:25:28 guy Exp $
* $Id: packet-igmp.c,v 1.15 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-klm.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-klm.c 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-klm.c 2001 Ronnie Sahlberg <See AUTHORS for email>
* Routines for klm dissection
*
* $Id: packet-klm.c,v 1.5 2001/11/27 22:37:20 guy Exp $
* $Id: packet-klm.c,v 1.6 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-klm.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* packet-klm.h 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-klm.h 2001 Ronnie Sahlberg <See AUTHORS for email>
*
* $Id: packet-klm.h,v 1.2 2001/06/12 06:31:14 guy Exp $
* $Id: packet-klm.h,v 1.3 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-mrdisc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-mrdisc.c 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-mrdisc.c 2001 Ronnie Sahlberg <See AUTHORS for email>
* Routines for IGMP/MRDISC packet disassembly
*
* $Id: packet-mrdisc.c,v 1.3 2001/12/10 00:25:30 guy Exp $
* $Id: packet-mrdisc.c,v 1.4 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-mrdisc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-mrdisc.h 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-mrdisc.h 2001 Ronnie Sahlberg <See AUTHORS for email>
* Declarations of routines for IGMP/MRDISC packet disassembly
*
* $Id: packet-mrdisc.h,v 1.1 2001/06/27 20:19:19 guy Exp $
* $Id: packet-mrdisc.h,v 1.2 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-msnip.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-msnip.c 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-msnip.c 2001 Ronnie Sahlberg <See AUTHORS for email>
* Routines for IGMP/MSNIP packet disassembly
*
* $Id: packet-msnip.c,v 1.2 2001/12/10 00:25:30 guy Exp $
* $Id: packet-msnip.c,v 1.3 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
4 changes: 2 additions & 2 deletions packet-msnip.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-msnip.h 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
/* packet-msnip.h 2001 Ronnie Sahlberg <See AUTHORS for email>
* Declarations of routines for IGMP/MSNIP packet disassembly
*
* $Id: packet-msnip.h,v 1.1 2001/06/29 18:55:50 guy Exp $
* $Id: packet-msnip.h,v 1.2 2001/12/23 21:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
Expand Down
Loading

0 comments on commit 6f0d79c

Please sign in to comment.