aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fr.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-12-20 21:18:26 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-12-20 21:18:26 +0000
commit79bde3d86aea1c3d75aabd3a8f4174bd8efcc588 (patch)
tree9b4ab6c8d04b57cd99222d9d9054e06ae66daee6 /epan/dissectors/packet-fr.c
parentd6f2abcbfd07f0c0b2c21138af71d4d204d0158a (diff)
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :
Fix dissection of GPRS-NS over Frame Relay over MPLS svn path=/trunk/; revision=46644
Diffstat (limited to 'epan/dissectors/packet-fr.c')
-rw-r--r--epan/dissectors/packet-fr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-fr.c b/epan/dissectors/packet-fr.c
index f3a3cb2b4e..cda4b18c13 100644
--- a/epan/dissectors/packet-fr.c
+++ b/epan/dissectors/packet-fr.c
@@ -616,10 +616,7 @@ dissect_fr_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
case GPRS_NS:
next_tvb = tvb_new_subset_remaining(tvb, offset);
- if (addr != 0)
- call_dissector(gprs_ns_handle, next_tvb, pinfo, tree);
- else
- dissect_lapf(next_tvb, pinfo, tree);
+ call_dissector(gprs_ns_handle, next_tvb, pinfo, tree);
break;
case RAW_ETHER: