aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-07 07:21:31 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-07 07:21:31 +0000
commite1548d14ac2056eaec17e70e0360c9fb8be7b012 (patch)
tree6b1e9bab7faa10c57de36ba638cb7febbb6c7ca1 /epan/dissectors/packet-frame.c
parenta06688f97169de31b5be59ea0cdb8379458ae169 (diff)
From Duncan Salerno:
Added LAPDm protocol dissector, GSM Um layer, and wiretap support for dct3trace captures, generated by gammu (many available at http://wiki.thc.org/gsm). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27176 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-frame.c')
-rw-r--r--epan/dissectors/packet-frame.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c
index a8d09790f1..024d239156 100644
--- a/epan/dissectors/packet-frame.c
+++ b/epan/dissectors/packet-frame.c
@@ -173,6 +173,11 @@ dissect_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
pinfo->annex_a_used = pinfo->pseudo_header->mtp2.annex_a_used;
break;
+ case WTAP_ENCAP_GSM_UM:
+ pinfo->p2p_dir = pinfo->pseudo_header->gsm_um.uplink ?
+ P2P_DIR_SENT : P2P_DIR_RECV;
+ break;
+
}
}