aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gre.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-14 09:29:23 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-14 09:29:23 +0000
commit0e558fb346bad845425652010ef1e641dae3e01b (patch)
tree1167c6d6ba565c793563930edd02f738bf13db65 /epan/dissectors/packet-gre.c
parent2e0c551bd29488c68c8e3ab815183b509d2d322b (diff)
From packetsteve :
CDMA2000 A10 uses a 4 byte gre key git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14076 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gre.c')
-rw-r--r--epan/dissectors/packet-gre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gre.c b/epan/dissectors/packet-gre.c
index def1e5c29e..0c6baa5a68 100644
--- a/epan/dissectors/packet-gre.c
+++ b/epan/dissectors/packet-gre.c
@@ -197,7 +197,7 @@ dissect_gre(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
if (flags_and_ver & GH_B_K) {
- if (is_ppp) {
+ if (is_ppp && type!=ETHERTYPE_CDMA2000_A10_UBS) {
if (tree) {
proto_tree_add_text(gre_tree, tvb, offset, 2,
"Payload length: %u", tvb_get_ntohs(tvb, offset));