Commit Graph

61527 Commits

Author SHA1 Message Date
dsrsupport 32e4bd3500 ZigBee: ZBOSS v2 traffic dump dissector.
Added ZBOSS wpan traffic dump dissector.
ZBOSS stack has a debug feature: dump of traffic between stack logic and transceiver radio.
Traffic dump now has TI 25xx FCS format plus ZBOSS additions:
trace id, ZigBee channel, i/o direction.
This is new dissector implementation.

Change-Id: Ic442e73f86e0900eb729e85e31c698131c0028d5
Reviewed-on: https://code.wireshark.org/review/13435
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-21 17:17:31 +00:00
Jeff Morriss 039b6ea41e Revert "Diameter: Add Redknee AVPs."
As requested by the supplier of the data.

This reverts commit ab754d6ba4.

Change-Id: I3f4e19a0a7f4c75da0e2e2b5a01b187692ebf0a9
Reviewed-on: https://code.wireshark.org/review/13468
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-21 17:16:29 +00:00
Stephen Fisher 266c28b9a6 Update my e-mail address.
Change-Id: Ie215b8b8bb97d0a1be8feedd175e28283773b3f9
Reviewed-on: https://code.wireshark.org/review/13472
Reviewed-by: Stephen Fisher <stephenfisher@centurylink.net>
2016-01-21 16:39:35 +00:00
João Valverde 47443b2b87 Fix warning for epan/color-filters.c -[-Wcast-qual]
Change-Id: I99ec380c844c597d397ec5d261d6bddac8d1999b
Reviewed-on: https://code.wireshark.org/review/13449
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 15:23:35 +00:00
AndersBroman 40951bf32e [IP] IP fragment reassembly gets thrown off if there is the same packets
with different VLAN Ids in the trace in some cases.
Add VLAN Id to the ID used to identify fragments.
As discussed in https://code.wireshark.org/review/#/c/13452/ this may not
be a complete solution but fixes the emediate problem.

Change-Id: Id418304268d2bf4d0af863de11c4db02dc0854db
Reviewed-on: https://code.wireshark.org/review/13470
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-21 14:40:25 +00:00
AndersBroman dede3c826e Add VLAN ID to pinfo
I have traces where IP reassembly gets confused by multiple frames from
different VLANS and ends up adding fragments from differet messages
togeter after IP Identification is reused.
I think VLAN ID could be useful in other places too to aviliate duplicate
packet detection. Making this a separate patch while testing the usage.

Change-Id: Id7c23dc52f6de2e1f2e980ec8fe61d0598500d0d
Reviewed-on: https://code.wireshark.org/review/13452
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-21 13:56:55 +00:00
AndersBroman 2d6e044b8d Add a link for LINUX_SLL values.
Change-Id: Ic45f88984af01b9705ace944a89f49f705301d21
Reviewed-on: https://code.wireshark.org/review/13467
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-21 12:46:59 +00:00
Martin Kaiser c9db8c5a67 mrdisc: don't THROW() an exception from a dissector
in this case, we can just continue dissecting
proto_tree_add_item() will throw the exception for us if we
don't have enough data

Change-Id: I8c0bfa8eaff9119ae00e69601bf5f37501574044
Reviewed-on: https://code.wireshark.org/review/13462
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-01-21 03:08:53 +00:00
João Valverde 14c68a3631 Fix warning for funnel.c [-Wcast-qual]
Change-Id: Ib80b2f56ab76d72e89f6a0fbe2d0903d1029ed19
Reviewed-on: https://code.wireshark.org/review/13448
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:44:10 +00:00
João Valverde 0ced18c615 SDP: Fix warnings [-Wcast-qual]
Change-Id: Ie61cb44976afc27b700652da0d471a4c6711756d
Reviewed-on: https://code.wireshark.org/review/13446
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:41:01 +00:00
João Valverde 61be558eda XMPP utils: Don't cast away constness [-Wcast-qual]
Change-Id: Iba2d88a5d44c88d2e257435fa8881a2aab2af283
Reviewed-on: https://code.wireshark.org/review/13445
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:40:00 +00:00
João Valverde 502fd03a32 RPC: Fix warnings [-Wcast-qual]
Change-Id: I4a3b0ffd8b42c19e3f3687be6c62be56e9b76bdb
Reviewed-on: https://code.wireshark.org/review/13444
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:38:34 +00:00
João Valverde d403c15739 decode_as_utils: Fix warning [-Wcast-qual]
Change-Id: Ia30c3fd579a72b3bff882cb03c06de12bcd743b3
Reviewed-on: https://code.wireshark.org/review/13442
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:37:01 +00:00
João Valverde 5c1d504bf7 IMF: Don't declare 'imf_field' *name as const [-Wcast-qual]
Change-Id: I9b556a0a046c3f87bf908a0315fbf4a8c2b47ae7
Reviewed-on: https://code.wireshark.org/review/13441
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:35:43 +00:00
João Valverde faedd049af profile_name_is_valid() returns a malloced string [-Wcast-qual]
Change-Id: I584cdbf6a09e818e0d14c951defdde2fc96787f3
Reviewed-on: https://code.wireshark.org/review/13440
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:32:46 +00:00
João Valverde 4dd3f668dc Avoid returning malloced memory as const [-Wcast-qual]
Change-Id: I0b2c03cbde963d13d07ef13284d85b922eec3be9
Reviewed-on: https://code.wireshark.org/review/13439
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:30:18 +00:00
João Valverde 770eb649d8 Add missing const qualifiers for packet-ssl.c [-Wcast-qual]
Change-Id: Idb7e3e1be3f876d5953b7dc667c7bc3feceff331
Reviewed-on: https://code.wireshark.org/review/13438
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:26:49 +00:00
João Valverde d54bc2b185 Define ZLIB_CONST for packet-ssl-utils
Change-Id: I630c8398c612ad125d8fbba53fb7c5aba32d089c
Reviewed-on: https://code.wireshark.org/review/13447
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-21 02:21:51 +00:00
Pascal Quantin 06b75181a0 Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packet
Do not try to show TCP stream graph window if it was rejected in constructor

