aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-22randpkt: fix indentation.Dario Lombardo1-15/+14
Change-Id: Ie999c50ef97476a8d389be45e2f12046d20273bd Reviewed-on: https://code.wireshark.org/review/32512 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22GTP:Dissect more IEsAnders Broman4-127/+223
Bug: 15626 Change-Id: I39f37c3ca7f5f56946a21b5cc1a4c2d3b39d381d Reviewed-on: https://code.wireshark.org/review/32521 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22Rbm: Be more strict about unknown object types.Gerald Combs2-2/+7
Stop dissection if we encounter an unknown object type. Update .editorconfig while we're here. Bug: 15612 Change-Id: I91c0868c376c2b50645af997e0bf84e5c90a512b Reviewed-on: https://code.wireshark.org/review/32523 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-03-22wsgcrypt: fix build with older gcrypts.Jeff Morriss1-2/+6
Fixes 9cf77ec5e12e24f1a8c6eb9fa14c015b830f066b. Change-Id: Ie90ce25995707d88995c243cb7b2d5013c3a4c28 Reviewed-on: https://code.wireshark.org/review/32522 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2019-03-22Fix order of ring buffer and auto-stop items on the Capture Options page.Jeff Morriss1-148/+148
Apparently the order of the items defined here affects the order in which order tab will cycle through them. See: https://ask.wireshark.org/question/8010/wireshark-ring-buffer-settings-page-tab-sequence/ Sort the items by row and then by column; this gives a natural order when tabbing through. Change-Id: I1137ef59a3fbf506734d828d9bdfa87bddb96c3b Reviewed-on: https://code.wireshark.org/review/32500 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> (cherry picked from commit 19bdf734f753713241adeccf7de0934a2d0c5032) Reviewed-on: https://code.wireshark.org/review/32516
2019-03-22ITS: Fix decoding of messages using ITS-Container V2 ts (102637).Anders Broman7-520/+612
This semms to be a bit messy as some sub protocols points to a different spec (EVCSN ts (101556)) Bug: 15624 Change-Id: I60d8adc92f6b16b564e9d9d1a6dc46302c32b748 Reviewed-on: https://code.wireshark.org/review/32502 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22Bluetooth HCI: Core spec 5.1 supportAllan Møller Madsen3-45/+920
Dissection added for HCI commands/events: Read Local Simple Pairing Options LE Receiver Test [v3] LE Transmitter Test [v3] LE Set Connectionless CTE Transmit Parameters LE Set Connectionless CTE Transmit Enable LE Set Connectionless IQ Sampling Enable LE Set Connection CTE Receive Parameters LE Set Connection CTE Transmit Parameters LE Connection CTE Request Enable LE Connection CTE Response Enable LE Read Antenna Information LE Set Periodic Advertising Receive Enable LE Periodic Advertising Sync Transfer LE Periodic Advertising Set Info Transfer LE Set Periodic Advertising Sync Transfer Parameters LE Set Default Periodic Advertising Sync Transfer Parameters LE Generate DHKey [v2] LE Modify Sleep Clock Accuracy LE Connectionless IQ Report LE Connection IQ Report LE CTE Request Failed LE Periodic Advertising Sync Transfer Received The following HCI commands have been renamed: LE Receiver Test -> LE Receiver Test [v1] LE Transmitter Test -> LE Transmitter Test [v1] LE Enhanced Receiver Test -> LE Receiver Test [v2] LE Enhanced Transmitter Test -> LE Transmitter Test [v2] LE Generate DHKey -> LE Generate DHKey [v1] LE Periodic Advertising Create Sync command added CTE type field. Version, feature bits and event mask fields updated. Change-Id: I9ecf2749c718023e7f9a762ebfc0263da78e5c0d Signed-off-by: Allan Møller Madsen <almomadk@gmail.com> Reviewed-on: https://code.wireshark.org/review/32492 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22Qt: Welcome page dark mode fixes.Gerald Combs1-2/+2
Adjust the welcome page helpLinks colors. Change-Id: I2befee142253c7f38aa1976f024c97bbc212cb8f Ping-Bug: 15511 Reviewed-on: https://code.wireshark.org/review/32507 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22Qt: Fix our ColorUtils::themeIsDark comparison.Gerald Combs2-1/+7
Change-Id: Ice109cdd5451b67651f10da7e4001d6d4cb0c7f0 Reviewed-on: https://code.wireshark.org/review/32506 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22macOS: Restore dark mode support.Gerald Combs1-0/+2
Comment out the NSRequiresAquaSystemAppearance key in Info.plist under the assumption that both we and Qt will have dark mode support in usable shape by the next release. Ping-Bug: 15511 Change-Id: Ic5960034ce302d81dcc624cbd0e2c017865f44e2 Reviewed-on: https://code.wireshark.org/review/32504 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22sbus: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
Change-Id: If9f4b218869e52877171397b412de74b2fa8def4 Reviewed-on: https://code.wireshark.org/review/32435 Reviewed-by: Christian Durrer <christian.durrer@sensemail.ch> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22BGP: Add LS Advertisment of IGP TE Metric (RFC8571)Uli Heilmeier1-1/+142
Adding support for RFC8571 (BGP - Link State (BGP-LS) Advertisement of IGP Traffic Engineering Performance Metric Extensions) Change-Id: I2f0b415a1a5c3e5f0eb79a6e3758b17c5beba851 Reviewed-on: https://code.wireshark.org/review/32497 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-22randpkt: restore produce_filename in random generation.Dario Lombardo1-0/+1
Bug: 15627 Change-Id: Iac267a679ca3f935f0e165880bb3127a8715b81c Reviewed-on: https://code.wireshark.org/review/32503 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-21packet-ip: Add codepoint LE as per draft-ietf-tsvwg-le-phb.Loganaden Velvindron1-0/+3
From the I-D: This document defines a Differentiated Services per-hop behavior [RFC2474] called "Lower Effort" (LE), which is intended for traffic of sufficiently low urgency that all other traffic takes precedence over the LE traffic in consumption of network link bandwidth [snip] Example uses for the LE PHB: o For traffic caused by world-wide web search engines while they gather information from web servers. o For software updates or dissemination of new releases of operating systems. o For reporting errors or telemetry data from operating systems or applications. o For backup traffic or non-time critical synchronization or mirroring traffic. o For content distribution transfers between caches. o For preloading or prefetching objects from web sites. o For network news and other "bulk mail" of the Internet. o For "downgraded" traffic from some other PHB when this does not violate the operational objectives of the other PHB. o For multicast traffic from untrusted (e.g., non-local) sources. Change-Id: I90b2a08332943daf8349826eaa0862f0c12d6a05 Reviewed-on: https://code.wireshark.org/review/32427 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-03-21ieee80211: Support decrypting WPA3-Personal / SAE capturesMikael Kanstrup10-29/+521
Add support for decrypting IEEE 802.11 WPA3-Personal / SAE traffic. SAE uses AES encryption but a different key derivation function (KDF) making Wireshark fail to decrypt such captures. Also both KDF and decryption method is determined based only on EAPOL key description version. This is not enough to figure out that SAE is being used. Implement the alternative KDF needed to derive valid PTK. Also implement a function to parse pairwise + group cipher suites and auth key management type from RSNE tag. Using this new function together with a number of new cipher and AKM lookup functions correct KDF for SAE can be selected. Bug: 15621 Change-Id: I8f6c917af1c9642c276a244943dd35f850ee3757 Reviewed-on: https://code.wireshark.org/review/32485 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-21NAS-5GS: Dissect Packet filter contents Single remote port type.Anders Broman1-0/+13
Change-Id: I77c79d477af3575428d9d6816f07b54c3302b513 Reviewed-on: https://code.wireshark.org/review/32496 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-21NSIS: Add logic to package Qt debug DLLsJoão Valverde2-3/+12
Bug: 15623 Change-Id: I4898fe2797d987e35bc334211ece8f2f58c562c7 Reviewed-on: https://code.wireshark.org/review/32493 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-21TSDNS: Add more wmem_strsplit return checks.Gerald Combs2-1/+4
wmem_strsplit might return NULL, or it might return fewer tokens than requested. Add checks accordingly. Update the API documentation while we're here. Bug: 15619 Change-Id: I55ae05a36d05252cf57e5c7047a441ef1b438a81 Reviewed-on: https://code.wireshark.org/review/32494 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-21Get rid of unnecessary include.Guy Harris1-1/+0
Change-Id: Ie33b8335acd84d32d282ea8eedac3f5d06f2c5d3 Reviewed-on: https://code.wireshark.org/review/32495 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-20WiX: Fix another libxml2 variable.Gerald Combs1-1/+1
Change-Id: If032c0876ab2ba80b8df7b84e1e1c8e8f1ac425c Reviewed-on: https://code.wireshark.org/review/32490 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-20Clean up comments and white space.Guy Harris1-4/+4
This is a collection of routines, not a program. Change-Id: I76296576443602b7ea016c5311e66a52a73ee941 Reviewed-on: https://code.wireshark.org/review/32491 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-20ipp: fix field types.Dario Lombardo1-8/+2
Change-Id: I7867f6f2f0c4d12a898e59e18639d44f0585ece8 Reviewed-on: https://code.wireshark.org/review/32446 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-20Put back EOF rule, but without exporting write_current_packet().Guy Harris3-4/+19
Instead, add a new T_EOF token type, call parse_token() with it when we get an EOF, and, in parse_token(), write the current packet if we get a T_EOF token. That's a bit simpler, and would let us treat EOFs in different places differently, if, for example, we want to report warnings for half-finished packets. Change-Id: Ie41a8a1dedf91c34300468e073f18bf806e01892 Reviewed-on: https://code.wireshark.org/review/32489 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-20NAS 5GS: Remove double dissection of NAS key set identifier.Anders Broman1-2/+2
Change-Id: I32a2bc558be47db96ffa34abca92e6982940a07d Reviewed-on: https://code.wireshark.org/review/32488 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-20Windows: fix addition of Libxml2 DLLs in installersPascal Quantin2-2/+2
Follow-up of gacc96e5206 Change-Id: Ibf49c4812b46ed282dccddb4fe6869154f6f9fed Reviewed-on: https://code.wireshark.org/review/32487 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-03-20Write out the last packet in text_import().Guy Harris3-4/+4
Write out the last packet after text_import_scan() returns, if it returned successfully, the same way that it's done in text2pcap. This means we can get rid of the EOF rule in the lexer - the lexer just finishes and returns 0 to text_import_scan(), which then returns a success indication to text_import() - and make write_current_packet() static. Change-Id: Ibafdbe01da6bb33a213a32847f1981bc943290a1 Reviewed-on: https://code.wireshark.org/review/32486 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-19SCTP PPID UpdateDamir Franusic2-0/+2
* added PPID 65 (ELE2 Lawful Interception) Change-Id: I39a01fd78a60dae3a0be774546b6e841b2de5dce Reviewed-on: https://code.wireshark.org/review/32484 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19sbus: remove unused assignment (CID: 1444116).Dario Lombardo1-1/+0
Change-Id: I265bb9817d94dee2cfa7fb59415a625405905180 Reviewed-on: https://code.wireshark.org/review/32483 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19Syslog: proper message handlingUli Heilmeier1-3/+71
RFC5424 defines UTF-8 strings in msgid are prefixed with 0xefbbbf. Msgid can can contain spaces, so we shouldn't stop there. RFC5424 defines another format as RFC3164 for header and message. Bug: 15607 Change-Id: If61f1389c81cd2f2a05bd5c98491ab2f1bcfb789 Reviewed-on: https://code.wireshark.org/review/32472 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19NAS 5GS: Fix dissection of Registration request half octet IE'sAnders Broman1-3/+23
Change-Id: Ic84da9f523b0b0ffb7d150d844e5d24a39c9604a Reviewed-on: https://code.wireshark.org/review/32480 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19vlan: Use proto_tree_add_bitmask_list() to add flags.Anders Broman1-9/+19
Change-Id: I1c71e9d4a672cd5781ac9aebd0c0ac7c01f83e1f Reviewed-on: https://code.wireshark.org/review/32469 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19reassemble_test: Fix some compiler warnings.Gerald Combs1-2/+2
Fix ../epan/reassemble_test.c:394:23: warning: cast from 'const unsigned char *' to 'void *' drops const qualifier [-Wcast-qual] ASSERT_EQ_POINTER(tvb_get_ptr(fd_head->tvb_data,0,0),tvb_get_ptr(fd->tvb_data,0,0)); ^ ../epan/reassemble_test.c:394:58: warning: cast from 'const unsigned char *' to 'void *' drops const qualifier [-Wcast-qual] ASSERT_EQ_POINTER(tvb_get_ptr(fd_head->tvb_data,0,0),tvb_get_ptr(fd->tvb_data,0,0)); ^ ../epan/reassemble_test.c:429:23: warning: cast from 'const unsigned char *' to 'void *' drops const qualifier [-Wcast-qual] ASSERT_EQ_POINTER(tvb_get_ptr(fd_head->tvb_data,0,0),tvb_get_ptr(fd->tvb_data,0,0)); ^ ../epan/reassemble_test.c:429:58: warning: cast from 'const unsigned char *' to 'void *' drops const qualifier [-Wcast-qual] ASSERT_EQ_POINTER(tvb_get_ptr(fd_head->tvb_data,0,0),tvb_get_ptr(fd->tvb_data,0,0)); Change-Id: I17c4a28b1d2893b1c2acae14dec498baadfd0646 Reviewed-on: https://code.wireshark.org/review/32477 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19Debian: Add a missing symbol.Gerald Combs1-0/+1
Change-Id: Ic6596fbac05204c41b8790aa24b895413554ddce Reviewed-on: https://code.wireshark.org/review/32478 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-19Don't cast away constness if you don't have to.Guy Harris1-2/+2
Change-Id: I8b13bcd78d327b3ec9903b43e67fcf4a73052962 Reviewed-on: https://code.wireshark.org/review/32479 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-18NSIS: Fix our extra installer location.Gerald Combs4-9/+6
We know the native Windows library path early on in the configure process. Use it to set the location of the Npcap and USBPcap installers instead of trying to derive it from the GLib DLL path. Change-Id: I02d48e115b374fb6080a7fe8017cba789254d5f1 Reviewed-on: https://code.wireshark.org/review/32475 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-18Windows: Switch to Npcap 0.991.Gerald Combs2-3/+3
Change-Id: I4f5d82bf0d205b9410db2098abe64dde1a33b21d Reviewed-on: https://code.wireshark.org/review/32473 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-18Windows: Start using a `vcpkg export` bundle.Gerald Combs8-81/+109
Create a library bundle using `vcpkg export ... --zip` as described at https://vcpkg.readthedocs.io/en/latest/users/integration/#export-command. The bundle includes the following packages: gettext 0.19-8 glib 2.52.3-13 libffi 3.1-4 libiconv 1.15-5 liblzma 5.2.4 libxml2 2.9.9-4 pcre 8.41-1 zlib 1.2.11-5 It also includes a CMake toolchain file which we might want to make use of in the future. This means we no longer compile Zlib locally. Update the CMake environment accordingly and remove zlib from win-setup.ps1. It includes PDBs, so add them to the PDB .zip. Change-Id: I0a94904a86d836e990019dab62af506573be1f35 Reviewed-on: https://code.wireshark.org/review/31377 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-18rtps: fix ipv4 address prints.Dario Lombardo1-3/+2
Change-Id: I6f21e800e5e35e109dda4d6dca25f3a85fe02cb1 Reviewed-on: https://code.wireshark.org/review/32443 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
2019-03-18Work around a mis-declaration in the bcg729 decoder library.Guy Harris1-1/+9
Change-Id: I24a00ce39c3e6d46050a4828ccf40c6de31bd8cf Reviewed-on: https://code.wireshark.org/review/32471 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-18WSUG: Update the requirements section.Gerald Combs1-10/+9
Change-Id: I84e7e0b22e1933385d6e928cc83ebd485beada06 Reviewed-on: https://code.wireshark.org/review/32470 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-18ISIS(Hello): Fix Dead Store (Dead assignement/Dead increment)Alexis La Goutte1-1/+0
Warning found by Clang Change-Id: I0ab7273aa5cefa1c7f256f08e4d046bd5762222d Reviewed-on: https://code.wireshark.org/review/32434 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Uli Heilmeier <openid@heilmeier.eu> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-18dcerpc-nt: remove unnecessary if (tree) checksMartin Kaiser1-47/+29
Change-Id: Icb5fb826bd442cefb5ca2c5db4a3b48911ca2741 Reviewed-on: https://code.wireshark.org/review/32457 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-18assa_r3: fix field type.Dario Lombardo1-1/+1
Change-Id: I357019216d858f08d43e4c4118584c7a530ddb73 Reviewed-on: https://code.wireshark.org/review/32448 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-03-18dcerpc: ensure the length in the packet doesn't overcome the boundaries.Dario Lombardo1-0/+9
The spoolss dissector creates a new source using the length from the packet data. If it overcomes the ends of the packet we hit a crash. In this case add an expert info and stop the dissection Bug: 15568 Change-Id: Idfb0b54c1f41842170d3d03c80897a3b7edc9400 Reviewed-on: https://code.wireshark.org/review/32449 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-18pcep: fix field type.Dario Lombardo1-1/+1
Change-Id: I19161a1758fab0454b8a0724099ee1f284d60c7d Reviewed-on: https://code.wireshark.org/review/32444 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-18openflow_v6: fix field print.Dario Lombardo1-3/+3
Change-Id: I7b838a16eca298a1e6501a302a85a3411758002a Reviewed-on: https://code.wireshark.org/review/32445 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-18bacapp: fix field print.Dario Lombardo1-1/+1
Change-Id: I7d9d696797cbf1a212264711b28d50d99898855b Reviewed-on: https://code.wireshark.org/review/32447 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-18Get rid of extra declaration.Guy Harris1-3/+0
Change-Id: Ia08374136ee3a9770cd7bba2d6bf433590061337 Reviewed-on: https://code.wireshark.org/review/32468 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-18Don't cast away constness if you don't have to.Guy Harris1-5/+5
Change-Id: I7f20939353a953c6feca02047d608d0ad0147edb Reviewed-on: https://code.wireshark.org/review/32467 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-18Don't cast away constness if you don't have to.Guy Harris1-1/+1
Change-Id: I8e4c66a4089bec0e942868ec3325e6e0d510df1b Reviewed-on: https://code.wireshark.org/review/32466 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>