Commit Graph

67376 Commits

Author SHA1 Message Date
Eric Wetzel b3c6895191 dnp3: fix parser when a packed variation is used with prefix value qualifier
Bug: 13733
Change-Id: I4d490793b54816e731d72bf1317d3779a05ae011
Reviewed-on: https://code.wireshark.org/review/21722
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2017-05-21 21:58:41 +00:00
Gerald Combs 333711430a [Automatic update for 2017-05-21]
Update manuf, services enterprise-numbers, translations, and other items.

Change-Id: I4a0774a6aa3ecb101b7ca0a87571544dc936012d
Reviewed-on: https://code.wireshark.org/review/21723
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-05-21 08:15:14 +00:00
Alexis La Goutte 5f74d8b40b QUIC: fix some indent issue
Change-Id: If259cb4c37b10aca9f5b8e16f409acc8412f0622
Reviewed-on: https://code.wireshark.org/review/21719
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-21 07:56:23 +00:00
Pascal Quantin 92b892150f Revert "Change exports from Q.932 to use VALS_WITH_TABLE in the same way as QSIG"
This reverts commit d3b7232935.

Revert "Fix debian symbols check after Q.932 symbols removal"

This reverts commit 3bc43e3770.

Change-Id: Ib0623ab289613f48c73d38d038131a69cbf2190b
Reviewed-on: https://code.wireshark.org/review/21720
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2017-05-20 19:52:33 +00:00
Guy Harris ab6abed139 If we don't have an ARUUID, don't use it as if we do.
Don't use random on-the-stack data as a UUID.

Change-Id: I77961e1404ad73a484a7fc865bc54219dc239b4d
Reviewed-on: https://code.wireshark.org/review/21721
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-20 17:56:05 +00:00
sswsdev 6abff3174b UMTS FP: Refactored FP Conversation Info struct
Moved some fields which are only relevant to HS-DSCH / E-DCH  channel into appropriate 'channel specific' structs.
Also renamed "dchs_in_flow_list" to  "dch_ids_in_flow_list"

Change-Id: I7bdeb74c7b1eda0872c0243f0e5f229df2691866
Reviewed-on: https://code.wireshark.org/review/21707
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-20 16:32:00 +00:00
Guy Harris d061a7d50e Show structures as FT_NONE, not FT_STRING.
Change-Id: I51577b6a92ff2401671065b1e6313db9a438c675
Reviewed-on: https://code.wireshark.org/review/21718
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-20 01:30:40 +00:00
Alexis La Goutte 18bc1cf4ae Openflow(v6): enhance display of Port and Port Description
Change-Id: I6252989f5f57d68049da825da194e0443b91ae09
Reviewed-on: https://code.wireshark.org/review/21702
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-19 22:49:00 +00:00
Stig Bjørlykke 6bc71e4d0a Qt: Add check for packet bytes
Disable menu items handling packet bytes if not having any.

Bug: 13723
Change-Id: I9cdb1185910f865c61a8ee74e3cf3177159bf315
Reviewed-on: https://code.wireshark.org/review/21710
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2017-05-19 21:31:50 +00:00
Stig Bjørlykke 4424a8e862 Qt: Check for no tvb in Show Packet Bytes
Bug: 13723
Change-Id: I145fe93fc05a9cfdc6c0fc949274a1e88dcf2f1e
Reviewed-on: https://code.wireshark.org/review/21709
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2017-05-19 21:31:23 +00:00
Björn Ruytenberg b2923e9313 msnip: Verify pinfo->dst is a valid IPv4 address
Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1678
Bug: 13725
Change-Id: Ib61733200658b4cca0bb0f45e5445b0ed3c12ab0
Reviewed-on: https://code.wireshark.org/review/21712
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: Michael Mann <mmann78@netscape.net>
2017-05-19 19:02:43 +00:00
Dhiru Kholia b83e74c3dd IS-IS: Add support for CRYPTO_AUTH authentication type
CRYPTO_AUTH (generic cryptographic authentication) is documented in
RFC 5310, https://tools.ietf.org/html/rfc5310.

Sample IS-IS .pcap files using CRYPTO_AUTH (HMAC-SHA1/HMAC-SHA256) can
be found at https://c0decafe.de/svn/codename_loki/test/.

Bug: 13727
Change-Id: If25edc5985e13de56ab6bade570f06e0e9db276c
Reviewed-on: https://code.wireshark.org/review/21697
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-19 17:07:27 +00:00
Alexis La Goutte 3346fc9c83 TLS: Add Reserved Extension type from GREASE
See https://tools.ietf.org/html/draft-ietf-tls-grease

Change-Id: I305a35c50f6aa94f94f20974babb7c871393f9e7
Reviewed-on: https://code.wireshark.org/review/21706
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-19 14:27:46 +00:00
Alexis La Goutte aa607c330d TLS: add Reserved Supported Group from GREASE
See https://tools.ietf.org/html/draft-ietf-tls-grease

