Commit Graph

67335 Commits

Author SHA1 Message Date
Jakub Zawadzki 400bff055f sharkd: export uat records.
Move gtk's fld_tostr() to epan API as uat_fld_tostr.

Change-Id: I01e3b66ca9ea3cd1e2e06e2122190ee42b9ad44b
Reviewed-on: https://code.wireshark.org/review/21664
Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-16 04:27:05 +00:00
Nicolas Bertin bb6e31d8cc ua3g: fixed START_TONE message decoding
Change-Id: Ib0cdf793d728b9bdc39754878e878e41e09309de
Reviewed-on: https://code.wireshark.org/review/21663
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-16 04:20:52 +00:00
Nicolas BERTIN c1389b9844 ua3g: fixed QOS_TICKET_RSP message decoding
Change-Id: Ib0b5e0acb214769b981cb7be75cbafb8ed37403b
Reviewed-on: https://code.wireshark.org/review/21623
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-16 04:19:49 +00:00
Peter Wu b56041627a kafka: fix -Wmissing-field-initializers by removing unneeded code
LZ4F_decompress accepts a NULL parameter to apply default parameters, do
not bother setting a parameter (this also avoids
-Wmissing-field-initializers warnings from clang).

Change-Id: Id2cd8d58cd9339dd5af395092a8104b559b6e194
Reviewed-on: https://code.wireshark.org/review/21675
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-16 00:11:50 +00:00
Guy Harris 4988cca14d Add a null pointer check.
While we're at it, fix a typo in a comment.

Bug: 13711
Change-Id: Ie1e4aa9243ccb10621bf181b232e177c2a7f867c
Reviewed-on: https://code.wireshark.org/review/21676
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-15 23:12:45 +00:00
Guy Harris b960f5f4c2 Explicitly initialize the current only member of dec_opts.
At least some compilers will warn about not initializing the reserved
values.

Change-Id: Id907468be757a1cd3137140d285803f3e9f1724a
Reviewed-on: https://code.wireshark.org/review/21674
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-15 23:03:14 +00:00
Alexis La Goutte 3f161e481d Openflow (v6): use BASE_SPECIAL_VALS
for avoid duplicated hf

(like for v5 4b90e93f37)

Change-Id: I2f535e2ed06444959d4c1f1c089fec9693a8b96d
Reviewed-on: https://code.wireshark.org/review/21670
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-15 23:00:03 +00:00
Alexis La Goutte 92e1e8e641 Openflow(v4): fix field typo
Like for OpenFlow(v5) see a88594b093

Change-Id: Ifcfd398729a1d102a45de3bf86ec98bab285603f
Reviewed-on: https://code.wireshark.org/review/21669
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-15 17:51:54 +00:00
Alexis La Goutte 4b90e93f37 Openflow(v5): use BASE_SPECIAL_VALS
for avoid duplicated hf

Change-Id: I93ba76e2594e61f8dec9a78540b46025326b1ee6
Reviewed-on: https://code.wireshark.org/review/21660
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-15 13:37:46 +00:00
AndersBroman 39291246e3 Update symbols table
Change-Id: I34ced87d58ba947d4481775a3402da3647f68549
Reviewed-on: https://code.wireshark.org/review/21665
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-15 13:37:32 +00:00
Alexis La Goutte 3408166102 smb: don't use tvb_get_* on proto_tree_add_uint
Part 2

Change-Id: I8f59186bdfc64d4c8dac74245cbffdad1c8d4579
Reviewed-on: https://code.wireshark.org/review/21661
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-15 13:03:54 +00:00
Alexis La Goutte b933b8a4d3 EPL: remove unused hf (hf_epl_sdo_od_field)
Change-Id: I85b26a235874fa67c4f44251166353fadccd1eb5
Reviewed-on: https://code.wireshark.org/review/21659
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-15 10:21:31 +00:00
Alexis La Goutte 993a0afe56 epl: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Change-Id: Idb2ba4181a9affd8c9a71e52a1dd24fda56bd52c
Reviewed-on: https://code.wireshark.org/review/21658
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-15 10:21:09 +00:00
Jakub Zawadzki 60c8ada4c2 sharkd: output JSON for new_stat_ API.
Change-Id: I5b4b020029f3c1587f96ca1fcf5fbfa2ee78ac31
Reviewed-on: https://code.wireshark.org/review/21628
Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
2017-05-15 09:16:51 +00:00
Alexis La Goutte c30bb2c75e SMB: Fix dissection of SMB_COM_TRANSACTION2_SECONDARY (0x33)
Issue reported by Alex
Bug: 13690
Change-Id: I6c0c01569be8474e1cbab0c8ca009c00394e1ffe
Reviewed-on: https://code.wireshark.org/review/21650
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-14 22:01:10 +00:00
Peter Wu 6b289a8b76 ssl,dtls: fix message hash for extended_master_secret
The handshake_messages for extended master secret start at Client Hello
and end at ClientKeyExchange. Previously all handshake messages in a
record would be hashed, possibly covering those after CKE. Now it will
hash each handshake message separately.