Change-Id: I4d1401e2c356391ceb8c8e3d37a668fc2a9fc92f
Reviewed-on: https://code.wireshark.org/review/13454
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 23:39:15 +00:00
Pascal Quantin 4b35048af3 Qt: ensure to call destructor when closing a few QDialog windows
Change-Id: I10d2a610e852fdc2f38b84e561f04783af0d612e
Reviewed-on: https://code.wireshark.org/review/13453
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 23:38:26 +00:00
Alexis La Goutte 523ae61293 HTTP: fix Control flow issues (UNREACHABLE) reported by Coverity ( CID 1348060)
Change-Id: I1e9b32e30844438419c9aa839b3fcd6c0c88835d
Reviewed-on: https://code.wireshark.org/review/13459
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 23:34:03 +00:00
Alexis La Goutte dbfb2b808f OpenFlow (v1): Add Source/Destination IP(v4)/Port missing field on ofp match
Ping-Bug:12023

Change-Id: Ida8846da0faa192c98cacb7badf375cd737a5224
Reviewed-on: https://code.wireshark.org/review/13458
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 23:27:25 +00:00
Martin Kaiser 8c2af23c16 mrdisc: remove unnecessary if(item) checks
Change-Id: I9eb9b95274630a206a6f7036ee4b78a036ea56f1
Reviewed-on: https://code.wireshark.org/review/13461
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-01-20 21:34:53 +00:00
Chuan He 92f76d0b69 IPOS: Add Ericsson IPOS kernel packet header dissector
IPOS is the networking operating system used in
Ericsson's SSR 8000, Router 6000, and SP routers, etc..
This change added the IPOS kernel packet header dissector.

The change creates a new file for IPOS protocol named "packet-ipos.c".
IPOS will register sub dissectors with the dissect
table "sll_linux_dissector_table" for IPOS internal ethernet
packet types. IPOS dissector also calls the existing REDBACK
dissector.

Change-Id: I642b932010be6aa05314f21ea8596d1c45eacf5b
Reviewed-on: https://code.wireshark.org/review/13408
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 21:07:21 +00:00
Guy Harris dced679fcc Squelch Coverity warnings CID 1348057 and 1348058.
No need to use FI_SET_FLAG() in proto_tree_add_item_ret_{u}int() - by
the time we call it, we already know that new_fi is non-null, so we
don't need a wrapper that checks for it being null.

Change-Id: Id00418e73c2ede97388a01eb12c8c94743291853
Reviewed-on: https://code.wireshark.org/review/13460
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-01-20 20:37:28 +00:00
Michael Mann a2b1f3998c Better handle TCP conversations when ports are reused.
Bug: 12022
Change-Id: Icce6a8eeff7fa4171b2d706c6be578a007d151f3
Reviewed-on: https://code.wireshark.org/review/13381
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-01-20 16:56:54 +00:00
João Valverde 4c330cc0e4 Fix constness
Change-Id: I29723dae83373768edd254c60e48a717abf20694
Reviewed-on: https://code.wireshark.org/review/13436
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-20 16:12:07 +00:00
João Valverde d8e9862044 Fix constness
Change-Id: I23a01f86d6934f3d6c048015c47ae690742173c8
Reviewed-on: https://code.wireshark.org/review/13437
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-20 16:10:17 +00:00
Michal Labedzki fdec8657bf Bluetooth: GATT: Add support for TDS
TDS is one of the newest profiles announced by Bluetooth SIG last time.
Also start adding expert info about usage of characteristic.
In this case mandatory properties are Write or Indicate,
so warn in other cases.

