Ethereal-dev: [Ethereal-dev] New Dissector: ISMP/EDP (Enterasys Discovery Protocol)
I am attaching a new dissector for ISMP (InterSwitch Message Protocol)
in which EDP (Enterasys Discovery Protocol), formerly known as Cabletron
Discovery Protocol resides on. This dissector decodes Ethernet message
types that match 0x81fd. In addition this dissector has been tested on
both Windows and Linux using the latest stable build (0.10):
Index: Makefile.am
===================================================================
RCS file: /cvsroot/ethereal/Makefile.am,v
retrieving revision 1.681
diff -u -r1.681 Makefile.am
--- Makefile.am 29 Dec 2003 22:42:39 -0000 1.681
+++ Makefile.am 30 Dec 2003 16:12:13 -0000
@@ -287,6 +287,7 @@
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
+ packet-ismp.c \
packet-isns.c \
packet-isup.c \
packet-iua.c \
Index: Makefile.nmake
===================================================================
RCS file: /cvsroot/ethereal/Makefile.nmake,v
retrieving revision 1.380
diff -u -r1.380 Makefile.nmake
--- Makefile.nmake 29 Dec 2003 22:42:39 -0000 1.380
+++ Makefile.nmake 30 Dec 2003 16:12:40 -0000
@@ -227,6 +227,7 @@
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
+ packet-ismp.c \
packet-isns.c \
packet-isup.c \
packet-iua.c \
Enjoy:
Joshua Douglas
Senior Systems Network Engineer
Enterasys Networks Inc
www: http://www.enterasys.com
Attachment:
packet-ismp.c
Description: packet-ismp.c