For DTLS, the CH and HVR messages must also be ignored. Additionally,
DTLS needs special treatment to merge multiple fragments.

Bug: 13704
Change-Id: I0c8f19b4c352c0195848ded319b6991d76542720
Reviewed-on: https://code.wireshark.org/review/21625
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2017-05-14 21:18:24 +00:00
Rémy Léone af13668831 ieee802154: Refactor payload IE dissection
- Create explicit display filter
- Adding reference to the IEEE 802.15.4 standard
- extract dissect_802154_enhanced_beacon_filter
- Explicit case of header termination
- Fix typo
- Add some cast

Change-Id: I21c5b9eb46c72a377f17113ae729c6aeb79e5d2b
Reviewed-on: https://code.wireshark.org/review/21361
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>
2017-05-14 20:14:38 +00:00
Alexis La Goutte 2c2b40c4ac OpenFlow(v6): add Openflow bad action error message value
Ping-Bug: 13702
Change-Id: I3fa5e9f4d0736d62c922ab3994a0a57afda043a3
Reviewed-on: https://code.wireshark.org/review/21648
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:13:48 +00:00
Alexis La Goutte 3b6646a8d1 OpenFlow(v6): rename Meter Config to Meter Desc
Ping-Bug: 13702
Change-Id: I86ed023bcd4f0f9df79dc5c9bd4cfe566c04c804
Reviewed-on: https://code.wireshark.org/review/21647
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:13:39 +00:00
Alexis La Goutte 06f4b7b973 Openflow(v6): Add OFPGC_INSERT_BUCKET/OFPGC_DELETE_BUCKET
and add new field on groupmod with Bucket

Ping-Bug: 13702
Change-Id: If5893d49d6cd7a8ab6b46f1fcfce4fbff4153d1f
Reviewed-on: https://code.wireshark.org/review/21646
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:13:31 +00:00
Alexis La Goutte 2d90dba39d OpenFlow(v6): Add new OFPXMT type
Ping-Bug: 13702
Change-Id: If320fe6557a66cafaf95afeead4912f7476a70ad
Reviewed-on: https://code.wireshark.org/review/21645
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:13:22 +00:00
Alexis La Goutte 1dc761d902 OpenFlow(v6): Enhance OFPIT
OFPIT_METER is now deprecated and there is a new OFPIT_STAT_TRIGGER

Ping-Bug: 13702
Change-Id: I76b8ab8a86ee59e443fbeac81c45b982bac1b3a2
Reviewed-on: https://code.wireshark.org/review/21644
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:13:12 +00:00
Alexis La Goutte 0bbf415af0 Openflow(v6): Add new OFPAT Meter
no try on real pcap...

Ping-Bug: 13702

Change-Id: I828ae5599704c9bc514b8968d1a15c9a446555d6
Reviewed-on: https://code.wireshark.org/review/21643
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:13:02 +00:00
Alexis La Goutte e6401c7451 Openflow(v6): Add new OFPAT Copy Field
no try on real pcap...

Ping-Bug: 13702

Change-Id: Ia6b048cc8b37bb1697e7378bbcd098a19bff99e3
Reviewed-on: https://code.wireshark.org/review/21642
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:12:26 +00:00
Alexis La Goutte 8082e7ceea Openflow: Add support of openflow 1.5 (v6)
Copy from dissector 1.4 (v5)

