aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorS. Shapira <sswsdev@gmail.com>2017-03-07 23:23:52 +0200
committerAnders Broman <a.broman58@gmail.com>2017-03-15 04:40:10 +0000
commita75a21fb31207ec724554363e2251b935380cd17 (patch)
treed98cdb32546f1b6c697b3516814bc54709efdc59 /epan/dissectors/packet-umts_fp.h
parentd448d77ac7a369e085eef6713282a4df376b4646 (diff)
Added Heuristic dissectors for the following UMTS FP channels:
DCH (Downlink and Uplink), FACH, RACH and PCH Note that the existing heuristic dissection function does not correctly dissect any of the above and, frankly, I'm not sure which cases it covers. Change-Id: I832bfdccc9ae760a42a4c6537052ee2fee9262b4 Reviewed-on: https://code.wireshark.org/review/20439 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index 9a1365df7f..3d7ac5107c 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -146,7 +146,8 @@ typedef struct
guint32 dl_frame_number; /* the frame where this conversation is started from CRNC */
guint32 ul_frame_number; /* the frame where this conversation is started from Node B */
address crnc_address;
- guint16 crnc_port;
+ guint16 /* Expecting specific lengths: 27 for frames with 1 TB, 48 for frames with 2 TBs */
+ crnc_port;
gint com_context_id; /*Identifies a single UE in the network*/
/* For PCH channel */