From 5ed4011c300a8c1688ee5aa1b184aa0d2fc54bc7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 14 Oct 1999 05:10:33 +0000 Subject: Nathan Neulinger's NTP dissector. svn path=/trunk/; revision=828 --- packet.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packet.h') diff --git a/packet.h b/packet.h index da0078ee23..0dfe45791e 100644 --- a/packet.h +++ b/packet.h @@ -1,7 +1,7 @@ /* packet.h * Definitions for packet disassembly structures and routines * - * $Id: packet.h,v 1.108 1999/10/14 03:50:31 itojun Exp $ + * $Id: packet.h,v 1.109 1999/10/14 05:10:33 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -270,6 +270,8 @@ enum { ETT_TELNET, ETT_TELNET_SUBOPT, ETT_NNTP, + ETT_NTP, + ETT_NTP_FLAGS, ETT_SNMP, ETT_NBSS, ETT_NBSS_FLAGS, @@ -489,6 +491,7 @@ void dissect_nbns(const u_char *, int, frame_data *, proto_tree *); void dissect_nbss(const u_char *, int, frame_data *, proto_tree *); void dissect_ncp(const u_char *, int, frame_data *, proto_tree *); void dissect_nntp(const u_char *, int, frame_data *, proto_tree *); +void dissect_ntp(const u_char *, int, frame_data *, proto_tree *); void dissect_nwlink_dg(const u_char *, int, frame_data *, proto_tree *); void dissect_osi(const u_char *, int, frame_data *, proto_tree *); void dissect_ospf(const u_char *, int, frame_data *, proto_tree *); -- cgit v1.2.3