Commit Graph

74897 Commits

Author SHA1 Message Date
Gerald Combs aa0abdf156 AARP: Add length checks.
Add hardware and protocol address length checks.

Bug: 15661
Change-Id: Iff871ea40d01efcac99228001c1429ba872e7da5
Reviewed-on: https://code.wireshark.org/review/32681
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-04-02 03:27:16 +00:00
Gerald Combs 6b28cc9b89 ISIS LSP: Add a length check.
Make sure we've fetched an address before using it.

Bug: 15642
Change-Id: I94dba50254dfd06f014810a9e779bda3c46352dd
Reviewed-on: https://code.wireshark.org/review/32680
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-04-02 03:24:55 +00:00
Gerald Combs 355fe66340 IEEE 802.11: Fix an infinite loop.
In dissect_compressed_beamforming_and_cqi, break out of a loop if our
bit offset doesn't advance.

Bug: 15553
Change-Id: I6212be4c08c42ef1969c1302e85a8e08f1d7547f
Reviewed-on: https://code.wireshark.org/review/32677
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-01 21:23:11 +00:00
Gerald Combs 2c00e5b4e4 Fix our .chm titles.
HTML Help has trouble rendering both straight (') and curly (’) quotes
in its window titles. Make sure we remove them.

Bug: 15656
Change-Id: Ic7ab6652e285c11e50e4acb3fab4fcc12653778c
Reviewed-on: https://code.wireshark.org/review/32674
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-01 18:24:11 +00:00
Anders Broman 43d2179e96 Diameter 3GPP: Dissect bitfields of PLR-Flags and PLA-Flags.
Change-Id: Ib3286d7c4b473c7cbdfbc0ba83c87b1d679f87a2
Reviewed-on: https://code.wireshark.org/review/32673
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-01 12:11:23 +00:00
Anders Broman 7497e52900 Diameter: Add 3GPP AVPs and data.
Change-Id: Ie7fcb795e05f45ab6d23b8809a2119a836d13e7c
Reviewed-on: https://code.wireshark.org/review/32672
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-01 11:10:08 +00:00
kanidef 496c4c53a3 add to get_time_value() case ENC_TIME_MSECS|ENC_LITTLE_ENDIAN:
Change-Id: I1fe2d38859d0523eb924784fc51eb3202479cdbb
Reviewed-on: https://code.wireshark.org/review/32664
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-01 10:30:46 +00:00
Anders Broman 2edb698108 IPOS: Add decoe as for ethertype.
Change-Id: I19345173ddd8aa77a5adbe112da0cada54308abb
Reviewed-on: https://code.wireshark.org/review/32668
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-01 10:30:35 +00:00
Pascal Quantin 2f09f6aba4 HL7: do not call proto_reg_handoff_hl7() when changing a preference
None of the preference require this function to be called again and it
it not designed to be called several times (systematically adds the
dissector handle).

Change-Id: I0aca361902e65668c991e26025236c7ebb0fe946
Reviewed-on: https://code.wireshark.org/review/32666
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-01 08:50:36 +00:00
Guy Harris 2dfb2067d8 On Windows, don't do console stuff unless we're on a terminal.
Clean up some code where that was already the case, to make it clearer
that it is the case.

Make that be the case in print_stream_text_alloc().

Change-Id: If6ef1ded9dad94ffaccb5d214f70c7e4d0844e8a
Reviewed-on: https://code.wireshark.org/review/32660
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-04-01 07:19:07 +00:00
Guy Harris 4098687fee Add some new symbols for Debian.
Change-Id: I11fdfba21c4c2a68726d8aaf7f98c9b80e6b4ec8
Reviewed-on: https://code.wireshark.org/review/32654
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-04-01 01:43:57 +00:00
Guy Harris 8b0615de3b Only put generic values into the print_stream_t structure.
Put values used only by particular subclasses into the subclass data
structure.

Change-Id: Ibb995ebf18ba24449467e932084fbeef03ad1abf
Reviewed-on: https://code.wireshark.org/review/32653
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-04-01 01:41:56 +00:00
Peter Wu 8a283325d4 travis: fix missing msbuild output on Windows
For some reason the CMake output to Python is missing, no matter how
hard I try. Use an alternative approach instead where Python executes
CMake and filters the output without relying on pipes in Bash.

Change-Id: I21b8b709c3a944fbd3b07e7fac59702735dd83a4
Reviewed-on: https://code.wireshark.org/review/32628
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-03-31 20:54:21 +00:00
Guy Harris 511867cdf4 Don't draw the taps if we never got a capture file.
There's nothing to draw.

Maybe we should also avoid it if we didn't get any packets.

Change-Id: If76f7909f78e66b7302d0ab2caa284ca36c43bfb
Reviewed-on: https://code.wireshark.org/review/32649
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-31 19:53:22 +00:00
Guy Harris 666d77db45 Fix -z hosts output if it's from a live capture.
Giving the pathname of a temporary file that will be deleted once TShark
exits isn't useful; just refer to "the temporary capture file".

Change-Id: I7333ac3cef4e4ae1076a5b0e3c46a04e0328d505
Reviewed-on: https://code.wireshark.org/review/32645
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-31 19:28:23 +00:00
Gerald Combs 426a4b811d [Automatic update for 2019-03-31]
Update manuf, services enterprise numbers, translations, and other items.

Change-Id: I9bea4df366b3d26a0d98f24bd9c420b7368dac9e
Reviewed-on: https://code.wireshark.org/review/32641
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-31 08:34:42 +00:00
Guy Harris 85838c124a I misread the Microsoft documentation; fix the comment.
Change-Id: I5d751680fe038b40a5d982a28ac61a62baec116f
Reviewed-on: https://code.wireshark.org/review/32625
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-30 03:27:52 +00:00
Guy Harris 1d984e598e Update a comment.
Update a URL, raise questions about *which* escape sequences give you
24-bit color on Windows.

Change-Id: Ic88e29de1049824210be2857b75409a5ffa1585e
Reviewed-on: https://code.wireshark.org/review/32624
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-30 02:21:24 +00:00
Moshe Kaplan 2cb8bed2e4 Update docs for WinPcap to Npcap switch
Change-Id: I23287165c3aaf11327a3320282fa9eebe23e2a22
Reviewed-on: https://code.wireshark.org/review/32616
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-29 07:06:10 +00:00
Vasil Velichkov 8eabc748cf camel: Fix dissection of SpecializedResourceReportArg
The SpecializedResourceReportArg has a different and incompatible
definition in CAMEL phase 4. In phase 2 and 3 it is defined as NULL and
in phase 4 it is defined as CHOICE that contains two NULL fields.

- Add missing CAMEL phase 3 and 4 Application Context Names.
- Move the common code from dissect_camel_v[12] functions into
  dissect_camel_all and add dissect_camel_v[34] functions.
- Remove application_context_version as it has never been used and
  the version is determined in dissect_camel_v[1234] functions.

Change-Id: I43eea246889786421b22dcfb937708eee814b29e
Reviewed-on: https://code.wireshark.org/review/32611
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-29 04:49:13 +00:00
Stig Bjørlykke d916e0741a coap: Add retransmission detection
Show as expert info and in info column. Link to first request/response.

Change-Id: I990d9a5aec5904dabe22bcb103426a8549cef31b
Reviewed-on: https://code.wireshark.org/review/32615
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-29 04:42:38 +00:00
Uli Heilmeier 4eb884dca3 NLM: Fix length of offset and length for lock request
Offset and length are 8 bytes long with version 4 and not 4 bytes.

Bug: 15608
Change-Id: Ibfbff9fc8967aab26b504c351225885e185d00fd
Reviewed-on: https://code.wireshark.org/review/32607
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28 15:15:43 +00:00
Olaf Flaschel 5648fd5086 IEEE802.11: Fix src and dst address handling for AMSDUs
If the offset for src or dst address is set to 0 it should not be used.

Change-Id: I7ea4da49d5fe33e118bbf4cdf9a241083a0d950f
Reviewed-on: https://code.wireshark.org/review/32600
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28 11:31:05 +00:00
Anders Broman 7d9dc595c0 GTP: Wrong offset used for QoS Flow Identifier in UL PDU SESSION
INFORMATION.

Change-Id: Ib5529c194524b86b0732a1a985106e6d67b16199
Reviewed-on: https://code.wireshark.org/review/32608
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28 11:30:40 +00:00
Anders Broman ed41f73708 GTPv2: Update Presence Reporting Area Action to v15.7.0
Change-Id: Ic904e93caf8d0d3de5e3a0351fc58ac9773aa161
Reviewed-on: https://code.wireshark.org/review/32609
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28 11:29:11 +00:00
Pascal Quantin 5a55cd2553 NAS EPS: upgrade dissector to v15.6.0
It only clarified the encoding used for URN, so remove the corresponding
comment.

Change-Id: Idbe7e325242c495123df3d8f5babfae32b05a36d
Reviewed-on: https://code.wireshark.org/review/32606
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-03-28 08:33:56 +00:00
Pascal Quantin 864f43ea9b 3GPP NAS: upgrade dissector to v15.6.0
Change-Id: I622934203233ba8fc817d850d1b793b02e465337
Reviewed-on: https://code.wireshark.org/review/32604
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-28 06:14:31 +00:00
Alexis La Goutte db847e9717 tls: fix typo
broli -> brotli

Bug: 15647
Change-Id: Ifa6e20fb78cd2672a4c6e15fa491ac1bf6ab2dbd
Reviewed-on: https://code.wireshark.org/review/32596
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2019-03-27 20:49:49 +00:00
Anders Broman 38b186cf66 GTPv2: Fix MM Context Used NAS integrity protection algorithm values.
Bug: 15648
Change-Id: Ieb1f9db7bc481c1bb612ba1f3b3dadd5cdee2fc4
Reviewed-on: https://code.wireshark.org/review/32602
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27 15:00:33 +00:00
Anders Broman 91382cd6ea GTP: Show spare bits in PDU Session Container.
Change-Id: I7d3cf7960c752d9f8745411b2a09e92fed9c6655
Reviewed-on: https://code.wireshark.org/review/32601
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27 13:50:49 +00:00
Matthias Lang 303ccbe4b5 MTP2: Optionally enable checksum verification
Add a protocol preference to specify whether or not the
MTP-2 frame check sequence is present in the capture file.

Allows Wireshark to correctly check the FCS and length indicator in
PCapNG files containing MTP-2 with the FCS present.  The same checks are
already possible for MTP-2 in ERF files, because Wireshark assumes that
ERF includes the CRC.

Change-Id: Ica7256818a3195ccd7f8349847446626b0ecb21c
Reviewed-on: https://code.wireshark.org/review/32513
Reviewed-by: Matthias Lang <matthias@corelatus.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-27 08:11:59 +00:00
James Ko 45a8c2dbf4 Decode IPv6 MPL Option Seed ID Length Enumerations
2-bit S field in MPL Option identifies the length of the seed-id.
0 indicates seed-id is the IPv6 Source Address and the seed-id field
is elided.  1, 2, & 3 indicate the seed-id field contains 16-bit,
64-bit, & 128-bit unsigned integers respectively.

Change-Id: I3360fff2f66089a5fa98d6fc0cabd077993afd5b
Reviewed-on: https://code.wireshark.org/review/32593
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27 06:10:09 +00:00
Anders Broman aa39ca68ae SIP: Add a preference to hide the generated/trace Call ID
Change-Id: Id936dfaa5278ce9f3bb62281497268fb4054fc56
Reviewed-on: https://code.wireshark.org/review/32579
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-27 04:55:42 +00:00
Gerald Combs d5f431b1ec WSUG: Update deprecated syntax.
Asciidoctor 2.0.0 deprecated "footnoteref". Use "footnote" instead.

Change-Id: Ic7eeabcb20ddbb5137c24c6861b01168879235d9
Reviewed-on: https://code.wireshark.org/review/32592
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-03-26 22:10:53 +00:00
Guy Harris cdd6cbd18b Update documentation of -G plugins.
Change-Id: Id057003924475c3c1241b156f7da3455b00a3560
Reviewed-on: https://code.wireshark.org/review/32590
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-26 21:57:34 +00:00
Guy Harris 5dfde7ff83 Print extcap plugins with "tshark -G plugins".
This makes it match the "Plugins" tab of the "About" dialog.

While we're at it, use the same code to enumerate extcap plugins in that
dialog.

Change-Id: I50f402a7ab5d83d46baab070d145558ed8f688f4
Reviewed-on: https://code.wireshark.org/review/32589
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-26 21:53:20 +00:00
Anders Broman 4e688ec8da iso14443: Initialize iso14443_trans->cmd.
Bug: 15634
Change-Id: Ibaeb063db74055e26805db21875b9085b45c3ebe
Reviewed-on: https://code.wireshark.org/review/32581
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2019-03-26 17:45:27 +00:00
Uli Heilmeier 78f3b8afe9 BGP: Fix handling of MPLS label for RFC7432
RFC7432 defines MPLS label with a fixed size and not as a stack.
Each label has 3 bytes and we only decode the first 20 bits. The
remaining four bits are not defined. Therefore we ignore it at the
moment.

Bug: 15631
Change-Id: I27e34e91facb169b804993f2d3ac9c4a181454aa
Reviewed-on: https://code.wireshark.org/review/32578
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-03-26 14:43:57 +00:00
Dario Lombardo 9e94aab29e umts_fp: check number of frames before calling a subdissector.
Bug: 15615
Change-Id: I37cb8f9a4bccff2fee1bc482c41dc7a3c728fbe3
Reviewed-on: https://code.wireshark.org/review/32515
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-26 11:39:50 +00:00
Mikael Kanstrup 94461234f9 ieee80211: Support decrypting OWE captures
Add support for decryping OWE (Opportunistic Wireless Encryption)
captures.

Ping-Bug: 15621
Change-Id: I223fd0cd96260408bce2b5d7661f216c351da8a8
Reviewed-on: https://code.wireshark.org/review/32524
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-26 08:56:03 +00:00
Gerald Combs 8cdc958426 GSS-API: Make sure we call a valid dissector.
Make our unknown dissector handle logic conistent with other parts of
the code.

Bug: 15613
Change-Id: Id0daf9bf0be14b99ec592f4f561cc8935d5cb4a6
Reviewed-on: https://code.wireshark.org/review/32576
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-26 08:49:36 +00:00
Yannik Enss 7dda6c4e64 export giop_add_CDR_string for use in plugins
idl2wrs generates code calling this function, loading a plugin build using that code leads to an error.
Making giop_add_CDR_string public enables loading generated plugin dissector using idl2wrs

Change-Id: I6f4da12b3aa34d94dbf933957f1865aeaaf93ead
Reviewed-on: https://code.wireshark.org/review/32574
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-25 12:37:35 +00:00
Swapnil Roy bbe009f88d NAS 5Gs: SUCI dissection
Change-Id: I572f0d909bf8d91eedb82fc4c9889fc1e8a4d1b7
Reviewed-on: https://code.wireshark.org/review/32557
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-25 11:55:57 +00:00
Alexis La Goutte 2df2edefa7 gtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Change-Id: I5b74036383f6e53f1deaed32cd7858edf3feeda0
Reviewed-on: https://code.wireshark.org/review/32550
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-25 11:51:49 +00:00
Dario Lombardo 67441248be gssapi: fix indentation in function dissect_gssapi_work().
Change-Id: I48f331a0e572ce8b9b6b3fbe9eb45b7e2ba2b33a
Reviewed-on: https://code.wireshark.org/review/32572
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-03-25 11:38:54 +00:00
Dario Lombardo ea39ed7410 iseries: fix wrong indentation.
Change-Id: I4d6e145412037e4a3a40688139b12ada0f36e413
Reviewed-on: https://code.wireshark.org/review/32556
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-03-24 22:15:22 +00:00
Guy Harris c1fd0194f4 Revert "iseries: stop scanning a unicode string when the null terminator is hit."
This reverts commit c599e49028.

Reason for revert: This completely fails to recognize Unicode iSeries dumps.

Change-Id: Ie31141879b1bc3608a5dfdcba6887bb6f0018a47
Reviewed-on: https://code.wireshark.org/review/32568
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-03-24 21:23:36 +00:00
Peter Wu 4118ba3af1 travis: Allow Windows builds to fail
Travis CI builds for Windows are still experimental with no sign of
improvement for caching, pre-installed packages and other issues. Allow
it to fail such that Linux/macOS builds determine the build result.

Change-Id: I146e829bd89ab4f0e7bc9e1f1b89803c2294b75d
Reviewed-on: https://code.wireshark.org/review/32566
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-03-24 20:22:13 +00:00
Dario Lombardo c599e49028 iseries: stop scanning a unicode string when the null terminator is hit.
Bug: 15614
Change-Id: I1df4992dcd10e7d9a66fc88a0269b70fc065b079
Reviewed-on: https://code.wireshark.org/review/32514
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-03-24 19:25:46 +00:00
Dario Lombardo 1ce2918fc8 dof: don't use src/dst addresses if they don't exist.
Bug: 15617
Change-Id: I1177e704d33626d126b7e835e5a8db3162847fbf
Reviewed-on: https://code.wireshark.org/review/32442
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-03-24 17:48:01 +00:00