aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-19Revert "Change comment to reflect reality."Guy Harris1-2/+5
This reverts commit b32c8432c76ab9e86fb1fd796fa5600d181e02ae. Reason for revert: the variable name was confusing - it describes the behavior if the -C flag is *absent*, and -C sets it to *false*. Change-Id: Ia4d2fb954466b710db3fd1b9897feb9f3818c3a9 Reviewed-on: https://code.wireshark.org/review/31618 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-19Change comment to reflect reality.Guy Harris1-5/+2
When the -C flag was added, it meant (and still means) "[C]ontinue after open errors", which was new behavior; the default "exit on open errors" behavior was not changed. Change-Id: I066c1aaef544e57efb39404e2dd61acbd9a91754 Reviewed-on: https://code.wireshark.org/review/31614 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-19MEGACO: fix dissection of Remote DescriptorPascal Quantin1-12/+16
Display the right field name. Bug: 15430 Change-Id: I1d7da96a351bfad275142a36975df294bfec1a50 Reviewed-on: https://code.wireshark.org/review/31608 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-19NGAP: dissect NASC IEPascal Quantin3-136/+156
Change-Id: I35210fe4088afb69f9b03b9cfcc12e8309ccd8b3 Reviewed-on: https://code.wireshark.org/review/31607 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-19LTE RRC: dissect 2 InterNode IEsPascal Quantin6-13/+99
Change-Id: I17424675a7b60f468e94134f17533cd891d135f7 Reviewed-on: https://code.wireshark.org/review/31606 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-19diam_dict.l,wimaxasncp_dict.l: fix -Werror=stringop-truncationPeter Wu2-5/+4
The given "len" is the size of the string in "txt" excluding the NUL terminator. GCC 8.2.1+20181127-1 rightfully complains that strncpy will not terminate the destination buffer. Change-Id: I592c7c218cf07c13697de4e60f454326a93d1124 Reviewed-on: https://code.wireshark.org/review/31600 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-19vwr: fix -Werror=maybe-uninitialized with GCC 8.2.1+20181127-1Peter Wu1-1/+1
Change-Id: I58d61d29719facb5d639bdbd7e3d790096f69486 Reviewed-on: https://code.wireshark.org/review/31599 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-19ZigBee: Correct command names in Key-Establishment clusterKenneth Soerensen1-20/+30
Change-Id: I5c6a25bfc31160c722ddefb811cc3b1beeec772b Reviewed-on: https://code.wireshark.org/review/31594 Reviewed-by: Martin Boye Petersen <martinboyepetersen@gmail.com> 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>
2019-01-18LTE RRC: upgrade dissector to v15.4.0Pascal Quantin13-4190/+6822
Change-Id: I90b3a5afe782992eac98b37336cc9267ba73dbc0 Reviewed-on: https://code.wireshark.org/review/31595 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-18CMake: avoid including file modification time for RCCPeter Wu1-0/+9
Resources such as translations (autogenerated qm files) and SVG images resulted in non-reproducible builds. Be sure to disable this to make the resources reproducible on Qt < 5.8 or Qt >= 5.9 (excluding Qt 5.8.x). With this change, the Wireshark build is reproducible invariant of the build directory (but not the source directory). Bug: 15163 Change-Id: I9240d2aa6e7298e1928c0f1d97ce83673320024d Reviewed-on: https://code.wireshark.org/review/31593 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-18nas5gs: Add NAS 5GS media type dissection.Anders Broman1-2/+46
While at it set p2p_dir. Change-Id: Ia63ba998db72353963eddc4baa811ce552fd617a Reviewed-on: https://code.wireshark.org/review/31590 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Joakim Karlsson <oakimk@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18gprscdr: Added backward compabillity addition in ChangeConditionJoakim Karlsson2-0/+8
Adding back values existed in older relese, rel6, rel7. Change-Id: I68de38965dc5de2ac39c04467810ce93af37fe1f Reviewed-on: https://code.wireshark.org/review/31587 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18CMake: set CMAKE_BUILD_RPATH_USE_ORIGINPeter Wu1-0/+5
Tested with cmake v3.13.3-952-gf4c17c041, the resulting binaries indeed contain $ORIGIN and are invariant of the build directory. Change-Id: I5dad9493a6d54a0b03a3494fce69cc69a25b2f84 Ping-Bug: 15163 Reviewed-on: https://code.wireshark.org/review/31586 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-18gitlab-ci: keep artifacts in rpm builds.Dario Lombardo1-0/+8
Change-Id: I7117c05a59b82bd925f82dfdfdda770fa507b7d4 Reviewed-on: https://code.wireshark.org/review/31575 Reviewed-by: Dario Lombardo <lomato@gmail.com> Tested-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-18gitlab-ci: use ninja in opensuse builds.Dario Lombardo1-2/+2
Change-Id: I80df02fb3db6ab5a742726c3beaa30a203db7237 Reviewed-on: https://code.wireshark.org/review/31576 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-01-18docbook: use fixed space section for filters code.Dario Lombardo1-4/+12
Change-Id: I6052bc3ec9705a272d0cd6f31cf8b5c1f4b8d45c Reviewed-on: https://code.wireshark.org/review/31573 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18IEEE 802.11 dissector: Fixed description for reason code 12Mister X1-1/+1
Change-Id: I5031f4ca7401be0e785502abfe871cda52388085 Reviewed-on: https://code.wireshark.org/review/31570 Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
2019-01-18ebhscr: increasing ebhscr snaplenPantar Ana4-0/+18
Change-Id: Ie033196c099927912b1e7849299e786dc8416923 Reviewed-on: https://code.wireshark.org/review/31554 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18MQTT v5 malformed packet fixes.Roger Light1-2/+12
PUBACK, PUBREC, PUBREL, and PUBCOMP can all have abbreviated packets which are not currently handled, leading to those forms being marked as malformed. Bug: 15428 Change-Id: I1e6e5dbbca29e7e731683d5c166f9abf978f62b2 Reviewed-on: https://code.wireshark.org/review/31580 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18Windows: upgrade libxml2 to 2.9.9Pascal Quantin1-5/+5
Change-Id: I0496974b09e9183879e2f1421e69aab06040d23a Reviewed-on: https://code.wireshark.org/review/31585 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-18wiretap,file.c: ensure DSBs are reapplied on redissectionPeter Wu4-7/+42
After redissection, the TLS dissector did not remember the DSB secrets anymore. Since the secrets callback is only invoked on the sequential read in wtap, be sure to reapply the existing DSBs to the new session. Bug: 15252 Change-Id: I125f095acb8d577c2439a10e3e65c8b3cfd976b9 Reviewed-on: https://code.wireshark.org/review/31584 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18CIP: Improve API/RPI precisionDylan Ulis3-37/+32
1. Show 3 digits of precision after the decimal place for API/RPI when displaying in ms. 2. Remove displaying the value as hex microseconds. Change-Id: I483739c13ff0e02bd773b5207b41a5eec6c23289 Reviewed-on: https://code.wireshark.org/review/31583 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18macos-setup.sh: Bump our libxml2 version.Gerald Combs1-1/+1
Libxml2 2.9.9 was recently released and fixes a couple of security flaws. Change-Id: I59865a35c97e05d7bf41ca9b7688c3dd89507a66 Reviewed-on: https://code.wireshark.org/review/31578 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-18CMake: Fix Vcpkg x86 directory discovery.Gerald Combs1-1/+8
`vcpkg export` installs files into an architecture-dependent subdirectory which matches the PLATFORM environment variable on 64-bit Windows but not 32-bit Windows. Replace $ENV{PLATFORM} in FindWSWinLibs with a variable derived from WIRESHARK_TARGET_PLATFORM. Change-Id: I142615bd50179fdffdebd2bb1f193ef0070c0483 Reviewed-on: https://code.wireshark.org/review/31582 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-18Update tooltip for "Resolve network (IP) addresses"Stig Bjørlykke1-2/+2
Remove name resolution from DNS packets from the tooltip because resolving from DNS packets has it's own check box. Change-Id: I0a4039a1639f22b51429c3771fd828d9727aca08 Reviewed-on: https://code.wireshark.org/review/31581 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-17CMake: silence CMP0083 warning from future CMake 3.14Peter Wu1-8/+13
The current development version of CMake started emitting warnings due to the use of CMAKE_POSITION_INDEPENDENT_CODE without setting CMP0083. Change-Id: Id6747c00fea7a1d28e5ba900ba4578fe89f40f83 Reviewed-on: https://code.wireshark.org/review/31579 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-17DTLS: add DSB support, use the key log file from the TLS dissectorPeter Wu7-18/+48
The DTLS and TLS dissectors already share code for parsing the key log file contents but the actual key material was stored separately. As implementations (like GnuTLS) write the TLS and DTLS secrets to the same file (specified by the SSLKEYLOGFILE environment variable), it seems reasonable to combine them. This also enables use of the pcapng Decryption Secrets Block for decryption of DTLS traces. The dtls.keylog_file preference has become obsolete and can no longer be used (this was not tested anyway). A new test was added based on dtls12-aes128ccm8.pcap, the master secret was extracted using the tls.debug_file preference. Bug: 15252 Change-Id: Idfd52c251da966fe111dea37bc3fb143d968f744 Reviewed-on: https://code.wireshark.org/review/31577 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-17smpp: Make it clearer that it's a heuristic dissector.Anders Broman1-9/+2
Should this be default off? I had a false positive. While at it remove unused hf entry. Change-Id: Ia3ec0f2e127659349226af9bc2acb0812960a0a6 Reviewed-on: https://code.wireshark.org/review/31574 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17CIP: Add more objectsDylan Ulis1-1/+10
Add newer CIP objects Change-Id: Ie1fcc219ee2d8abece8aaa9c4bbaade42f029ef9 Reviewed-on: https://code.wireshark.org/review/31568 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17CIP Safety: Multicast Active/Idle was reversedDylan Ulis1-1/+1
Corrected the Multicast Active/Idle true_false_string order Change-Id: I1753f4cfc9e1ea138789a236976b649607d74831 Reviewed-on: https://code.wireshark.org/review/31567 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17VPP: add vpp graph dispatch trace dissectorDave Barach5-0/+499
Add a dissector for http://fd.io vpp graph dispatch traces. The file format is described in detail here: https://fdio-vpp.readthedocs.io/en/latest/gettingstarted\ /developers/vnet.html#graph-dispatcher-pcap-tracing Fuzz-tested with good results. Bug: 15411 Change-Id: I3b040bb072ce43fb2fb646a9e473c5486654906a Signed-off-by: Dave Barach <dave@barachs.net> Reviewed-on: https://code.wireshark.org/review/31466 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17LTE RRC: fix dissection of measResultSCG-r15 IEPascal Quantin5-25/+11
Change-Id: I68bdc75fc1fb270f815004f2cb6eafbb7bfc2329 Reviewed-on: https://code.wireshark.org/review/31572 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-17QUIC: Reorder Frame type codeAlexis La Goutte1-386/+379
Change-Id: I2b0a7ef2d46f6266c6d96ac74e590869144a39bd Reviewed-on: https://code.wireshark.org/review/31565 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-17udp-nm: Extend and rename to autosar-nmMaksim Salau2-83/+187
The UDP-NM dissector is actually AUTOSAR-NM and works over UDP and CAN. The change also adds parsing of reserved bits of control bit vector and the 'NM Coordinator Id' field which was present in revision 3.2 but now is deprecated (bits are marked as reserved). Since not every packet on a CAN bus is an Network Management one, parameters were added to filter only packets with specific ids. In order to define ids to be dissected one should define a reference id and a mask in preferences. Change-Id: Ica69032b7200c4c3a1f81130ebcea0dd4144cbf2 Reviewed-on: https://code.wireshark.org/review/31560 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17RTPS: Possible buffer overrun fixed in PID_TYPEOBJECT_LB dissection.ismaelrti1-13/+11
In PID_TYPEOBJECT_LB dissection class_id_enum_names char* array has been replaced by a string_values so it won't cause any issue if the read index value is out of bounds. Bug: 15405 Change-Id: I0dc9d8d00024a2fbb03fca7238ab709b91b059aa Reviewed-on: https://code.wireshark.org/review/31484 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17IS-IS: support for dissecting IS-IS BIER Info Sub-TLV (RFC 8401)Rohan Saini1-18/+226
Added support for dissecting IS-IS BIER Info Sub-TLV and BIER MPLS Encapsulation Sub-sub-TLV, as per RFC 8401 Bug: 15421 Change-Id: Iec5e275f3afef7cb64d474634bd0a89b42a1b480 Reviewed-on: https://code.wireshark.org/review/31551 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Uli Heilmeier <openid@heilmeier.eu> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-17make-version.pl: Add a comment about version.h.Gerald Combs1-0/+3
Note that we might want to give CMakeLists.txt the ability to generate version.h independently. Change-Id: I4864504790aee4c40805f5ae3584db027a2762f5 Reviewed-on: https://code.wireshark.org/review/31569 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-17WSDG: make Testing more accessible, add missing anchorsPeter Wu2-46/+70
Rename sections to avoid files named like _documentation_toolchain.html and _adding_or_modifying_tests.html. Rewrite the testing introduction to directly show the required commands for the pytest method. That provides much nicer output and finishes faster, except when you cannot install extra build dependencies there should be no reason to avoid it. ctest is removed from the description since it does not provide many advantages over the test target (except for the possibility of adding --verbose I guess). Group some related sections under a "Test suite structure" heading in order to collect some small sections on a single page. Fix some other grammatical issues while at it. Change-Id: I8ab821a67254e62c0fc3d18630e4bc8b0ef872dd Reviewed-on: https://code.wireshark.org/review/31550 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-16Qt: IO Graph correct color selectionRoland Knall5-164/+16
The correct method of selection of colors is just using the QColorDialog not a specialized object. Implementing it just that way, to correct bug on Linux Bug: 15399 Change-Id: I3c4785d352888ec34c34534667c3f7df182f9fd7 Reviewed-on: https://code.wireshark.org/review/31465 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-01-16nas_5gs: remove dead increment.Dario Lombardo1-8/+2
Found by scan-build. Change-Id: I499dcc0781cddbf10e117ab91c58a3213adbbc63 Reviewed-on: https://code.wireshark.org/review/31564 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-16ieee80211: calculate the number of tones for RU allocationEmmanuel Grumbach1-6/+97
It can be annoying to have to manually calculate the number of tones based on the global bandwidth and the RU allocation. Do that in the dissector. Change-Id: I42eb403a91ebacc4fcfaa3e8c3e793a055d2b9f8 Reviewed-on: https://code.wireshark.org/review/31559 Reviewed-by: Emmanuel Grumbach <egrumbach@gmail.com> Petri-Dish: Jim Young <jim.young.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
2019-01-16Couchbase: Fix another shadow variable.Gerald Combs1-5/+5
Change-Id: Id66535f9e21a9e311cb69af2b46fa896186e8b10 Reviewed-on: https://code.wireshark.org/review/31561 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-01-15Fix capitalization of "radiotap".Guy Harris1-1/+1
Change-Id: I9f5925be9305b72fbe4ccd98c0c77aadb629ea8f Reviewed-on: https://code.wireshark.org/review/31563 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-15QUIC: Reorder line code for QUIC Transport Parameter (draft -17)Alexis La Goutte2-130/+129
Bug: 13881 Change-Id: I3f721441a793740aaff7eae5a2bc10ec66e8e220 Reviewed-on: https://code.wireshark.org/review/31553 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-15ssh: Host key tree selection, fix off by 4Daniel Hirschberger1-2/+3
When selecting the Host key tree 4 bytes of the host key are missing because the subtree has length key_len and does not include the length of key length field itself. Change-Id: I1a1ca2f3a5ea651c9dab4f0edc705df2c98a7ae4 Reviewed-on: https://code.wireshark.org/review/31464 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-01-15make-version.pl updates.Gerald Combs3-161/+198
Read our major, minor, and micro versions from CMakeLists.txt. Add the ability to set our extra version information differently if our Git commit is tagged or untagged. Change our extra version placeholder from "%#" to "{vcsinfo}". Add --tagged-version-extra (-t) and --untagged-version-extra (-u) arguments for specifying the tagged and untagged extra formats. Add --force-extra (-f) so that we can force one format or the other. Require the major.minor.micro version to be specified when using --set-version (-v). Update appveyor.yml and the Developer's Guide to match the new behavior. Change-Id: I6e5d55470aff7e7c61e75f208e24c4105276905a Reviewed-on: https://code.wireshark.org/review/31479 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-15NR-RRC: upgrade dissector to v15.4.0Pascal Quantin8-2408/+7510
Change-Id: I6a50623a485796a12f01ca1352ba31caa0d96eee Reviewed-on: https://code.wireshark.org/review/31558 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-15GSUP: add CHECK-IMEI message decodingOliver Smith2-0/+48
Implement necessary messages for Procedure Check_IMEI_VLR (TS 23.018 Chapter 7.1.2.9). This lets the VLR ask the EIR to check if an IMEI is valid. Use the IMEI dissector from BSSAP by making it available as stand-alone dissector. For more information, please see: https://git.osmocom.org/libosmocore/commit/?id=10db2817e5ce76eebd61dd6b607a6dfad57fa417 https://git.osmocom.org/osmo-gsm-manuals/commit/?id=0f41399d36770fb6d2069d5aea7e5315beb368e6 Change-Id: Ie66c79ace7a9448b3191bec8208805aa3bb7888e Reviewed-on: https://code.wireshark.org/review/31445 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-15BSSAP: fix typo imesiv -> imeisvOliver Smith1-10/+10
Change-Id: If92783c2dc57d3cf35b8a2a7c2fcb72e5219c0ad Reviewed-on: https://code.wireshark.org/review/31555 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-15CIP: Correct SSN to SNNDylan Ulis4-238/+238
SNN = Safety Network Number No functional/parsing changes. Changes: 1. Fix some display fields and filter names that previously used the incorrect ssn naming. 2. Changed all variable names in a similar way. Change-Id: I7bdc52a5aef31a9c6007545d5a79c99bab6cd184 Reviewed-on: https://code.wireshark.org/review/31549 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>