Wireshark-bugs: [Wireshark-bugs] [Bug 8165] New: Filter s1ap.eNB_UE_S1AP_ID exists with multiple

Date: Sat, 05 Jan 2013 06:31:16 +0000
Bug ID 8165
Summary Filter s1ap.eNB_UE_S1AP_ID exists with multiple cases
Classification Unclassified
Product Wireshark
Version 1.8.4
Hardware All
OS Windows 7
Status UNCONFIRMED
Severity Trivial
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 1.8.4 (SVN Rev 46250 from /trunk-1.8)
--
Filter "s1ap.eNB_UE_S1AP_ID" exists with two different cases -
"s1ap.eNB_UE_S1AP_ID" and "s1ap.ENB_UE_S1AP_ID".

If you want to filter an eNB UE S1AP ID, you need to write a query like this:

s1ap.eNB_UE_S1AP_ID == 7340081 || s1ap.ENB_UE_S1AP_ID == 7340081


I think it's clear the case of one of these should be changed; I suggest making
them both "s1ap.eNB_UE_S1AP_ID".


You are receiving this mail because:
  • You are watching all bug changes.