summaryrefslogtreecommitdiff
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-06-29 19:24:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-06-29 19:24:14 +0000
commita98ce52e800e19c9920a69f6519ff728a0122d06 (patch)
tree36b9053c7004578238521b8d0194f95c171c44e9 /epan/packet_info.h
parenta539aa732c522c40d888d6274997fda01b6cd6f8 (diff)
downloadwireshark-a98ce52e800e19c9920a69f6519ff728a0122d06.tar.gz
From Artem Tamazov:
Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix svn path=/trunk/; revision=28881
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 394167badf..f5da1e1c54 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -187,28 +187,6 @@ typedef struct _packet_info {
struct _sccp_msg_info_t* sccp_info;
guint16 clnp_srcref; /* clnp/cotp source reference (can't use srcport, this would confuse tpkt) */
guint16 clnp_dstref; /* clnp/cotp destination reference (can't use dstport, this would confuse tpkt) */
- guint8 pw_atm_encap_type; /* FF: RFC 4717 is devilish, it describes many
- * different types of ATM->PW encapsulation.
- * None of which can correctly be interpreted by
- * the packet-atm.c dissector. Thus I have to
- * pass some info from packet-pw-atm.c to packet-
- * -atm.c, and augment/change packet-atm.c
- * dissector.
- *
- * 0: RFC4717::Sec. 9, ATM One-to-One Cell Mode
- * 1: RFC4717::Sec. 8, ATM N-to-One Cell Mode
- * 2: RFC4717::Sec. 10, ATM AAL5 CPCS-SDU Mode
- * 3: RFC4717::Sec. 11, ATM AAL5 PDU Frame Mode
- */
- guint16 pw_atm_flags; /* FF: all flags defined in RFC4717 compacted in a
- * single guint16.
- *
- * T, E, C, U, M, V, PTI, C flag name
- * 9 8 7 6 5 4 321 0 position
- */
- guint16 pw_atm_ncells; /* FF: number of cells fitted in a single
- * PW frame.
- */
guint16 zbee_cluster_id; /* ZigBee cluster ID, an application-specific message identifier that
* happens to be included in the transport (APS) layer header.