diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-10-19 00:40:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-10-19 00:40:05 +0000 |
commit | dbfeea36203e050b0abb8022b524b12f0b29986d (patch) | |
tree | e0bd4928703a1bcfbbe76f26564432cfe623bd01 /epan/packet_info.h | |
parent | a4d1704b636fb2e5cfd58f1687a75316614f5fe9 (diff) | |
download | wireshark-dbfeea36203e050b0abb8022b524b12f0b29986d.tar.gz wireshark-dbfeea36203e050b0abb8022b524b12f0b29986d.tar.bz2 wireshark-dbfeea36203e050b0abb8022b524b12f0b29986d.zip |
The Frame Relay DLCI is a virtual circuit identifer, not a source or
destination address, so yank out the AT_DLCI stuff.
Clean up indentation.
svn path=/trunk/; revision=6455
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r-- | epan/packet_info.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h index 277560a563..763942d7ca 100644 --- a/epan/packet_info.h +++ b/epan/packet_info.h @@ -1,7 +1,7 @@ /* packet_info.h * Definitions for packet info structures and routines * - * $Id: packet_info.h,v 1.21 2002/10/18 21:40:13 guy Exp $ + * $Id: packet_info.h,v 1.22 2002/10/19 00:40:05 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -39,7 +39,6 @@ typedef enum { AT_ATALK, /* Appletalk DDP */ AT_VINES, /* Banyan Vines */ AT_OSI, /* OSI NSAP */ - AT_DLCI, /* Frame Relay DLCI */ AT_ARCNET /* ARCNET */ } address_type; |