Change-Id: I0474c1986ddb16c4bcd03aa9160a07b0cacc76c6
Reviewed-on: https://code.wireshark.org/review/13391
Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-01-20 13:59:29 +00:00
Michal Labedzki fe525864f5 Bluetooth: EIR/AD: Add TDS item support
Also add possibility to use TDS Organization ID dissector table
to write custom plugin to dissect TDS data.

New dissector table: btcommon.eir_ad.tds_organization_id

Change-Id: Idcb5702b6393aeedf1f36bd43b566a5b425ea4eb
Reviewed-on: https://code.wireshark.org/review/13388
Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-01-20 12:37:16 +00:00
Michal Labedzki d51989e3ac Bluetooth: Add dissector table for EIR/AD Manufacturer content
Now it is possible to DecodeAs manufacturer specific content of
EIR or AD, so you are able to write custom plugin to dissect it.

New dissector table: btcommon.eir_ad.manufacturer_company_id

Change-Id: Iac458cd51f7b9bab51ccf7a4411984fb269a86ef
Reviewed-on: https://code.wireshark.org/review/13389
Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-01-20 11:47:40 +00:00
Anders Broman 5de7817315 Revert "[Diameter] Update Nokia Solutions and Networks vendor-specific AVPs"
As requested by the supplier of the data.

This reverts commit 19069dde80.

Change-Id: Ic5ed9df94a1a78d8fd861cb542828c60f104ac24
Reviewed-on: https://code.wireshark.org/review/13433
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 10:00:55 +00:00
Anders Broman 89fe741108 Revert "[Diameter AVPs] Add Vodafone AVPs"
This reverts commit 0e4a7429db.

as requested by the supplier of the data.

Change-Id: I70d6c48d3ce830bcb2a23cd130d28c04123c1377
Reviewed-on: https://code.wireshark.org/review/13431
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 09:59:13 +00:00
Guy Harris eeff506f56 Separate "Ethernet in capture file" and "Ethernet maybe with FCS" dissectors.
Have a dissector that is passed a "struct eth_phdr" pointer, indicating
whether there is an FCS, there is no FCS, or there's maybe an FCS, and
an "eth_maybefcs" dissector, to be called from other dissectors.  The
latter takes no data argument.

That obviates the need for callers of the latter to fill in an
"eth_phdr" structure.

Note in a comment that setting the "assume an FCS" preference overrides
a file format handler in Wiretap saying "we have no FCS".  I seem to
remember that this might be intentional.

Ping-Bug: 9933
Change-Id: I600e1351d468ab31d48369edb96832d6da3e480c
Reviewed-on: https://code.wireshark.org/review/13432
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-01-20 09:57:29 +00:00
Pascal Quantin 47648e0528 X509AF: reset algorithm_id global variable when closing a file
Change-Id: I59a6e5e482f4f11ab446e9839cc7a0c67742dab3
Reviewed-on: https://code.wireshark.org/review/13424
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-20 09:19:57 +00:00
Michal Labedzki 0dbe79c53f Qt: Resize columns to contents in DecodeAs
If user first time run DecodeAs columns width are not enough,
so content are trimmed. Do resizing whenever add new item.

Change-Id: I378e2a5b2134479d961f3f00d398d8052f7e556d
Reviewed-on: https://code.wireshark.org/review/13392
Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-01-20 07:02:12 +00:00
Michal Labedzki 846f08b97e Bluetooth: GATT: Better name resolution of handles
Print in Info column:
- service names while Discovery
- additional characteristic informations while Finding
- service name for characteristics, for example Handle: 0x002F (Battery Service: Battery Level)
- service name, characteristic name and additional configuration characteristic
  name while read/write/etc it, for example:
  	Handle: 0x0030 (Battery Service: Battery Level: Client Characteristic Configuration)
  Reason: "Client Characteristic Configuration" is configuration of characteristic,
  in this case "Battery Level". Service name may be useful is somebody involved own service
  with the same characteristic - "Battery Level".

Change-Id: I846755d58708ca60ad2a223b24a4a164b3c7cc14
Reviewed-on: https://code.wireshark.org/review/13390
Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-01-20 06:57:37 +00:00
Guy Harris aeeb2a9942 Call the dissectors for types in TZSP packets individually.
That way, we know we're passing them the dissector data they expect.

