aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-02 02:04:38 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-02 02:04:38 +0000
commit79c2223425e406816ea9f8eda1cc48cd9ac01835 (patch)
tree423e0a693f9339de2484a20ad5601f5ca18beb89 /proto.c
parent7bcc34708d05a59059d61f3e3690272961ef4937 (diff)
Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and
wiretap support for RADCOM Ltd.'s WAN/LAN analyzers (see http://www.radcom-inc.com/ ). Note: as I remember, IEEE 802.2/ISO 8022 LLC has somewhat of an SDLC flavor to it, just as I think LAP, LAPB, LAPD, and so on do, so we may be able to combine some of the LLC dissection and the LAPB dissection into common code that could, conceivably be used for other SDLC-flavored protocols. Make "S" a mnemonic for "Summary" in the "Tools" menu. Move the routine, used for the "Tools/Summary" display, that turns a wiretap file type into a descriptive string for it into the wiretap library itself, expand on some of its descriptions, and add an entry for files from a RADCOM analyzer. Have "Tools/Summary" display the snapshot length for the capture. svn path=/trunk/; revision=416
Diffstat (limited to 'proto.c')
-rw-r--r--proto.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/proto.c b/proto.c
index 1b7ac4b474..7c06f0c687 100644
--- a/proto.c
+++ b/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.7 1999/08/01 04:28:09 gram Exp $
+ * $Id: proto.c,v 1.8 1999/08/02 02:04:27 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -102,6 +102,7 @@ void proto_register_ipsec(void);
void proto_register_ipv6(void);
void proto_register_ipx(void);
void proto_register_isakmp(void);
+void proto_register_lapb(void);
void proto_register_llc(void);
void proto_register_nbipx(void);
void proto_register_nbt(void);
@@ -126,6 +127,7 @@ void proto_register_tcp(void);
void proto_register_tr(void);
void proto_register_trmac(void);
void proto_register_udp(void);
+void proto_register_x25(void);
/* special-case header field used within proto.c */
int hf_text_only = 1;
@@ -194,6 +196,7 @@ proto_init(void)
proto_register_ipv6();
proto_register_ipx();
proto_register_isakmp();
+ proto_register_lapb();
proto_register_llc();
proto_register_nbipx();
proto_register_nbt();
@@ -218,6 +221,7 @@ proto_init(void)
proto_register_tr();
proto_register_trmac();
proto_register_udp();
+ proto_register_x25();
/* Register one special-case FT_TEXT_ONLY field for use when
converting ethereal to new-style proto_tree. These fields