aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-22Fix quoting.Guy Harris1-4/+4
Change-Id: I3a0a8c661b1fec2ea4475eb9fe1d5c8a8ed7bbb5 Reviewed-on: https://code.wireshark.org/review/30328 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-22Make the chmod verbose.Guy Harris1-1/+1
For some reason it's *not* taking away write permission; make it verbose to try to debug that. Change-Id: I180309953d36798d2da3a74959cdd934adc5a4a3 Reviewed-on: https://code.wireshark.org/review/30325 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-22Don't unload the XQuartzFixer job if it doesn't exist.Guy Harris1-5/+13
But *do* get rid of the pre-launchd XQuartzFixer startup item; it's probably not there, but we might as well leave things as clean as we can. Change-Id: Icfdbe6c0d022cde8cf30bd3c79fbf77896e6fe98 Reviewed-on: https://code.wireshark.org/review/30322 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-22Add TSDNS (TeamSpeak 3 DNS) dissectormkg200013-0/+163
Change-Id: I1f828df1735bd10ef8849d208e10ea1339ba37e2 Reviewed-on: https://code.wireshark.org/review/26403 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-22Add ability to disable autocomplete suggestions for filter controls.Michael Mann6-1/+24
Add a preference (enabled by default) that can enable/disable the ability for Wireshark to autocomplete display and capture filter controls. Bug: 14368 Change-Id: Ib2b688bb75c4465dab14a6a635a870d7e5c4fe80 Reviewed-on: https://code.wireshark.org/review/30320 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-21ntp: change root delay and dispersion to integer for fixed precision.Dario Lombardo2-12/+19
dfilter/group_double tests have been removed and need to be replaced by leveraging another protocol. Bug: 15049 Change-Id: I354a27a5217336ee5c9b1d021a2d3226e3532eec Reviewed-on: https://code.wireshark.org/review/29035 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-10-21More permission fixes.Guy Harris1-1/+3
Take away group write permission for stuff under /Library/Application Support/Wireshark. For some reason, it's getting set; it's not necessary. Change-Id: I4280a635e0c171cf5ad17cb91fe20d746c2daf79 Reviewed-on: https://code.wireshark.org/review/30317 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-21Test C compiler flags with check_c_compiler_flag(), not check_c_linker_flag().Guy Harris1-1/+1
Change-Id: If56a6acf9935838232d6ee86e331361fb076369b Reviewed-on: https://code.wireshark.org/review/30316 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-21WNSRP: Add WNSRP definitions to SRPpegah hajiani1-0/+8
WNSRP packets are the same as SRP packets, just with a different Command Code. Change-Id: I41e0ab4cbe90497fd7fb4142b119edb79c1477df Reviewed-on: https://code.wireshark.org/review/30205 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-10-21Qt: fix assertion failure when redissecting with a debug build of QtPeter Wu1-4/+4
Opening the Follow TCP Stream dialog triggers redissection and ended up triggering a "first <= rowCount(parent)" assertion failure. Fix the first and end arguments to reflect the actual number of displayed rows. Bug: 15014 Change-Id: Ic07834948a133bea752e45751ebe8be2da98a35e Reviewed-on: https://code.wireshark.org/review/30302 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-10-21ldap: reflect the actual asn1 dissector to the C version.Dario Lombardo1-33/+30
Fix the build with newer gcc versions: ./epan/dissectors/packet-ldap.c ./asn1/ldap/ldap.cnf: In function ‘dissect_ldap_AttributeValue’: ./asn1/ldap/ldap.cnf:453:11: error: variable ‘len’ set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors ninja: build stopped: subcommand failed. Change-Id: Id3a5369b4ca29f6989ab7b0bd652d72c239164a5 Reviewed-on: https://code.wireshark.org/review/30313 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-21appveyor: comment out artifacts upload due to size too large.Dario Lombardo1-2/+6
Change-Id: I9f4bb3f32fcac39f0d087cbd5e5397306d8800e1 Reviewed-on: https://code.wireshark.org/review/30268 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-10-21Get rid of a launchd daemon we no longer need.Guy Harris1-0/+9
Change-Id: Ic287d6d8a84876da10ca600ef3899b40c8f5663e Reviewed-on: https://code.wireshark.org/review/30310 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-21Fix ownership and permissions on /Library/Application Support/Wireshark.Guy Harris1-0/+12
Bug: 14335 Change-Id: I657b024554e1eff01544b7726a7eec74c8da8be1 Reviewed-on: https://code.wireshark.org/review/30307 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-21opcua: add missing opcua_nested_count decrementJiří Engelthaler1-3/+15
Nest testing was added in I5f6da3a3e269f6db1b690b77470ddf60045bcedd as a reaction to CVE-2018-12086. In this changed there was only nest increment without decrement. Bug: 15226 Change-Id: I178fad4be1106c8da23351220c95c85274bddc30 Reviewed-on: https://code.wireshark.org/review/30285 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-10-21Don't give launchd daemon plists execute permission.Guy Harris1-5/+5
They don't need it; read permission suffices. While we're at it, rename a variable to indicate that it's the path to the plist for ChmodBPF, not the path to the executable for ChmodBPF. Change-Id: Ib7537e26ae3f4477c4110759049a8cd7d2f09cf6 Reviewed-on: https://code.wireshark.org/review/30303 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-21Dumpcap: Swap bytes only for pcap sources.Gerald Combs1-44/+30
Instead of trying to byte swap all of pcapng's block types, refuse to handle pcapng sources that have a different byte order. Rename cap_pipe_adjust_header to cap_pipe_adjust_pcap_header. Change-Id: I2615da57ba9d3fc365c631dc191f7767a284d460 Reviewed-on: https://code.wireshark.org/review/30235 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: James Ko <jim.list@hotmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-10-21fuzz: Fix assertion failed: (fuzz_handle != NULL) for fuzzshark_ipPeter Wu1-1/+4
If no dissector is defined, the macro should not be defined either. Change-Id: If9c24d2b223e93f1d42f8a7444fd019aad4c5c1d Fixes: v2.9.0rc0-2266-g7e88bb5e53 ("fuzzshark: integrate oss-fuzz targets in CMake") Reviewed-on: https://code.wireshark.org/review/30299 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-10-21lemon: fix GCC/Clang warnings pre CMake 3.11, silence VSCA warningsPeter Wu1-7/+18
The COMPILE_OPTIONS source file property was introduced with CMake 3.11, disable warnings via a target property instead (available since 2.8.12). Disable some VS Code Analysis warnings. These flags seem to be accepted since VS2015, so they can be added unconditionally. Change-Id: Idfbf154caf8c1168f1f871a640a25b816a2cfab8 Fixes: v2.9.0rc0-2274-g7ce9081fdc ("lemon: sync with upstream (2018-09-08)") Reviewed-on: https://code.wireshark.org/review/30298 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-10-21tap-follow: fix memory leakVasil Velichkov3-8/+19
Register the follow_free as a finish callback. Call the tap's finish callback in free_tap_listener which is called from both remove_tap_listener and tap_cleanup. Describe the finish callback in README.tapping Change-Id: Ie79ce8f39b0ca6d84810d2e3307dcff38b18d3ac Reviewed-on: https://code.wireshark.org/review/29309 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-10-21Supporting Zebra API version 6 used in FRRouting version 6Hitoshi Irino1-7/+352
Change-Id: Ie6983e0aaf06e89e903eab6f9ac5a833c72d33d4 Reviewed-on: https://code.wireshark.org/review/30283 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-21[Automatic update for 2018-10-21]Gerald Combs5-62/+127
Update manuf, services enterprise numbers, translations, and other items. Change-Id: Idd6532c6a268e1a0ab9e171f55549155c26a43dc Reviewed-on: https://code.wireshark.org/review/30294 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-10-21Add tvb_ascii_isprint APIMichael Mann14-346/+259
This allows dissectors to check if a portion of the tvb is an ascii string while hiding the use of tvb_get_ptr. Change-Id: Iaec7559dcfdefb8a5ae23e099ced45e90e611f8f Reviewed-on: https://code.wireshark.org/review/30291 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-21lemon: sync with upstream (2018-09-08)Peter Wu15-1519/+915
Changes: - Drop the old basename modification that was present in the Wireshark version of lemon.c. Use a new option available since 2018-04-20 ("Add the -dDIRECTORY command-line option to LEMON.") - Redo the static analyzer warning fixes, identifying the root causes and adding assertions instead of hiding code with __clang_analyzer__. - Ignore compiler warnings instead of adding config.h, _U_, extra const keywords, unsigned/signed changes, etc. - Remove lemon.html, it is out-of-date and external links are available. In order to make future updates easier, document the exact steps that were followed to create the lemon.c and lempar.c files. Future changes SHOULD follow the same process. My process to reach this updated lemon version: 1. Identify previous sync. Found v2.5.2rc0-147-g653af0f6d0 ("lemon: Sync with latest trunk.") which seems based on sqlite commit 2b3d584ffe. 2. Check successive Wireshark patches. Identified many non-functional changes to silence compiler warnings and static analyzer issues. Found one feature (basename) that can be replaced with upstream -d. 3. Write minimal patches and document changes. Upstream typos and coding style issues (other than trailing whitespace) were deliberately not fixed to remain as close as possible to upstream. Change-Id: I606f46dede86e34520f962a9e7163912392aad57 Reviewed-on: https://code.wireshark.org/review/30290 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-21lemon: fix memleak in ReportTablePeter Wu1-3/+1
Building without -DENABLE_ASAN=1 but with -fsanitize=address (as is done by oss-fuzz) still triggers a memleak report. Closer inspection revealed that two other members were leaked. Change-Id: I3d022ac50c554891a73b9380b7879c1a60c3c798 Reviewed-on: https://code.wireshark.org/review/30289 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-21checkAPIs: check ett variable registrations.Jeff Morriss1-62/+30
Using unregistered etts leads to an abort so check for them in checkAPIs. This does slow down checkAPIs by about 15% but it seems a reasonable cost for the benefit. Note that finding ett registration blocks was fairly inaccurate so we just check for whether ett variable addresses are used - on the assumption that if someone's using the address they're probably using it to register the ett. Change-Id: Ifbac75c4a8a0fdb27d9c9d1584a2de791bfbc118 Reviewed-on: https://code.wireshark.org/review/30293 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-21pw: make ett names longer.Jeff Morriss3-17/+17
This makes it easier to find (and check) them programatically. Change-Id: I8eb99116fa582eddc534659589b361edd91c085a Reviewed-on: https://code.wireshark.org/review/30292 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-20Separate signed and unsigned decimal UAT fields.Guy Harris5-32/+57
Most of them are unsigned; do the appropriate fetching, checking, and writing-to-UAT-file for them. Have separate macros and routines for the one signed one, which is the drbid in the LTE MAC dissector. Use the Wireshark string-to-number routines; they do the appropriate bounds checking, and make sure unsigned numbers don't start with a -. Change-Id: I4f137aa31d631c5b5622b2c320574b8ab3333f31 Reviewed-on: https://code.wireshark.org/review/30288 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-20Updated OPC UA 1.0.4 enumerationcacamille31-0/+5
Change-Id: I55bd26abde59442280833973f6a6b52ba1d7b337 Reviewed-on: https://code.wireshark.org/review/30262 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2018-10-20Fix up some comments.Guy Harris1-4/+4
Change-Id: I0dba163baa5d4fdaa321a92bc95808300d5c8456 Reviewed-on: https://code.wireshark.org/review/30286 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-20Include transport protocols' hfids in the list of wanted hfids.Guy Harris2-1/+8
We need to get the fields corresponding to those protocols, so we know the range within the packet that those protocols cover. Improve a debugging message while we're at it. Bug: 15208 Change-Id: Idc329079584e8d035622b148503a2ec1a295ccaa Reviewed-on: https://code.wireshark.org/review/30280 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-20fuzzshark: integrate oss-fuzz targets in CMakePeter Wu7-72/+198
The current fuzzshark target built by CMake is not usable for fuzzing. Address this by adding a new ENABLE_FUZZER option that enables mandatory instrumentation and libFuzzer linking options for the fuzzshark binary. Create more CMake targets for specific fuzzing targets such as fuzzshark_ip and fuzzshark_ip_proto-udp. These targets are not built by default, either build individual targets or use the all-fuzzers target. Now these binaries are not specific to oss-fuzz, so move them to a new directory (perhaps the corpora can be added here in the future). oss-fuzz build.sh is simplified and reuses the CMake targets. When OSS_FUZZ is set, it will force static linking with external libraries and limit parallel linker jobs (maybe not necessary for Google's oss-fuzz builders, but my 8G/6c VM ran out of memory). Change-Id: If3ba8f60ea1f5c3bd2131223050a81f9acbce05d Reviewed-on: https://code.wireshark.org/review/30228 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-20ieee80211: automatically determine MIC length for OWEJoeri de Ruiter2-3/+73
MIC length is determined automatically for OWE and multiple MIC lengths per session are supported. Bug: 15215 Change-Id: Ie655fbd3fdc8555df430d4dc8a0081e169150c28 Reviewed-on: https://code.wireshark.org/review/30246 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-20checkAPIs: use new regex to remove comments.Jeff Morriss1-16/+4
The new pattern is from the Perl FAQ; it works better for me than the old code. Of note is that it works with C++/C99-style comments following a statement (as opposed to at the start of a line). The new regex is only slightly slower than the old one: `make checkAPI` goes from 3m30s of user time to 3m35s. The big functional difference can be seen by looking at the post-removal contents of packet-hl7.c. Before: struct msh { // typical/default values char field_separator; // char component_separator; // char repetition_separator; // char escape_character; // &\0\0MSH\0\0'; if (tree) { (With the old regex we lost a lot of code!) After: struct msh { char field_separator; char component_separator; char repetition_separator; char escape_character; char subcomponent_separator; char message_type[4]; char trigger_event[4]; }; Change-Id: Iac35413d480cc7b05b820cb3b292f87ed30e6801 Reviewed-on: https://code.wireshark.org/review/30265 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-20Fix capitalization of preference display name.Guy Harris2-2/+2
They're supposed to use sentence case. Change-Id: I28c5120fdfae14c628a2ffbfe6fc4b571f71767a Reviewed-on: https://code.wireshark.org/review/30277 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-20Regenerate ASN.1 dissectors.Guy Harris2-9/+11
Change-Id: I9a51a4a3fbaa8fb2cadaa673730ba3395c3c5ad9 Reviewed-on: https://code.wireshark.org/review/30276 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-20Do error checking for the console log level.Guy Harris1-1/+2
Use ws_strtou32(), and do the same error checking for it that's done for other numerical preferences. Change-Id: Id8158129e626fa39bf221c27a8b0fc1ebf992f31 Reviewed-on: https://code.wireshark.org/review/30274 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-20Make uat_fld_chk_num_hex() more like other uat_fld_chk_num routines.Guy Harris1-4/+22
Allow a space after the number. Return "Invalid value" for strings that aren't valid numbers and "Value too large" for values that don't fit in a 32-bit integer. Change-Id: Iff616330968bf434fc7daf822a09ffc4f768105b Reviewed-on: https://code.wireshark.org/review/30272 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing uint preferences.Guy Harris1-15/+7
Also use ws_hextostru32() when parsing color preferences. This detects additional errors such as negative values. Addresses part of https://ask.wireshark.org/question/5538/preference-range/. Change-Id: I526a96fcd3c4ad1ee96b3bd682d7c7fa0bfe3434 Reviewed-on: https://code.wireshark.org/review/30269 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-19tshark: replace exit with abort in TRY/CATCH.Dario Lombardo1-5/+7
Change-Id: I3fe6c63fcf179fd10b0b722b2749c68365eb0870 Reviewed-on: https://code.wireshark.org/review/30258 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-10-19osi-options: name ett variables 'ett_' (instead of 'ott_').Jeff Morriss1-14/+14
This allows for better automated code checking. Change-Id: Ice5e276c24417e033acceb4ea2d233561f699054 Reviewed-on: https://code.wireshark.org/review/30264 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing ranges.Guy Harris3-9/+33
Make ws_basetostru32(), and the other ws_baseto... routines, public, and use ws_basetostru32() when parsing ranges, to detect additional errors such as negative values. Addresses part of https://ask.wireshark.org/question/5538/preference-range/. Change-Id: I00fac97a198a237b01b5cd9406ea32c220f80972 Reviewed-on: https://code.wireshark.org/review/30266 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-19pfcp: register a couple ett variables.Jeff Morriss1-7/+9
Change-Id: I770f31a8db7f236e3823ab843913caadd55e41e6 Reviewed-on: https://code.wireshark.org/review/30259 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-19zbee-zcl: register several ett variables.Jeff Morriss2-0/+41
Change-Id: I2524ec075304efe98b10fe338311540c0119655d Reviewed-on: https://code.wireshark.org/review/30261 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-19IEEE 1609.2 dissector converted from per to oer by handAndersBroman6-10/+2649
- Change per -> oer - constraned integer 64 bits with upper bound NO_BOUND hand converted - hf variables commented out. - constrained integer fn changed to handle >= 0 ( Negative values) - Pragma to handle unused functions. Bug: 13766 Change-Id: Ia00d3aa0e4c27c0303366f14b97a1ebf9e39af3d Reviewed-on: https://code.wireshark.org/review/30248 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-19Adding vendor id 0x010F (eProsima Fast-RTPS) to RTPS dissectorMiguel Company2-0/+3
Change-Id: Id8ffdde5daddeb82e465bf729faf4e18f97552f6 Reviewed-on: https://code.wireshark.org/review/30244 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-10-19proto.c: Add hint to an assert.AndersBroman1-1/+1
Change-Id: I0204cb38f66363a5d8634d69abe7a2d7d7ebe631 Reviewed-on: https://code.wireshark.org/review/30257 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-19Documentation fix.Michal Slavka1-9/+10
Change-Id: I139f54f6eb62a82d3b31738966cade02d5a7c7b1 Reviewed-on: https://code.wireshark.org/review/30243 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-19pfcp: corrected User ID IEJoakim Karlsson1-18/+14
bad implementation, will now use existing decoder instead Change-Id: I756154f2b0866b08ae31f31ac3876c443b572f8a Reviewed-on: https://code.wireshark.org/review/30249 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-19DOCSIS: indication of encrypted dataBruno Verstuyft1-5/+7
Change-Id: I81d4387a5c68eff4f5bdb95950a5871a940d0623 Reviewed-on: https://code.wireshark.org/review/30241 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>