Change-Id: I43aa1b751705eae77e082c537e8ffd6a4edc1a5f
Reviewed-on: https://code.wireshark.org/review/13430
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-01-20 04:58:39 +00:00
Guy Harris f55bb2e27c Note that using file_gets() for UCS-2 files is a bit of a hack.
Change-Id: I09cb8c8ea86c83f079c0882ca2f28e2f7c338b51
Reviewed-on: https://code.wireshark.org/review/13429
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-01-20 01:24:08 +00:00
Guy Harris 106da4ad5f Fix indentation.
Change-Id: I9fc0b8f98439ac37d4356e742d8c411e2dce473f
Reviewed-on: https://code.wireshark.org/review/13425
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-01-20 00:49:36 +00:00
Pascal Quantin 0cb2311a24 RTITCP: fix heuristic dissector
Ensure that 8 bytes are captured before checking magic content

Change-Id: I44465157b97169a5dc1c359a8e06b56e9572f8d5
Reviewed-on: https://code.wireshark.org/review/13423
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-01-19 21:47:05 +00:00
Pascal Quantin fca54f8c0d Waveagent: fix heuristic dissector
Heuristics should be based on the captured data, not the reported one

Change-Id: I6b9abdc80bb70c97196c6bddabb76efcccd58672
Reviewed-on: https://code.wireshark.org/review/13421
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-01-19 19:11:31 +00:00
Stig Bjørlykke 56bffba031 Qt: Update window title when preferences changed.
When switching profile the prefs.gui_window_title may have changed
so ensure we update the main window title.

Change-Id: Ic1f9c7ac075d77c60cfbebb20624e597f7eb8449
Reviewed-on: https://code.wireshark.org/review/13418
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-01-19 18:13:02 +00:00
AndersBroman 630c8140c9 [XML] Add application/vnd.3gpp.sms+xml
Change-Id: Id2067b8479840fe75150f40797aa2e7ae1ea96e3
Reviewed-on: https://code.wireshark.org/review/13416
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-19 15:16:33 +00:00
Pascal Quantin 5a8020a1b6 X509AF: make a local copy of algorithm_id in file scope for later use
Bug: 12002
Change-Id: Iff48863c1954f76d6fc34150d315d15295dc1f5c
Reviewed-on: https://code.wireshark.org/review/13406
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-01-19 15:05:34 +00:00
Dario Lombardo 69b8f6ca55 sshdump: fix typo in extcap-config.
Change-Id: Ie6e60244e9ec6f80d37db9e46342c363825bc9ce
Reviewed-on: https://code.wireshark.org/review/13415
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2016-01-19 15:01:23 +00:00
AndersBroman fed3921376 [OpenFlow v1] Dissect part of stats messages.
Bug: 12023
Change-Id: I09d53d25247be8f932375e1d0778211241b0907d
Reviewed-on: https://code.wireshark.org/review/13396
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-19 11:43:19 +00:00
Дмитрий Цветцих 60a085269d improved vuze-dht support
Vuze have a very old documentation. The last version
of the protocol contains 2 new fields. This patch added
support of these fields. They are named "Generic Flags" and
"Generic Flags 2" as a getters in source code.

Change-Id: I2257b273537ee2d5316ebcde72ade6ad4ad8d299
Reviewed-on: https://code.wireshark.org/review/13395
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-19 07:47:43 +00:00
Guy Harris 72a9968fab Don't use IP address strings as "names" for MAC addresses.
Have a flag for addresses indicating whether the address is resolved to
a name or whether its "name" is just a printable version of the address.
If the name corresponding to an IP address isn't really a name, don't
assign it to a MAC address.

Clean up some code a bit (have a fill_dummy_ip6() corresponding to
fill_dummy_ip4()).

Bug: 10212
Change-Id: I9d0ffa2706be17842f832c64cea7acc5c1dc6536
Reviewed-on: https://code.wireshark.org/review/13412
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-01-19 07:23:53 +00:00
Rich Coe 5335f1d065 DCM: ignore the upper flag bits of PDV in PDU DATA packet
The DICOM protocol in PS3.8 E.2 says bits 2-7 should be set to zero by the
    sender and not checked by the receiver.  The version of software sending a
    bad PDV flags is PACSONE01AUG03.  The version of this software might be
    2004-02-07 (or earlier) found at http://www.pacsone.net/download.htm

Change-Id: If4d9d8e63d7bdba0f8f1c50e49979ca15b5f9157
Reviewed-on: https://code.wireshark.org/review/13384
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-19 05:58:44 +00:00