aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-11Add randpkt to the Windows installers.Guy Harris3-0/+27
Bug: 15395 Change-Id: Ic0c28b42a5e70edc5eb6441f71b6b614deae9d9f Reviewed-on: https://code.wireshark.org/review/31497 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-11Include the reordercap and dftest documentation in Windows packages.Guy Harris2-0/+10
We package the documentation for other programs we supply, so we should package the documentation for them as well. Change-Id: I37854631bad4aa799fb6ebb009bea3f4692fe530 Reviewed-on: https://code.wireshark.org/review/31492 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-11Unit tests for ASTERIX I048Atli Guðmundsson1-0/+1707
Change-Id: I0138681650dcabb01e08f3d25817b5fdd30f45e8 Reviewed-on: https://code.wireshark.org/review/31380 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-11quic: fix compilation without libgcrypt aead.Dario Lombardo1-2/+10
When that version isn't available, we still need to have this function available. Make it always available, then, with empty implementation. Change-Id: Ia827922c181676bbb2ba4a02dc09290b8cdb1a5c Reviewed-on: https://code.wireshark.org/review/31491 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-11mas5gs: Add dissection of IE 9.11.3.10 ABBAAnders Broman2-132/+193
Change-Id: Id1d0641bfbee94a62a6b7296dd7cc02680bdd5a6 Reviewed-on: https://code.wireshark.org/review/31490 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-11F1AP: upgrade dissector to v15.4.0Pascal Quantin9-542/+2065
Change-Id: I568a5f27c8be6b172856d908da6aa4f2782136d9 Reviewed-on: https://code.wireshark.org/review/31489 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-11nettrace: Fix missing tag length for IPV4_DST.Anders Broman1-7/+14
Change-Id: I00564adaef2922ff991887f0ee5c04a3c7307019 Reviewed-on: https://code.wireshark.org/review/31488 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-11XnAP: upgrade dissector to v15.2.0Pascal Quantin26-2375/+3409
Change-Id: Ie26f8918aff20ade21eda611950795a320a417f2 Reviewed-on: https://code.wireshark.org/review/31483 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-11dissectors: remove unused assignments.Dario Lombardo5-7/+0
Found by clang-scan. Change-Id: I46d3be9032c8d34a76ecd844287c36aff733ea2d Reviewed-on: https://code.wireshark.org/review/31482 Reviewed-by: Kenneth Soerensen <knnthsrnsn@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-01-11QUIC: initial support for new header protection cipher (draft -17)Peter Wu1-110/+105
The old packet number encryption method was replaced by a new header protection mechanism which also encrypts some bits of the first byte. Patch the old code to support this byte. Future patch should clean up this messy code, but at least (Initial) packet decryption works now. Bug: 13881 Change-Id: Ia0f40614c1084ba6f7fc597b8f6dc85845ea1fbd Reviewed-on: https://code.wireshark.org/review/31480 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-11MPLS Echo: Additional downstream mappings RFC8287Uli Heilmeier1-1/+2
Add additonal protocols as defined in RFC8287 section 6 Bug: 15410 Change-Id: I2254cda6031c85d103b85f47604265d80a54f436 Reviewed-on: https://code.wireshark.org/review/31478 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-10QUIC: update flag on long packet headers (draft-17)Alexis La Goutte1-7/+7
Bug: 13881 Change-Id: I3e92ec8cba3482ab9d13f1102425a7b9ec7ccd76 Reviewed-on: https://code.wireshark.org/review/31407 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-01-10dfilter: remove size() function.Dario Lombardo1-58/+3
It is overlapping to len(), then they've been merged into len() that now gives the length of any field. Change-Id: I8e39536a4d15eff4c4b44bb39fd965729cc46951 Reviewed-on: https://code.wireshark.org/review/31462 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-01-10CMake: try harder to find the right Python versionPeter Wu3-6/+17
The FindPythonInterp module does not verify that a discovered 'python' program is actually Python 3. Replace this deprecated module by a modern version that was introduced with CMake 3.12. Remove PYTHON_EXECUTABLE from WSDG now that it is much more likely that CMake discovers the right version. Change-Id: I1f8438baced3d5bf9e1e2732980ad177d3257ca3 Reviewed-on: https://code.wireshark.org/review/31468 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-10Move make-version.pl to tools.Gerald Combs8-37/+38
Move make-version.pl to the tools directory. Change-Id: I7c3ec8951a682d45d650e3fdb1580d90bf19e8b4 Reviewed-on: https://code.wireshark.org/review/31473 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-10WSDG: Move README.packaging to the Developer's Guide.Gerald Combs2-109/+129
Move doc/README.packaging to the Developer's Guide and update the content. Change-Id: I25fda6cade8f3cfd11af865745bedd0fb5a7c86f Reviewed-on: https://code.wireshark.org/review/31474 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-10debian: Fixup symbols.Gerald Combs1-4/+4
Change-Id: I544220cdcc43b20b4f6b663e28039804cd6d3619 Reviewed-on: https://code.wireshark.org/review/31475 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris10-256/+257
What we were calling the "name" is actually a description to show to users; what were calling the "short name" is just the name to use on the command line. Rename some routines and structure members, and put the name first and description second in the table. Expand some descriptions to give more details (e.g., to be more than just a capitalized version of the name). Fix the CamelCase capitalization of InfiniBand. Change-Id: I060b8bd86573880efd0fab044401b449469563eb Reviewed-on: https://code.wireshark.org/review/31472 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-09E1AP: upgrade dissector to v15.2.0Pascal Quantin9-468/+1248
Change-Id: Ieafe6558e54a04ce7004c4005f646cea88ac9e5d Reviewed-on: https://code.wireshark.org/review/31469 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-09NGAP: use extended value_string for CauseRadioNetworkPascal Quantin2-119/+122
Change-Id: Ie32c8c63e26a31c1fd76cf8f1e7d6ef9103c5960 Reviewed-on: https://code.wireshark.org/review/31470 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-09NGAP: upgrade dissector to v15.2.0Pascal Quantin9-436/+1700
Change-Id: Id050878d8d18fda321304ce5dd2d7842e66cfa93 Reviewed-on: https://code.wireshark.org/review/31463 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-09zbee: zbee_zdp.profile wrong data typeDana Sy1-1/+1
Fixed the data type for zbee_zdp.profile to use the proper data type of UINT16. Change-Id: I20bac57ec3a0a7261aeb65333d9dd4b5bdb4a85c Reviewed-on: https://code.wireshark.org/review/31458 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>
2019-01-09rdp: add parsing MONITOR_DEF fields [1]Mariusz Zaborski1-8/+75
[1] https://msdn.microsoft.com/en-us/library/dd342324.aspx Change-Id: I671ebdd5900a0cd409159388e2f72e6e5fbfd6a2 Reviewed-on: https://code.wireshark.org/review/31390 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-09dissectors: j1939: Use raw id to filter packetsMaksim Salau1-23/+30
Using raw CAN id allows us to drop error frames and frames with standard ids since J1939 work only with extended ids. Also if allows us to not to decode payload of RTR frames. Change-Id: I06cec52176be79028f9ac5bce2017907c06aacfb Reviewed-on: https://code.wireshark.org/review/31449 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-09Add validate-clang-check script for Petri DishAlexis La Goutte1-0/+19
Launch clang-check -analyze for each file... Change-Id: Ic4132d563ccaa5d375f27d08366ba6fc052f095c Reviewed-on: https://code.wireshark.org/review/30482 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-01-09dissectors: socketcan: Pass raw ids to dissectorsMaksim Salau2-10/+13
In the current implementation only masked id is provided to subdissectors, which doesn't allow to filter packets effectively. E.g.: J1939 should dissect only extended frames. Without EFF flag, the subdissector is unable to filter out frames with 11-bit ids. Also J1939 tries to dissect pyaload of RTR of ERR frames, which obviously doesn't make sense. The change exports raw id alongside the masked one for backwards compatibility. Once all the CAN dissectors are updated to use the raw variant (if necessary) the masked variant may be dropped. Change-Id: I52df5673ecfd53d2e65790c4187ea129e67a88e9 Reviewed-on: https://code.wireshark.org/review/31448 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-09Qt: Cleanup deletion of CopyFromProfileMenuStig Bjørlykke10-35/+19
Set the push button as parent to the profile list menu so it will be deleted when that parent is destroyed. Change-Id: Ide4a234e039a3e27d9ee4732a3800906c80be173 Reviewed-on: https://code.wireshark.org/review/31446 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-09valgrind-wireshark: default to looking in run/ for our binaries.Jeff Morriss1-2/+2
If33a39c26714ebe699463d1c8c67469025767efb made this change for the other scripts. Change-Id: I158c1c2d0b564a115443e96a6d90733c2ffff071 Reviewed-on: https://code.wireshark.org/review/31459 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-09CMake: remove LocatePythonExecutable.cmake for WindowsPeter Wu2-25/+0
Cygwin is now unsupported, so remove special handling for it and rely on FindPythonInterp.cmake to locate an appropriate version. This patch can only cause issues if the PATH environment variable contains the Cygwin binary directory without any native Python version appearing before that. In that case, either remove Cygwin from PATH or add the native Python (e.g. C:\Python37) earlier in PATH. Change-Id: Ia5554e5a83d06a941dacf4a28d41d84fca4fe99d Reviewed-on: https://code.wireshark.org/review/31453 Petri-Dish: Peter Wu <peter@lekensteyn.nl> 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-09CMake,WSDG: Remove Cygwin supportPeter Wu10-299/+20
Declare Cygwin as unsupported and remove all supporting code. Simplify some Chocolatey notes in the WSDG. Remove FindPerl.cmake as it only existed to force use of Wireshark's bundled FindCygwin.cmake (bug 13922). FindXSLTPROC.cmake special handling for Cygwin was also removed, in theory this could cause issues when the PATH contains a Cygwin xsltproc, but it's unsupported anyway. Change-Id: Iabfac2b4a9fd930530505d27bdba618bdb8f7f34 Reviewed-on: https://code.wireshark.org/review/31452 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-09dissectors: socketcan: Fix indentationMaksim Salau1-5/+5
Change-Id: I4b9023a812e7f24a8980abe871f7fa28f60cefec Reviewed-on: https://code.wireshark.org/review/31447 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-01-08Qt: Fix copy ASCII characters from ByteViewStig Bjørlykke2-7/+8
Only copy ASCII characters when doing "Copy Bytes as Hex + ASCII Dump" from the ByteView. This is what we do in all other Hex Dumps. Also change the parameter name to reflect this. Change-Id: I63cc79ffa014fd9aa50c84d765ee168f0b1ea44a Reviewed-on: https://code.wireshark.org/review/31442 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-08mas5gs: Fix dissection of QoS flow descriptions and QoS rules.Anders Broman1-108/+152
Change-Id: Ie4b9fcf0afdea19ba6f2fb531e84096ac103c99b Reviewed-on: https://code.wireshark.org/review/31443 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-08S1AP: upgrade dissector to v15.4.0Pascal Quantin10-41/+43
Change-Id: Iecf02ce3858cd2cea12bc73e402ace0c558d8abc Reviewed-on: https://code.wireshark.org/review/31444 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2019-01-08Qt: Pluralize "Export TLS Session Keys (%Ln key(s))"Stig Bjørlykke1-2/+2
Properly pluralize "Export TLS Session Keys (%Ln key(s))" in the window caption. Change-Id: Ida7d725a2b8daa356cb44aec4d4475151916a425 Reviewed-on: https://code.wireshark.org/review/31432 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2019-01-08Qt: Add syntax line edit feedback symbols.Gerald Combs14-11/+253
Draw a circle+backslash or a warning triangle in the far right of the line edit entry for invalid and deprecated filters respectively. This should provide an additional clue for color blind users. Bug: 15326 Change-Id: I55a1e214834a340ccda3bfe8880bba12c5e274e9 Reviewed-on: https://code.wireshark.org/review/30936 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-08CIP Safety: Correct Safety Configuration IDDylan Ulis1-15/+11
This was previously being parsed as a UNID, which is not correct. Change-Id: I2f9fc17debf3ce60d35d71a28bd1d19f54a1b982 Reviewed-on: https://code.wireshark.org/review/31441 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>
2019-01-08NTP: don't increment offsets that aren't used again.Jeff Morriss1-31/+0
This avoids warnings from Clang. Rewriting this to use the cursor API might be interesting. Change-Id: I8a5459ffbee8d0907757e99eff273d7eff6d1735 Reviewed-on: https://code.wireshark.org/review/31436 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-08travis: do not run pip as rootPeter Wu1-1/+2
Both Ubuntu and macOS seems happy without it, removing sudo allows it to be executed on Windows as well. Change-Id: I9daece79d3bc5c97078ba27834de42228f7c3dc9 Reviewed-on: https://code.wireshark.org/review/31434 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-08Qt: Clarify Remove action from the welcome pageStig Bjørlykke1-1/+1
Rename the Remove action in the welcome page to "Remove from list" to indicate that the file is only removed from the list, not from disk. Change-Id: I4a47c9852203596cc601bf254a4bcfc700ccd025 Reviewed-on: https://code.wireshark.org/review/31433 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-01-08ieee1609dot2: remove unused handoff functionAlexis La Goutte2-14/+0
Change-Id: I9c3a6098e2a54d281228689cdbbbbf78604b2750 Reviewed-on: https://code.wireshark.org/review/31422 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-01-08cesoeth: declare register and handoff functionAlexis La Goutte1-0/+3
for avoid -Wmissing-prototypes warning Change-Id: I92edf8d62c3685033c4424f9af16d4094c6599d6 Reviewed-on: https://code.wireshark.org/review/31421 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-01-08ws_pipe(.h): fix issue on doxygen documentationAlexis La Goutte1-1/+1
parameter 'argv' not found in the function declaration [-Wdocumentation] Change-Id: I68262a23e3a6f4b50d8b5e666b92f055feeaf74f Reviewed-on: https://code.wireshark.org/review/31424 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2019-01-08epan: Add a boundary check to get_t61_string.Gerald Combs1-1/+1
Add a boundary check to make sure we don't go past the end of "ptr". Bug: 15373 Change-Id: I85394e8e6e477b47919362af146051cc8911254b Reviewed-on: https://code.wireshark.org/review/31437 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-07str_util(.h): fix issue on doxygen documentationAlexis La Goutte1-3/+3
parameter 'string' not found in the function declaration [-Wdocumentation] Change-Id: I8c6fe47e708411e329954a682ea4da10aad348f6 Reviewed-on: https://code.wireshark.org/review/31423 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-01-07f5ethtrailer: Fix Dead Store (Dead assignement/Dead increment) Warning found ↵Alexis La Goutte1-4/+1
by Clang Change-Id: Ie8f1a4a4a11370ff5d5d85f8110aec568f88877e Reviewed-on: https://code.wireshark.org/review/31410 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-01-07sharkd: use json_dumper for output.Dario Lombardo2-711/+545
Change-Id: I457613ea154a86098f536b57844ad6606c595a46 Reviewed-on: https://code.wireshark.org/review/31035 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2019-01-07Minor bugfix of ASTERIX I023Atli Guðmundsson1-12/+12
I023 bugfixes - Fixed I023 Capitalisation inconsistencies Change-Id: I39eccd0b7c3a68a8b74d68cf16b988bacce92924 Reviewed-on: https://code.wireshark.org/review/31429 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-07CIP: Correct DATE_AND_TIME parsingDylan Ulis2-5/+5
DATE_AND_TIME struct is actually time then date. We were previously parsing it as date then time. Change-Id: I7367b5502318de32b7c9e7fd170ae58de4c3347f Reviewed-on: https://code.wireshark.org/review/31431 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-07dfilter: remove legacy comment.Dario Lombardo1-1/+0
Change-Id: Iec4ea07e86907e9c52b2b58a3e7d8f4a75e747ef Reviewed-on: https://code.wireshark.org/review/31426 Reviewed-by: Anders Broman <a.broman58@gmail.com>