aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-05-16Use a native Section Header block for capinfo.Michael Mann1-42/+47
This is intended to aid possible future efforts with generic block handling. Change-Id: Iff915a8d0d8ed20ef89c20e0cf7967a3416318c3 Reviewed-on: https://code.wireshark.org/review/15451 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-05-16Use the new ETHERTYPE_QINQ_OLD #define.Guy Harris1-1/+1
Change-Id: Ifaf96e8482316720bddc5bab3aab3d0a677fe5fb Reviewed-on: https://code.wireshark.org/review/15464 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-16ethertype: Add old non-standard 802.1ad (QinQ)Alexis La Goutte2-0/+5
Issue reported by boaz Bug:12441 Change-Id: I1feb82615db65b0806c56425dd9f3cffdde463b4 Reviewed-on: https://code.wireshark.org/review/15461 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-16ethertype: fix indent (use tabs) and modelines infoAlexis La Goutte2-52/+64
Change-Id: I78253c35c84fed2e3f2775aa96798e29ae3b7bc3 Reviewed-on: https://code.wireshark.org/review/15460 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-16configure.ac: Don't require yacc unless it is requiredJoão Valverde1-5/+8
Change-Id: I5e639d867c95eb6f476d5be72e52457a9cc89437 Reviewed-on: https://code.wireshark.org/review/15247 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-05-16autotools: Check for SpeexDSP system libraryJoão Valverde6-2/+26
Change-Id: Ie07f49ec5a563f3b43a2442e05646c6a0b51ca41 Reviewed-on: https://code.wireshark.org/review/15349 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-05-16QUIC: Sequence (Number) is rename to Packet NumberAlexis La Goutte1-46/+46
Change-Id: Iaa516108996e5087042c49ca3e076a6cc6b59eea Reviewed-on: https://code.wireshark.org/review/15440 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-05-16[SIP] Remove expert info for Contact with expires=0, it's used in 3GPP SIPAndersBroman1-0/+9
calls. Change-Id: I23a013519f4a7f2c0a81f84a40045dd13c8b67f7 Reviewed-on: https://code.wireshark.org/review/15457 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-16ISUP: fix buffer overrun when a number contains too many digits (CID 1361601)Pascal Quantin1-61/+113
Check the current length before adding the digit and not after While we are at it, also switch to strbuf wmem buffer instead Bug: 12442 Change-Id: If3e80e8446f527fe8fb013fbd57828f5572ca5ee Reviewed-on: https://code.wireshark.org/review/15441 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-05-16Create option flag field for dissect_ieee80211_common.Michael Mann1-16/+16
This allows for better expandability of future options (and not having to add more boolean parameters or remove obsolete ones) Change-Id: I761bcfdbffe5b15c71dcd2a500e467b0f2c7a2fa Reviewed-on: https://code.wireshark.org/review/15450 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jörg Mayer <jmayer@loplof.de> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-15QUIC: Fix heuristic to detect Connection CloseAlexis La Goutte1-0/+5
Change-Id: Ib43401fdd92e119d69c9c7b9dee365ea21658d2d Reviewed-on: https://code.wireshark.org/review/15437 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-15QUIC: Add Version Negotiation dissectionAlexis La Goutte1-2/+12
Ping-Bug:11494 Change-Id: I3f0999049cd47f70154fdfbd3ca618c413dbea87 Reviewed-on: https://code.wireshark.org/review/15439 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-15QUIC: Rename some functionAlexis La Goutte1-5/+5
We don't only try and dissector only handshake Change-Id: I92576cb7a6d8d3390d4a95d8e81db06d8698a77c Reviewed-on: https://code.wireshark.org/review/15438 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-15tshark: fix double memory free when analyzing several RTP streamsPascal Quantin1-1/+0
Bug: 12430 Change-Id: I4f77aee4102edb9d5d8d450de962ca1f4b33bb71 Reviewed-on: https://code.wireshark.org/review/15434 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-05-15ISUP: Fix no previous prototype for function 'dissect_isup_digits_common' ↵Alexis La Goutte1-3/+3
[-Wmissing-prototypes] Fix also indent typo (replace tabs by spaces) Change-Id: Ibb124c4fc7f175f0dd77331a25df30974bf71ec6 Reviewed-on: https://code.wireshark.org/review/15431 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-15Export PDU (ui): fix no newline at end of file [-Wnewline-eof] and modelines ↵Alexis La Goutte1-1/+14
info Change-Id: I23bdedb52fd01494f49eef06fee52df317ef1251 Reviewed-on: https://code.wireshark.org/review/15432 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-05-15[Automatic update for 2016-05-15]Gerald Combs12-2324/+2651
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I877a3018c81dc557453bf1e423c84578da47d74b Reviewed-on: https://code.wireshark.org/review/15429 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-05-15GUI: Add shortcut for packet and capture commentUli Heilmeier2-2/+8
Added "Ctrl+Alt+C" as shortcut for packet comment. Added "Ctrl+Alt+Shift+C" as shortcut for capture comment (GTK) resp. for Capture File Properties (QT) Bug: 12410 Change-Id: I1ba61a38829c35f3bb166a94cda4bec3901c7ef1 Reviewed-on: https://code.wireshark.org/review/15300 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: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-05-15pcap-common: Account for padding in ENCAP_ERF len and caplenAnthony Coddington1-1/+20
Set len and caplen in pcap_read_post_process to actual wlen/payload length like for native ERF. This fixes padding incorrectly showing as an Ethernet trailer or equivalent as well as packet length calculations being incorrect. Fix up rlen when writing ENCAP_ERF so it isn't longer than the actual record length. This differs from native ERF behaviour which pads the record instead but there is currently no non-hackish way to do this for pcap/pcap-ng. Note: This means records captured from a DAG card in Wireshark (or old PCAP(-NG) files opened) will have padding stripped when saved as PCAP(-NG) and thus cannot be transmitted when converted to native ERF without aligning first. However, if the file is saved as native ERF originally the padding will be preserved (and zeroed). Given that extension header write support was very broken and transmission of PCAP(-NG) is not supported without conversion this is not expected to have been common. Ping-Bug: 3606 Change-Id: I49dce03984d7f07431b6eb7e16a993aeb571f288 Reviewed-on: https://code.wireshark.org/review/15359 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-05-15ERF: Add dissection of missing ERF typesAnthony Coddington1-0/+4
Wiretap support had already been added for old type variants COLOR_HASH_ETH and COLOR_HASH_POS, dissect them like the other variants. Change-Id: I60b83c50a258a27c31a498382c276bc4f4a34cbb Reviewed-on: https://code.wireshark.org/review/15397 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-14QUIC: Wrong length comparaisonAlexis La Goutte1-1/+1
Change-Id: I6c95e78d1248f8d604903952914d6cfc11432db6 Reviewed-on: https://code.wireshark.org/review/15420 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-14QUIC: Add Public Reset dissectionAlexis La Goutte1-1/+127
Ping-Bug:11494 Change-Id: I51f19c2e09f9503fa8a6a34933048bce3fef2803 Reviewed-on: https://code.wireshark.org/review/15419 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-14dof: use include "" to include packet-tcp.hMartin Kaiser1-1/+1
we expect to find packet-tcp.h in the same directory as our dissector Change-Id: I1bf027afbf810708e9f1428442d41b79708738cd Reviewed-on: https://code.wireshark.org/review/15426 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-14dof (CID 1358547): remove dead codeMartin Kaiser1-3/+0
ccm_data can't possibly be NULL at this point Change-Id: I30dcf902573a54e7efed864339f05e98bb666b20 Reviewed-on: https://code.wireshark.org/review/15425 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-14mp2t (CID 1355406): fix a potential integer overflowMartin Kaiser1-1/+4
cast one of the factors to uint64 to make sure that the calculation uses uint64 and not uint32 which may overflow Change-Id: Iec14f870a694008f5a734294d9154117b6c64b78 Reviewed-on: https://code.wireshark.org/review/15346 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-14s7comm: fix warning found by clang analyzerThomas Wiens1-38/+37
Fixed warnings about Dead store / Dead assignment found by clang analyzer. Fixed encoding to be compatible to hf-type. Change-Id: Iba93abe21f87029d53cd1db111b372cd4bd76229 Reviewed-on: https://code.wireshark.org/review/15418 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-14Use g_get_charset instead of g_get_codeset.Gerald Combs1-7/+5
From Guy via https://www.wireshark.org/lists/wireshark-dev/201605/msg00027.html Change-Id: I7884cecb6cd87f474ecc3f84253797fe57f62487 Reviewed-on: https://code.wireshark.org/review/15421 Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-14Qt: Use SpeexDSP API names for RTP playerJoão Valverde1-14/+14
The speex headers use some CPP magic to rename the API. Using the public names in the calling code reduces obfuscation and allows linking with libspeexdsp.so also. Change-Id: I10c6cd2de6b237400224d3db6a9995e646747311 Reviewed-on: https://code.wireshark.org/review/15400 Petri-Dish: João Valverde <j@v6e.pt> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
2016-05-13Qt: Fix a recent files infinite loop.Gerald Combs1-2/+4
QListWidget::takeItem does nothing if the row is invalid. This is the case when we pass it ::count(). Make sure that we remove a valid row and that our loop will terminate. Follow-up to g174dc98. Change-Id: I7e695cc04b2f3b5c28a8cc70af0579d787ff8737 Reviewed-on: https://code.wireshark.org/review/15417 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-05-13Fix (spurious) checkAPIs issueGraham Bloice1-3/+3
checkAPIs complains that the system member of the kingfisher_packet_t structure shadows a system variable. Althoguh this is a false positive, rename the variable to keep checkAPIs happy. Change-Id: Ia356dea5abb3ed93d10c5057f55786e2f28cec11 Reviewed-on: https://code.wireshark.org/review/15414 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2016-05-13packet-nfs: Add flex file flag: FF_FLAGS_NO_READ_IOTom Haynes1-0/+6
Change-Id: I3c5895d2e0671cdcd8063aa27356d49aa2bdbfa7 Signed-off-by: Tom Haynes <loghyr@primarydata.com> Reviewed-on: https://code.wireshark.org/review/15416 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Trond Myklebust <trondmy@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-05-13Run checkAPIs in epan/wmem/Michael Mann3-0/+12
Was fixed to pass. Let's keep it that way. Change-Id: I49b532b6f1df2430b3912f8f1e9d518caff17d2c Reviewed-on: https://code.wireshark.org/review/15413 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-13Have wmem conform to checkAPIs.plMichael Mann8-25/+26
Yes, the rename of structure members is a bit hacky. Yes, catering to Windows since "GLib's v*printf routines are surprisingly slow on Windows". But it does pass checkAPIs.pl Change-Id: I5b1552472c83aa2e159f17b5b7eb70b37d03eff9 Reviewed-on: https://code.wireshark.org/review/15404 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-13Qt: add some cleanup function calls missing when leaving applicationPascal Quantin1-2/+18
Change-Id: I8f22d321e84daa36d4a40856b61d0844d3489cc2 Reviewed-on: https://code.wireshark.org/review/15374 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-05-13BACAPP: event-time-stamps decode fixLori Tribble1-1/+7
event-time-stamps decode when array-index is 0. Bug: 12422 Change-Id: I9f1f90e269352a49a8fc8a2ba2f64211f3cf7961 Reviewed-on: https://code.wireshark.org/review/15409 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-13Fix inclusion of images in PDF versions of the guides.Jeff Morriss3-4/+25
We need to point xsltproc to the images directories. The bigger images have scaling problems but at least they're there now. This is already done in cmake. Change-Id: I260a8f3e335b9f5726811bcd6811f6c5b9f3a6b2 Reviewed-on: https://code.wireshark.org/review/15408 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-05-13automake/nmake: run checkAPIs in ui/cli/Jeff Morriss4-20/+8
cmake already does this. Use checkAPIs arguments appropriate to the cli directory (there's no gtk code here so don't bother checking for deprecated gtk APIs). Change-Id: I3e76ed5260223f05ac1b42431569bde3d1c596ea Reviewed-on: https://code.wireshark.org/review/15403 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-13jxta: there's no need to call proto_tree_set_visible() when calling ↵Jeff Morriss1-3/+0
append_text() It only needs to be called if you're calling proto_tree_append_string(). Change-Id: Ia00c3cb0077469ef6c2eadf98d02569af399fa7d Reviewed-on: https://code.wireshark.org/review/15411 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-13Add filterable fields for each ISUP number.Jeff Morriss6-712/+299
Make a common number dissection function to do this without cut-n-pasting code a whole bunch of times. Clean up the number dissection code while we're there: - Don't throw an exception when we found too many digits. Report it (expert info) and move on. - Avoid a useless (text) subtree: use the hf for the number as the root of the tree. This means using proto_tree_append_string() which adds some complication but it's worth it to avoid a hidden item (which was the old solution if we passed the number to the E.164 dissector). Bug: 12334 Change-Id: I465cab91b216b734f5763a4e56faa8e06b0731a2 Reviewed-on: https://code.wireshark.org/review/14924 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-13Move the Valgrind size check after the capinfos check of the file.Jeff Morriss1-5/+5
That way if we pass a file that doesn't exist to the fuzz-test script we won't get errors from 'ls' complaining that the file doesn't exist. Change-Id: I33f4bd692775e6d3f990adaaa37b7530d343fe52 Reviewed-on: https://code.wireshark.org/review/15410 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-13automake: fix wslua generation in out-of-source-tree builds.Jeff Morriss1-6/+7
We neeed to set the build directory (because that's where the wslua stuff gets put). Also fix up wslua dependencies: - It's needed (only) for the asciidoc->XML step - It's not needed for the wsug any more Change-Id: Ic1231a964b1edfb7d2eeacc5cc1c3fdda6969f21 Reviewed-on: https://code.wireshark.org/review/15407 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-05-12Update the release notes.Gerald Combs1-5/+9
Change-Id: I0e3296555ce95dd48256a7a8c39fc82c71466dcb Reviewed-on: https://code.wireshark.org/review/15392 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-05-12packet-nfs: add decoding and displaying of exclusive create attributesTigran Mkrtchyan1-0/+1
NFSv4.1 defines FATTR4_SUPPATTR_EXCLCREAT attribute which tells the client a bitmap of attributes which can be set during exclusive create. Wireshark did show that FATTR4_SUPPATTR_EXCLCREAT is provided, but doesn't show supported attributes. Bug: 12435 Change-Id: I29fc6beb2e75e9c78d68b1ca73a714bab2ad10a2 Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> Reviewed-on: https://code.wireshark.org/review/15401 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: Michael Mann <mmann78@netscape.net>
2016-05-12BACAPP: Added dissection for NotificationParameterLori Tribble1-0/+36
Case 19 - change-of-reliability and related enums Bug: 11734 Change-Id: Ie40acc9d157adcf4d69b9cc57c6419daf8f6263d Reviewed-on: https://code.wireshark.org/review/15350 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-05-12ERF: In packet-eth register ERF_TYPE_ETH variants.Anthony Coddington1-0/+5
Register for: ERF_TYPE_COLOR_ETH ERF_TYPE_DSM_COLOR_ETH ERF_TYPE_COLOR_HASH_ETH Change-Id: I5877ca5721abaa269f937cca0414df4f6b1a5eef Reviewed-on: https://code.wireshark.org/review/15398 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-05-12codecs: Move noinst_HEADERS to Makefile.amJoão Valverde2-13/+14
It's not common code and because it is only required for make dist placing it in Makefile.am provides better automake readability. Also noinst_HEADERS is not necessary in _SOURCES. Change-Id: I5269b79b62141efbc3151e69c5584643e5ebec47 Reviewed-on: https://code.wireshark.org/review/15399 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-12WiX banner and dialog images.Gerald Combs8-6/+161
Add initial Wireshark-branded artwork to the WiX installer. Change-Id: I1997023784112890f5366a577ca3b8101be530da Reviewed-on: https://code.wireshark.org/review/15383 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-12extcap (CID 1355644): fix the range check for guintMartin Kaiser1-4/+8
by using a temporary variable Change-Id: I4f1f51a9fd600356839cbb44f099965058556bf0 Reviewed-on: https://code.wireshark.org/review/15340 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
2016-05-12autotools: Move OSX autoconf macros to ws_osx.m4João Valverde3-338/+354
Change-Id: Icde077957810a0eb2a99cdfd6ec57dfd04b4ad47 Reviewed-on: https://code.wireshark.org/review/15354 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Tüxen <tuexen@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
2016-05-12configure.ac: Remove condition for AC_CHECK_FUNC (on Solaris)João Valverde1-9/+1
Change-Id: Iecf697c718cb2ca522060c64b4ca136458b38127 Reviewed-on: https://code.wireshark.org/review/15355 Reviewed-by: João Valverde <j@v6e.pt>