Change-Id: Iaf5ec11eba3b28cff5d292326166eae26fabda99
Reviewed-on: https://code.wireshark.org/review/21705
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-19 14:27:20 +00:00
Alexis La Goutte 0c3e426396 TLS: Update list of Supported Groups Registry
https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8

Change-Id: I5beca54eb4dc644647b0f40ec005d8e3bf23222f
Reviewed-on: https://code.wireshark.org/review/21704
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-19 14:27:12 +00:00
Alexis La Goutte c449fde899 TLS: Update draft tls-chacha20poly1305 to RFC 7905
and also remove some blankline

Change-Id: I5e66a64c95697f8e92d346b7b4c8956eadf967d3
Reviewed-on: https://code.wireshark.org/review/19955
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-19 14:27:05 +00:00
Alexis La Goutte 0db842d27d TLS: Add Reserved cipher from GREASE
See https://tools.ietf.org/html/draft-ietf-tls-grease

Change-Id: I890e33a6b5afb51d768b0264023b51682642f867
Reviewed-on: https://code.wireshark.org/review/19871
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-19 14:26:59 +00:00
Peter Wu 3bc43e3770 Fix debian symbols check after Q.932 symbols removal
Change-Id: Ib68c11220b67f31f69c8fc1524f8492caa577f57
Fixes: v2.3.0rc0-3576-gd3b7232935 ("Change exports from Q.932 to use VALS_WITH_TABLE in the same way as QSIG")
Reviewed-on: https://code.wireshark.org/review/21708
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-19 14:25:28 +00:00
Alexis La Goutte ac8fd7e745 Openflow(v6): Display reserved field for Port Description flag
Change-Id: I2d09e47fe54df7b0e5f89395b93c25d769566f42
Reviewed-on: https://code.wireshark.org/review/21703
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-19 12:53:07 +00:00
Jaap Keuter e71219c711 SDP: Handle incomplete media attributes
Media attributes have a format of name:value, where, if the value
is missing the colon is missing too. Sometimes the colon is there,
while the value is missing. Even though this is in error, continue
dissecting the other attributes.

Bug: 13698
Change-Id: I369b6db657b33a368f4b12134412100774105615
Reviewed-on: https://code.wireshark.org/review/21699
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-19 11:07:32 +00:00
Alexis La Goutte 2d46fc3a89 afp: fix indent (use tab)
Change-Id: I774942860a5d82cfa9003e0363561374caa095ae
Reviewed-on: https://code.wireshark.org/review/21701
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-19 10:30:33 +00:00
Marius Paliga e79488911f Rename AVP Emergency-Indication to Emergency-Services
Renamed in 29.273 Rel 14

Change-Id: I171510869ed2c8a77a983e7c37bbdcb7494ad076
Reviewed-on: https://code.wireshark.org/review/21696
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-18 21:43:20 +00:00
Alexis La Goutte f0086f83e3 odb-ii: Fix Dereference of null pointer found by Clang analyzer
Change-Id: Ic19a59efffba1f19d3469445e8733fce8ab4cf98
Reviewed-on: https://code.wireshark.org/review/21689
Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-18 17:33:26 +00:00
Kenneth Soerensen ebb0d87ffd ZigBee: Fix proto_tree_add_item wrong last argument
Change-Id: Ie68acb7eb584be2ac30f9a257949d8d26661e95a
Reviewed-on: https://code.wireshark.org/review/21667
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-18 13:37:39 +00:00
sswsdev f16bc10dd3 UMTS FP: Track Paging Indications in PCH
The dissector now carries the 'Paging Indication Bitmap' between subsequent PCH frames.
The reason for this is any frame containing the bitmap 'wakes up' users to read the subsequence frame. This feature allows us to see which paging groups were called for each frame.
Also refactored some Paging Indication related fields in the umts convoersation object and tree items.

Change-Id: I5e55e916ec31b60bc93238b397e07a1260906736
Reviewed-on: https://code.wireshark.org/review/21686
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-18 04:52:11 +00:00
Martin Mathieson c0d81f054a SMTP: allow multiple TCP ports/ranges to be registered
Change-Id: Ie470f6b2ffbdc156a1756466826ef6f42e54b8be
Reviewed-on: https://code.wireshark.org/review/21666
Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-17 16:54:33 +00:00
Björn Ruytenberg c486707b1e mrdisc: Verify pinfo->dst is a valid IPv4 address
Change-Id: I828a60091ef59a0381feddfcb6dd7a0d20be67f9
Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1550
Bug: 13707
Reviewed-on: https://code.wireshark.org/review/21687
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-17 15:18:56 +00:00
Tomas Kukosa d3b7232935 Change exports from Q.932 to use VALS_WITH_TABLE in the same way as QSIG
(because value tables with WS_DLL_PUBLIC can not be used to initialize hf array)

