diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-05-22 15:39:12 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-05-22 15:39:12 +0000 |
commit | e460267b82975dfb0d8f6e6fc3f3292b9c89d194 (patch) | |
tree | d5b690882aeeaceee693cd828f4616ae5a2a383e /epan/dissectors/packet-umts_fp.h | |
parent | 913455d3b337fe4668a46509988059b1eb66e77d (diff) | |
download | wireshark-e460267b82975dfb0d8f6e6fc3f3292b9c89d194.tar.gz wireshark-e460267b82975dfb0d8f6e6fc3f3292b9c89d194.tar.bz2 wireshark-e460267b82975dfb0d8f6e6fc3f3292b9c89d194.zip |
Set paging indication and start fixing TFI list.
svn path=/trunk/; revision=42783
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r-- | epan/dissectors/packet-umts_fp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h index 1a1bf617e5..fd2771e23d 100644 --- a/epan/dissectors/packet-umts_fp.h +++ b/epan/dissectors/packet-umts_fp.h @@ -130,6 +130,10 @@ typedef struct guint32 ul_frame_number; /* the frame where this conversation is started from Node B */ address crnc_address; guint16 crnc_port; + + /* For PCH channel */ + gint paging_indications; + /* DCH's in this flow */ gint num_dch_in_flow; gint dchs_in_flow_list[FP_maxNrOfTFs]; |