aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-03isakmp: fix typo found by range_string checkingAlexis La Goutte1-1/+0
Notify Message Type (isakmp.notify.msgtype) hidden by earlier entry (prev=RESERVED: 15 -> 16) (this=RESERVED: 15 -> 16) Change-Id: I3a371587f203ff845ff3f0c9c52a4e6feb714f92 Reviewed-on: https://code.wireshark.org/review/36680 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2020-04-03netflow: decode Boundary bprobe meter ID IEsGuy Harris1-0/+196
From commit 9df4aaea9dc3005682527cedef14520a9df1a981 Author: Brent Cook <brent@boundary.com> Date: Fri Apr 19 10:02:39 2013 -0500 decode Boundary bprobe meter ID IEs in https://github.com/boundary/wireshark, with some fixes made. Change-Id: Ia77c28807ac7165e0e1e590442129fe67a942e07 Reviewed-on: https://code.wireshark.org/review/36674 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
2020-04-03GSM SMS: fix gsm_sms_tp_failure_cause_values array definitionPascal Quantin1-3/+1
Change-Id: I3622e824592b66144fe4e1be3c82bf5e207aaf43 Reviewed-on: https://code.wireshark.org/review/36677 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2020-04-03Diameter 3GPP: fix diameter_3gpp_qos_delay_cls_vals array definitionPascal Quantin1-1/+1
Change-Id: Id8df6889f177e203380a7cc98d15d8cb7514bb03 Reviewed-on: https://code.wireshark.org/review/36676 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2020-04-03added fastip (Boundary) enterprise IDGuy Harris1-0/+1
From commit f8e7530fbef3b969facca42929f0fe6c8e1fd6bd Author: Brent Cook <brent@boundary.com> Date: Fri Apr 19 10:02:09 2013 -0500 added fastip (Boundary) enterprise ID in https://github.com/boundary/wireshark. Change-Id: I8afdb1ce1d96e194140175c63d66dcc7df46bbdf Reviewed-on: https://code.wireshark.org/review/36673 Reviewed-by: Guy Harris <gharris@sonic.net>
2020-04-03IEC104: Add dissection of parameters P_ME_NA_1, P_ME_NB_1, P_ME_NC_1Jiří Engelthaler1-3/+78
Fix subtree ett for COI Change-Id: I3050a2fe797318947253efcdd4b310f98b691a14 Reviewed-on: https://code.wireshark.org/review/36670 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2020-04-03Clean up a number of things.Guy Harris7-238/+408
Pass to the routines that handle particular ISIS PDU types a tvbuff for the *full* PDU; some PDU types may have a checksum CLV type that checksums the *entire* PDU. Pass an isis_data_t * around to various routines, rather than passing some individual bits of information around. Add to that structure: the PDU length from the common-to-all-PDU-types part of the ISIS header; a proto_item * for the header length field; an expert_field * for a "the header length is bad" error. Use the PDU length from that structure when handling the aforementioned checksum CLV. When dissecting the PDU-type-specific part of the ISIS header, check to make sure we're not going past the header length and, if we are, report it with an expert info, using the header length field proto_item * and expert_field * from that structure. Show the type field in sub-TLVs of the Group Address TLV (RFC 7176 section 2.1) and, if the type is unknown, add a top-level item with the type and length fields under it. This fixes some bugs. Bug: 16477 Change-Id: I875306d9d4fd8f65a60b7a6d3be7e356afabe851 Reviewed-on: https://code.wireshark.org/review/36671 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
2020-04-02usbll: fix no previous prototype for functionAlexis La Goutte1-0/+3
packet-usbll.c:557:1: warning: no previous prototype for function 'proto_register_usbll' [-Wmissing-prototypes] packet-usbll.c:678:1: warning: no previous prototype for function 'proto_reg_handoff_usbll' [-Wmissing-prototypes] Change-Id: I407397ebaa4f60674d52ccd066e1e79d00371d6d Reviewed-on: https://code.wireshark.org/review/36656 Petri-Dish: Anders Broman <a.broman58@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-04-02rtps: fix no previous prototype for functionAlexis La Goutte1-2/+2
packet-rtps.c:1878:6: warning: no previous prototype for ‘rtps_util_add_coherent_set_general_cases_case’ [-Wmissing-prototypes] packet-rtps.c:1969:6: warning: no previous prototype for ‘rtps_util_detect_coherent_set_end_empty_data_case’ [-Wmissing-prototypes] Change-Id: If9c559f4ee341d0268e34cad51f11e8a9115961e Reviewed-on: https://code.wireshark.org/review/36655 Reviewed-by: Juan Jose Martin Carrascosa <juanjo@rti.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-04-02cfdp: fix no previous prototype for functionAlexis La Goutte3-4/+4
packet-cfdp.c:1404:1: warning: no previous prototype for ‘dissect_cfdp_as_subtree’ [-Wmissing-prototypes] Change-Id: I671c94bf1557ceef8a87d6da859c1e6ee76b2fca Reviewed-on: https://code.wireshark.org/review/36654 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-04-02RTCP: Fix wrong value in rtcp_mcpt_field_id_vals (Queued User ID)Martin Mathieson1-1/+1
Change-Id: Ia076582c30a1763a531f8fc3bc13ebd88d7aa728 Reviewed-on: https://code.wireshark.org/review/36666 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2020-04-02pluginifdemo: fix compilation when it's enabled.Dario Lombardo4-4/+10
Enable the plugin with ENABLE_PLUGIN_IFDEMO=1. Change-Id: I8ebc076d3b4ea66443d58e57dce0d235a214a2bb Reviewed-on: https://code.wireshark.org/review/36606 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2020-04-02Remove duplicate status messages.Gerald Combs2-50/+46
Adding back progress titles in g3069129fe5 revealed the fact that we had duplicate messages in the Qt UI and in file.c. Remove the ones in file.c in favor of the Qt UI, since the latter are translated. Change-Id: I5ff8f1bd34e963e9e66c01420ad8c5fe9c2f0caa Reviewed-on: https://code.wireshark.org/review/36646 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-04-02proto: fix invalid types in hf check routine.Dario Lombardo1-35/+38
The conditional code compiles with ENABLE_CHECKHF_CONFLICT=1. The mix of string_value and string_value64 requires to split up the code, and a macro seems to be the most suitable solution since types are involved. The error raises on Ubuntu 18.04: FAILED: epan/CMakeFiles/epan.dir/proto.c.o /usr/bin/cc -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL -Depan_EXPORTS -I. -I../ -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/lua5.2 -I/usr/include/libxml2 -Iepan -I../epan -fvisibility=hidden -fexcess-precision=fast -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -Wno-pointer-sign -std=gnu99 -O2 -g -DNDEBUG -fPIC -isystem /usr/include/mit-krb5 -Werror -MD -MT epan/CMakeFiles/epan.dir/proto.c.o -MF epan/CMakeFiles/epan.dir/proto.c.o.d -o epan/CMakeFiles/epan.dir/proto.c.o -c ../epan/proto.c ../epan/proto.c: In function ‘tmp_fld_check_assert’: ../epan/proto.c:8013:18: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] start_values = VAL64_STRING_EXT_VS_P(((const val64_string_ext*)hfinfo->strings)); ^ cc1: all warnings being treated as errors [27/388] Building CXX object ui/qt/CMakeFiles/qtui.dir/coloring_rules_dialog.cpp.o ninja: build stopped: subcommand failed. Change-Id: I77c424bac96a1bbe81c0826faef66df7cc476ec4 Reviewed-on: https://code.wireshark.org/review/36604 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com> Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-04-02ieee80211: Beacon Radio Measurement request/report updateCedric Izoard1-46/+247
- Complete list of possible sub elements for beacon measurement request/report (as of IEEE P802.11REVmd/D3.2) For sub elements that are also regular elements (request, extended request, AP channel report and wide bandwidth channel switch) use the "regular" dissect function instead of duplicating the code. - Create a sub-tree for each sub element - Just like request part, add warning for unknown sub elements in report and properly skip them. - Correct offset used to read fixed size fields in 'reported frame body' and skip those fields if the frame is reported with several fragment - Used already defined "display functions" for RCPI and RSNI fields in beacon report (slightly update RSNI function). - Update TIM element parsing to allow a size of 2 as TIM might be truncated in frame reported body. Bug: 16469 Change-Id: If339cf4990b2bf8ec049ce23aa9461c8a9d85be2 Reviewed-on: https://code.wireshark.org/review/36643 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>
2020-04-02dot11decrypt_util.c: fix no previous prototype for functionAlexis La Goutte1-0/+1
dot11decrypt_util.c:34:6: warning: no previous prototype for ‘dot11decrypt_construct_aad’ [-Wmissing-prototypes] Change-Id: Ideda2d18de88aed9d3fd045a02ead6446b0dbfce Reviewed-on: https://code.wireshark.org/review/36653 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-04-02DTN: Fix dissection of the Bundle Refusal Reason.Martin Mathieson1-5/+5
Spotted by ENABLE_CHECK_FILTER check. 0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ | 0x3 | RCode | +-+-+-+-+-+-+-+-+ Change-Id: I6bf66b13ee3c8e7b59c4c463c7ccebf6db27f497 Reviewed-on: https://code.wireshark.org/review/36664 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2020-04-01Document the -k option.Guy Harris1-0/+43
Change-Id: Ia695e3edcf673495eb8e61edfa72709fda2f99af Reviewed-on: https://code.wireshark.org/review/36663 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
2020-04-01Handle -k better on platforms that don't support it.Guy Harris4-13/+23
Have ws80211_init() return an indication that channel setting isn't supported on those platforms. In dumpcap, try to set up ws80211 before checking the channel argument and, if it fails, report the failure, rather than failing because the "convert channel name to channel code" routine fails. See https://ask.wireshark.org/question/15535/dumpcap-k-is-not-accepting-channel-type-values/ for an example of confusion caused by the previous behavior. Change-Id: I303f560704700bbcd4f0ecea041f8632744212f3 Reviewed-on: https://code.wireshark.org/review/36659 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
2020-04-01QT/UI: Fix shortcutUli Heilmeier1-2/+2
Shortcut should be in text and not in tooltip Bug: 16472 Change-Id: I2139eab83dfbca51126a555476948373fee15237 Reviewed-on: https://code.wireshark.org/review/36651 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: Gerald Combs <gerald@wireshark.org>
2020-04-01Check for true_false_string with identical true/false string.Martin Mathieson7-19/+23
Fixed a few instances where fix were obvious, others are less clear. The check in proto.c is protected by ENABLE_CHECK_FILTER. Change-Id: I4edee4e67bd53bbf2eb809d68c87983a7c5a66f3 Reviewed-on: https://code.wireshark.org/review/36645 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2020-04-01Make the message type values hex.Guy Harris1-23/+23
That's what I'm doing in the rpcap protocol I-D I'm writing, as it makes it a bit cleaner to do the "uppermost bit means reply" stuff. Change-Id: Ic6114ff9fe6df5cf6498798281189f1fbe658e60 Reviewed-on: https://code.wireshark.org/review/36647 Reviewed-by: Guy Harris <gharris@sonic.net>
2020-03-31Qt: Fix a deprecation issue.Gerald Combs1-1/+6
Use QFontMetrics::horizontalAdvance instead of QFontMetrics::width with newer versions of Qt. Change-Id: I65b3f4a6349d5c6dcd19e1cb029f0c8ce83decd0 Reviewed-on: https://code.wireshark.org/review/36644 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Jason Cohen <kryojenik2@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2020-03-31pidl: fix typo found by lintian (mesages => messages)Alexis La Goutte7-10/+10
verified with https://support.microsoft.com/fr-dz/help/238119/list-of-extended-mapi-numeric-result-codes Change-Id: I3769f20071f9f15aa14a270e980f788ff9488d20 Reviewed-on: https://code.wireshark.org/review/36564 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-31PFCP: add Travelping's vendor IEsAndreas Schultz2-0/+109
Change-Id: Idcddc4e1388c5d31596690e997997b05a178702b Reviewed-on: https://code.wireshark.org/review/33693 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-31PFCP: fix Redirect Information IEAndreas Schultz1-6/+11
Redirect Information is an extensible IE. It was extended with the Other Redirect Server Address in version 15.6.0, before that version not including the Other Redirect Server Address was not an error. Change-Id: I645862d99f62979996ec7faa8f08e2c39a3cf302 Reviewed-on: https://code.wireshark.org/review/36642 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-31PFCP: fix End-Time IEAndreas Schultz1-1/+1
Change-Id: Ib268de91d88fc7364cea111b6d8558bae7bfcf89 Reviewed-on: https://code.wireshark.org/review/36641 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-31TCP: Don't scale calculated window size using preference if no scaling signalledMartin Mathieson1-2/+5
Bug: 15841 Bug: 15959 Change-Id: If548b0a12f11c50f72e0957746525ed0fa591f15 Reviewed-on: https://code.wireshark.org/review/36637 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2020-03-31wslua: Update the ByteArray and Tvb docs.Gerald Combs3-129/+159
Add content from https://wiki.wireshark.org/LuaAPI/ByteArray and https://wiki.wireshark.org/LuaAPI/Tvb. Update as needed. Remove an extraneous trailing semicolon. Change-Id: I857b748821c21413ecb563c150525575fc9b947a Reviewed-on: https://code.wireshark.org/review/36635 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>
2020-03-31wslua: Update the Int64 docs.Gerald Combs1-133/+183
Add content from https://wiki.wireshark.org/LuaAPI/Int64. Update as needed. Change-Id: I6a5f8c1cdeddee6d552fde940224704daca980b5 Reviewed-on: https://code.wireshark.org/review/36639 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>
2020-03-31wslua: Update the Dir and Utils docs.Gerald Combs2-52/+101
Add content from https://wiki.wireshark.org/LuaAPI/Utils. Update as needed. Change-Id: I2bf04d053a1edd5e05779c5a41e5ae0fbcb71b54 Reviewed-on: https://code.wireshark.org/review/36638 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>
2020-03-31Qt+wslua: Add back progress bar titles.Gerald Combs5-13/+41
As part of the Qt migration we dropped support for showing progress bar titles. Add them back. Fix the title and task arguments in wslua. Change-Id: I76f008ff1f73e868a9b3833d24d355513692ae8b Reviewed-on: https://code.wireshark.org/review/36612 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>
2020-03-30wslua: Cross-reference and title case fixes.Gerald Combs11-12/+12
Use lua_class_DissectorTable instead of lua_class_DissectorTables. Use title case for each module. Change-Id: Ie855022ee59a857c8ced7c3e6ba070ab494fa017 Reviewed-on: https://code.wireshark.org/review/36634 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2020-03-30wslua: Update the packet information docs.Gerald Combs1-7/+68
Add content from https://wiki.wireshark.org/LuaAPI/Pinfo and update as needed. Change-Id: Ia0b61b529c2a83d6dca8244916154cdc86289a79 Reviewed-on: https://code.wireshark.org/review/36628 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2020-03-30USB: GitHub link updateAmeya Deshpande1-1/+1
Change-Id: Ief4bf1d9e3bc8419f3a99187267dbb0064273c20 Reviewed-on: https://code.wireshark.org/review/36631 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2020-03-30wslua: Update the TreeItem docs.Gerald Combs1-61/+108
Add content from https://wiki.wireshark.org/LuaAPI/TreeItem and update as needed. Change-Id: I59ae271bb6b77d3df1bf53e175a4eccbcf9049f6 Reviewed-on: https://code.wireshark.org/review/36630 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-30wslua: Update the dissector docs.Gerald Combs4-134/+183
Add content from https://wiki.wireshark.org/LuaAPI/Dissector, https://wiki.wireshark.org/LuaAPI/Pref, and https://wiki.wireshark.org/LuaAPI/Proto. Update as needed. Change-Id: I74a167feb9db0fcdb723501e4692da020db1ab2c Reviewed-on: https://code.wireshark.org/review/36629 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-30ASTERIX: Add support to dissect CAT011Prince Paul1-1/+1281
Added support to dissect ASTERIX CAT011 Version 1.2 Online specification: https://www.eurocontrol.int/publication/cat011-eurocontrol-specification-surveillance-data-exchange-part-8-category-011 - Fixed typos Change-Id: I6b3fc7127cf401c7537880e84bb2c4d372dfebc1 Reviewed-on: https://code.wireshark.org/review/36620 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-30ACDR: Dissect LIX2X3 packets when the corresponding bit is enabledOrgad Shaneh1-0/+7
Change-Id: Idac44fcb8667c9441d51678545b25ac8ba861526 Reviewed-on: https://code.wireshark.org/review/36623 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>
2020-03-30ACDR: Remove unused udp dissector tableOrgad Shaneh1-7/+1
+ reorder dissectors to group DSP ones Change-Id: I574eb6b1af76296b86307cd3c54bc2a16a9277a1 Reviewed-on: https://code.wireshark.org/review/36622 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>
2020-03-30ACDR: Fix T38 over UDP dissectionOrgad Shaneh1-29/+18
The media type was not registered in the protocol data. Simplify media type registration, and remove the special handling for VoiceAI json. Change-Id: I5ac6454d1a7a44005c50b0d03f57abfca0181196 Reviewed-on: https://code.wireshark.org/review/36621 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-03-30wslua: Update the Listener docs.Gerald Combs1-13/+28
Add content from https://wiki.wireshark.org/LuaAPI/Listener and update as needed. Add an example that dumps valid listener names. Change-Id: I009eaa83c645b5ad78b560acb249a3060b2784ba Reviewed-on: https://code.wireshark.org/review/36624 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>
2020-03-30wslua: Update the GUI docs.Gerald Combs5-67/+258
Add content from https://wiki.wireshark.org/LuaAPI/GUI and update as needed. Separate some of our Asciidoctor output with newlines. Change-Id: I2b8b9449c94bd69095fbd4b65ea415cd4d525c30 Reviewed-on: https://code.wireshark.org/review/36613 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>
2020-03-29gitlab/travis: remove nopcap tests.Dario Lombardo2-37/+11
Lack of capture support is such a rare case, it is not worth spending too much CI cycles testing it for every build. Change-Id: Ia9be2b6ba21d0b198e65d746483282ef66cadb84 Reviewed-on: https://code.wireshark.org/review/36626 Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2020-03-29When using preference for window scaling, show same way as signalled.Martin Mathieson1-1/+1
Bug: 16153 Change-Id: Ic9a334d0970e609e56deb17987eb081a45746aa7 Reviewed-on: https://code.wireshark.org/review/36610 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2020-03-29[Automatic update for 2020-03-29]Gerald Combs11-37/+107
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I9749944a6e128698a124912d52614da72f6d2370 Reviewed-on: https://code.wireshark.org/review/36615 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2020-03-28NAS 5GS: S-NSSAI dissection fixedSwapnil Roy1-9/+11
Change-Id: I482220232cdbde1e7c90e21af5f7bf4809aa13d2 Reviewed-on: https://code.wireshark.org/review/36603 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris7-7/+35
Change-Id: Ib9ff78d148a2364c84d84b4a9b020b3d783654a3 Reviewed-on: https://code.wireshark.org/review/36602 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
2020-03-28Remove space that snuck in during editing.Guy Harris1-1/+1
Change-Id: Iea196ecb3c236c5257ce57fcff1401a6386c95f9 Reviewed-on: https://code.wireshark.org/review/36601 Reviewed-by: Guy Harris <gharris@sonic.net>
2020-03-28Add support for IDB option 15 - if_hardware, for hardware description.Guy Harris1-83/+95
While we're at it, use decimal, rather than hex, for option numbers; they're given in decimal in the pcapng spec. And fix a typo. Change-Id: I2a6e857a29d5bcb6533b8f5aef00711dd57e6df5 Reviewed-on: https://code.wireshark.org/review/36600 Reviewed-by: Guy Harris <gharris@sonic.net>