Bug: 13702
Change-Id: I2ae5b620e6ff1626c69f8fac6184244399e297de
Reviewed-on: https://code.wireshark.org/review/21641
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:11:36 +00:00
Alexis La Goutte d5635bcb0a reload-framing: fix typo (serie -> series)
Change-Id: I604b4e2e99753734d550b40d5fe013c89f2960fc
Reviewed-on: https://code.wireshark.org/review/21652
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:10:01 +00:00
Alexis La Goutte ad95bdec1d MQ: fix typo (Comit -> Commit)
Change-Id: I36f772f7b7cf0d8e9d3f287bc4bf9718180485d8
Reviewed-on: https://code.wireshark.org/review/21651
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 20:09:30 +00:00
Guy Harris e15de62bff It's now RFC 6940.
Change-Id: I2818d5c0c7e33e53cac2d3f3adb1bfd44f43d756
Reviewed-on: https://code.wireshark.org/review/21655
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-14 20:08:14 +00:00
Guy Harris 7fc2be0bbb Provide some URLs for the document in question.
Change-Id: Ief48dbc07add739ed7274947640cc9e68552242e
Reviewed-on: https://code.wireshark.org/review/21654
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-14 20:06:48 +00:00
Alexis La Goutte 504998d3f0 smb: don't use tvb_get_* on proto_tree_add_uint
Change-Id: I38db11b444a1d4b5be7980c262e9f84ae48c7427
Reviewed-on: https://code.wireshark.org/review/21649
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-14 19:16:13 +00:00
Alexis La Goutte 33fbc25977 ansi_map : fix typo (dont't -> don't)
Change-Id: Iffeec2c2f24dad263d328186767a758558a56351
Reviewed-on: https://code.wireshark.org/review/21653
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-14 19:13:17 +00:00
Pascal Quantin aa3bbe5aeb GSM RLC/MAC: fix another global-buffer-overflow error reported by ASAN
Same root cause as gf751918

Bug: 13708
Change-Id: I9d1089c3a632ca82370d14beb06ebcd554901415
Reviewed-on: https://code.wireshark.org/review/21639
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 16:21:05 +00:00
Alexis La Goutte a88594b093 Openflow(v5): fix field typo
Change-Id: I101f760a64e4beec73483eeda93068798b140d69
Reviewed-on: https://code.wireshark.org/review/21640
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-14 16:20:46 +00:00
Alexis La Goutte b94dafb607 nge: fix conflict for hf field
'nge.unknown' exists multiple times with NOT compatible types: FT_UINT32 and FT_BYTES

Change-Id: I757e6b4107e4d8103950603d4441248b931bbb15
Reviewed-on: https://code.wireshark.org/review/21638
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-14 13:57:21 +00:00
Jakub Zawadzki e7b6bf3fd8 Initial OBD-II PIDs dissector.
Change-Id: I0974f13a032a908bcc27f583c3e059f57959881f
Reviewed-on: https://code.wireshark.org/review/21552
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
2017-05-14 12:43:12 +00:00
Gerald Combs d8df8415af [Automatic update for 2017-05-14]
Update manuf, services enterprise-numbers, translations, and other items.

Change-Id: Ia7833dc62cb4f4687da664b66eba6c5f31437f9a
Reviewed-on: https://code.wireshark.org/review/21630
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-05-14 08:14:09 +00:00
Michael Mann 21735ead4f Add unit_name_string_get_double to handle float/double fields
Bug: 13705
Change-Id: I6bd006f216440d071e5c1eeb6b1f996b4a364c62
Reviewed-on: https://code.wireshark.org/review/21629
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-14 01:57:37 +00:00
Björn Ruytenberg bd3e24f0da IEEE80211-radio: Fix divide by zero
Perform sanity check on parsed data rate. Data rate of zero results in a
division by zero in calculate_llac_duration. Do not use data rate if zero.

Bug: 13706
Change-Id: I7883e1052a0965f7927d3a478c0aa992693f7fe1
Reviewed-on: https://code.wireshark.org/review/21626
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-13 22:46:14 +00:00
Pau Espin 544ebca89d gsm_osmux: Support multiple OSmux frames per packet
Also split and show all AMR payloads

Change-Id: I5bde4e87dc51fd4a996a14117813ea89d7005d38
Reviewed-on: https://code.wireshark.org/review/21600
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2017-05-13 15:22:45 +00:00
Martin Kaiser 0b060e6fcd gif: simplify the dissection code
Increment offset as we go through the file.

