From 25699b67580eb4ef4f1dde542e860a714390a607 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 16 Jan 2016 16:51:46 -0800 Subject: Don't look at pinfo->pseudo_header. On the off chance that UMTS FP traffic is being carried over a pseudowire. :-) Change-Id: I8db0fbe96545c08f4748bf9ec046e2dc4f2c2cc6 Reviewed-on: https://code.wireshark.org/review/13342 Reviewed-by: Guy Harris --- epan/dissectors/packet-rlc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-rlc.h') diff --git a/epan/dissectors/packet-rlc.h b/epan/dissectors/packet-rlc.h index f58c1ae52a..31820495a0 100644 --- a/epan/dissectors/packet-rlc.h +++ b/epan/dissectors/packet-rlc.h @@ -22,6 +22,8 @@ #ifndef PACKET_RLC_H #define PACKET_RLC_H +#include + /* Do not change enum order and append only to keep backward compatibility with UDP framing format */ enum rlc_mode { @@ -52,7 +54,7 @@ typedef struct rlc_info /* Reset the specified channel's reassembly data, useful for when a sequence * resets on transport channel swap. */ -void rlc_reset_channel(enum rlc_mode mode, guint8 rbid, guint8 dir, guint32 urnti); +void rlc_reset_channel(enum rlc_mode mode, guint8 rbid, guint8 dir, guint32 urnti, struct atm_phdr *atm); /* Tells other functions if this packet is ciphered or not */ gboolean rlc_is_ciphered(packet_info * pinfo); -- cgit v1.2.3