Change-Id: I45f3a2783e8b0258de79c8198a0382a4281a02eb
Reviewed-on: https://code.wireshark.org/review/21690
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-17 15:18:04 +00:00
Michael Mann 8edb94c96b UA/UDP: Create TLV for Connect and make fields filterable
Change-Id: I9c709fa2e69b7ac3a2c136c12d6810d4e716b15f
Reviewed-on: https://code.wireshark.org/review/21693
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-17 15:17:38 +00:00
Michael Mann 8376a8bb26 Create temporary variables for some proto_tree_add_<datatype> calculations.
checkAPIs.pl doesn't like tvb_get_* parameters because it thinks
proto_tree_add_item should be used.  This is just to pacify the check.

Change-Id: If40728bcdf5558c351999057321ffba5d802c7c7
Reviewed-on: https://code.wireshark.org/review/21694
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-17 15:17:20 +00:00
Michael Mann 99b76a5bc3 Use proto_tree_add_item instead of proto_tree_add_xxx.
It's a little more efficient to use proto_tree_add_item, than
proto_tree_add_xxx, passing it the returned tvb_get_xxx value.

Change-Id: I22ddd7ab36e1ee5aae78fc693d7dbac4b4f802f2
Reviewed-on: https://code.wireshark.org/review/21691
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-17 15:16:42 +00:00
Michael Mann 3b7790004a bootp: Always have SIP Server IP be an IP address
Change-Id: Idf6b31748ee5aa04e8660a0eb283072da855dda2
Reviewed-on: https://code.wireshark.org/review/21692
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-05-17 12:35:06 +00:00
Jakub Zawadzki b1225fec99 sharkd: add more information about currently loaded file.
Change-Id: I59c34a0c92963822f02b16479e1ebb3bca6e64f6
Reviewed-on: https://code.wireshark.org/review/21678
Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
2017-05-16 16:25:12 +00:00
Tomas Kukosa 3fbb5836b7 More exports from Q.932 and QSIG
Change-Id: Ife78a95712b47166735fd48b1b55193e37eef833
Reviewed-on: https://code.wireshark.org/review/21682
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: Tomáš Kukosa <tomas.kukosa@ixperta.com>
2017-05-16 13:17:39 +00:00
AndersBroman 511b9dda82 [Kafka] The inclusion of LZ4 broke building on Ubuntu 14.04, since it has lz4-r114.
But the lz4 frame API was introduced in [r123](https://github.com/lz4/lz4/blob/r123/lz4frame.h).
Put the code behind a lz4 version check.

Change-Id: If8a7e5f7f2e7c9beac89eec334368a5b95a1bc3f
Reviewed-on: https://code.wireshark.org/review/21684
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2017-05-16 12:32:03 +00:00
sswsdev 467031cdd8 UMTS FP: Heuristic dissection enhancements
Added sources regarding some magic numbers in the heuristic dissection methods
Added logic to spot 52 bytes long RACH frames to the RACH heuristic dissector
Added a check for common TB length in PCH heuristic dissector.

Change-Id: Icdb06cfb230189b3270da0f4c8b24aa400157ea9
Reviewed-on: https://code.wireshark.org/review/21668
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-16 10:56:17 +00:00
AndersBroman e6b395b264 [GTPv2] Update cause values as per 3GPP TS 29.274 V14.3.0 (2017-03).
Change-Id: I43a3d02322c86ff8d388f463aaa66e9866969283
Reviewed-on: https://code.wireshark.org/review/21683
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-16 10:53:52 +00:00
Peter Wu 90db2bb2c8 Add --enable-ubsan/ENABLE_UBSAN for UndefinedBehaviorSanitizer
UndefinedBehaviorSanitizer (UBSan) can catch a lot of issues
(out-of-bounds memory access, integer overflows, undefined shifts,
etc.) and is recommended during development using GCC or Clang. Add an
option for it (similar to ASAN support).

Change-Id: Ib0db50cee9eb5af0f5c4f06e07f3899a3a34702d
Reviewed-on: https://code.wireshark.org/review/21673
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>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-16 10:38:50 +00:00
Chris Wills 924d1ecf63 Fixed array index using nss to match the definition
Bug: 13713
Change-Id: I7e96a6209fe5cd0ba11323f35e4408eb4ff7141a
Signed-off-by: Chris Wills <xenkrs@outlook.com>
Reviewed-on: https://code.wireshark.org/review/21677
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-16 08:32:34 +00:00
AndersBroman 1ef6013d89 [Diameter dictionary] Add some AVPs from TS 32.299 V14.3.0 (2017-03)
Change-Id: I887e11697784c487391b2ea7ec3e0d2e69025c82
Reviewed-on: https://code.wireshark.org/review/21679
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-05-16 08:11:04 +00:00
Alexis La Goutte 2593a16316 Openflow (v4): use BASE_SPECIAL_VALS
to avoid duplicated hf

(like for v5 4b90e93f37)

Change-Id: I7658a98c36cc42dc67f85b84fb16f36f5e505032
Reviewed-on: https://code.wireshark.org/review/21672
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-16 04:28:40 +00:00
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