Add a function to dissect a sequence of data blocks. Call this function
for extension blocks and images.

Change-Id: If156cb9cd4fe4ba6fdd3780c93087f2dd2ae8bf5
Reviewed-on: https://code.wireshark.org/review/21547
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-13 14:04:55 +00:00
Pascal Quantin 8112b8d7a8 Kafka: add LZ4 decompression
Change-Id: Idf2f63782c8751778ad88f46a7f65fe7d5d49f3b
Reviewed-on: https://code.wireshark.org/review/21577
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-13 11:54:31 +00:00
Martin Mathieson 2c9b07a8b6 AIM: allow multiple TCP ports to be configured
Change-Id: I4a74120ad1424f2b5aab0a4ef734ff52e5ac1a14
Reviewed-on: https://code.wireshark.org/review/21586
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2017-05-12 20:21:07 +00:00
Pascal Quantin 008e6eff4e Thread CoAP: fix 2 potential infinite loops
Bug: 13693
Change-Id: Ie47ca69a9941dbc273bb8f18e300773092a2fc96
Reviewed-on: https://code.wireshark.org/review/21620
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-12 19:46:05 +00:00
Nick b6c2592ffa packet-acn.c: Various cleanup
1. Fix some typos (in hf_ field names and value_string values)
2. Fix an off-by-on error in blob calculation
3. Bugfix a few field lengths
4. Bugfix offset handling when adding ACN address

Change-Id: Id9e3d205b848ce3767b27ef1fcf02f7faae0be15
Reviewed-on: https://code.wireshark.org/review/20953
Reviewed-by: Michael Mann <mmann78@netscape.net>
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>
2017-05-12 19:45:34 +00:00
Pascal Quantin d566531ae5 BT L2CAP: avoid a division by 0
Bug: 13701
Change-Id: Ie433ecd932dcfc40fa6d3fdc3fa00139c64584a2
Reviewed-on: https://code.wireshark.org/review/21618
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-12 19:43:09 +00:00
S. Shapira 900695547b UMTS Iub: Resolve U-RNTI for C-RNTI
This commit includes logic used to store pairs of C-RNTIs and U-RNTIs based on allocations in RRC and logic to retrive those when encountering C-RNTIs in the MAC header for DCCH over FACH/RACH.

Change-Id: I629ab061b7a73416e5730a980480b81a1aaade11
Reviewed-on: https://code.wireshark.org/review/21607
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-12 19:42:20 +00:00
Guy Harris a8228fa80b Fix Windows build without pcap.
Change-Id: Ib79da01124a7f1b44f168ce19691d3ceaa7d5a68
Reviewed-on: https://code.wireshark.org/review/21619
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-12 18:44:10 +00:00
Michael Mann 572a2e93f4 DOCSIS: Simplify all MAC Management into a single file.
Removes a bunch of duplication set up because commands were all in
different files.

Change-Id: I950bc70da0edcdef7aaf21a43328cf69267f79af
Reviewed-on: https://code.wireshark.org/review/21613
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-12 18:39:46 +00:00
Camille Guérin 95ec5329a3 OPC UA: Added details for BrowseDescription NodeClassMask and ResultMask
Display the details for the NodeClassMask and ResultMask values in a
BrowseRequest's BrowseDescription.
As described in OPC UA 1.03 Specification, the value 0 for the
NodeClassMask and the value 63 (0x003F) for ResultMask should results in
returning all the fields in the BrowseResponse.
Display 'All' when those fields have those values
Display a detailled bit tree mask when values are different

Code Change:
Added parseNodeClass and parseResultMask
Use them in parseBrowseDescription instead of parseUInt32
Removed not needed anymore hf_opcua_NodeClassMask, hf_opcua_ResultMask
and their related entries in registerFieldTypes

Change-Id: Ic3ed8630825b5456f91156f06b2203ebfa422155
Reviewed-on: https://code.wireshark.org/review/21446
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-12 16:48:18 +00:00
Alexis La Goutte 4b9e481665 .mailmap: update (of April)
Change-Id: I74bf31ad4772966a292dde7a73a97d172c5121aa
Reviewed-on: https://code.wireshark.org/review/20909
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-12 14:14:12 +00:00