URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a3ebd0d8d95fa508fb0784413e1d10db90083c81
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a3ebd0d by Michael Mann (mmann78@xxxxxxxxxxxx):
packet-q2931.c: proto_tree_add_text -> something filterable.
Parts of this dissector have TLV design, but the identifier is "hidden" by the field. I left that behavior in and used more proto_tree_add_uint than proto_tree_add_item because of it. But at least the fields themselves are more filterable.
Change-Id: I94f38d0063e32f6f3f682b380e0ce7bd051121c6
Reviewed-on: https://code.wireshark.org/review/1934
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3bdc0f9 packet-ansi_801.c: proto_tree_add_text -> somthing filterable
adds a3ebd0d packet-q2931.c: proto_tree_add_text -> something filterable.
Summary of changes:
epan/dissectors/packet-q2931.c | 588 +++++++++++++++++++---------------------
1 file changed, 272 insertions(+), 316 deletions(-)