summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-frame.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-12-06 16:21:07 -0500
committerMichael Tüxen <tuexen@wireshark.org>2014-12-06 21:42:43 +0000
commit22da8a38efe07af7686e7e42320afb34d87cf633 (patch)
tree5acf267e18f0bce73c041d4880133a03ffcedc04 /epan/dissectors/packet-frame.c
parent6d4c0edc06ec95986a3ed26c9f9b14e8828d224d (diff)
downloadwireshark-22da8a38efe07af7686e7e42320afb34d87cf633.tar.gz
Remove annex_a_used from packet_info structure.
Change-Id: I660caa8283aecff5060c6ed476f316bc5793373e Reviewed-on: https://code.wireshark.org/review/5643 Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
Diffstat (limited to 'epan/dissectors/packet-frame.c')
-rw-r--r--epan/dissectors/packet-frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c
index 5be786bd19..bed2d82dcf 100644
--- a/epan/dissectors/packet-frame.c
+++ b/epan/dissectors/packet-frame.c
@@ -231,7 +231,6 @@ dissect_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void*
pinfo->p2p_dir = pinfo->pseudo_header->mtp2.sent ?
P2P_DIR_SENT : P2P_DIR_RECV;
pinfo->link_number = pinfo->pseudo_header->mtp2.link_number;
- pinfo->annex_a_used = pinfo->pseudo_header->mtp2.annex_a_used;
break;
case WTAP_ENCAP_GSM_UM: