aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-10 04:38:43 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-10 04:38:43 +0000
commiteaae1af38cb9080676d8a18e08afd705b612564b (patch)
treee40b7da2d1c61dc61c83d6b336b2e59783d8c767 /packet-atm.c
parent50e696df812a10e47bb6c2b132728b826ca82a60 (diff)
Oops, a last-minute name change didn't get into packet-atm.c.
svn path=/trunk/; revision=6890
Diffstat (limited to 'packet-atm.c')
-rw-r--r--packet-atm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atm.c b/packet-atm.c
index bdd57d9b9b..8e98620615 100644
--- a/packet-atm.c
+++ b/packet-atm.c
@@ -1,7 +1,7 @@
/* packet-atm.c
* Routines for ATM packet disassembly
*
- * $Id: packet-atm.c,v 1.57 2003/01/10 04:04:39 guy Exp $
+ * $Id: packet-atm.c,v 1.58 2003/01/10 04:38:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1511,7 +1511,7 @@ dissect_atm_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
val_to_str(pinfo->pseudo_header->atm.aal, aal_vals,
"Unknown AAL (%u)"));
}
- if (pinfo->pseudo_header->atm.flags & ATM_IS_CELL) {
+ if (pinfo->pseudo_header->atm.flags & ATM_RAW_CELL) {
/* This is a single cell, with the cell header at the beginning. */
proto_item_set_len(ti, 5);
dissect_atm_cell(tvb, pinfo, tree, atm_tree);