aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-lorawan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-lorawan.c b/epan/dissectors/packet-lorawan.c
index 0e1d07a31a..6435358b66 100644
--- a/epan/dissectors/packet-lorawan.c
+++ b/epan/dissectors/packet-lorawan.c
@@ -812,8 +812,6 @@ dissect_lorawan(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree _U_, void *d
} else {
current_offset += frmpayload_length;
}
- } else if (mac_mtype == LORAWAN_MAC_MTYPE_PROPRIETARY) {
- current_offset = tvb_captured_length(tvb) - 4;
} else {
/* RFU */
current_offset = tvb_captured_length(tvb) - 4;