aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-05-22qt follow stream: don't crash when saving to an non-writable fileMartin Kaiser1-2/+6
When the user clicks Save As in the Follow Stream window, check that the selected target file can be opened for writing. Bring up a warning box if the file is not writable. Change-Id: I76e67b064377dd432d3b14592f5096b99d9968c0 Reviewed-on: https://code.wireshark.org/review/15536 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-22Revert "zigbee zdp: remove some misleading casts"Martin Kaiser1-15/+15
It seems that the casts are required on OS X. This reverts commit d8ef04c8914e162139594cfe0aee3072bc513e70. Change-Id: I9644555552a6daab93334073a4fcf4f3f2522b59 Reviewed-on: https://code.wireshark.org/review/15539 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-22zigbee zdp: remove some misleading castsMartin Kaiser1-15/+15
sizeof() returns a size_t, which is unsigned when we assign the result of sizeof() to an unsigned lvalue like a guint, there's no point in casting to int Change-Id: I9644c72a22a6dadb9ecd4073a4fcbd1c93517b59 Reviewed-on: https://code.wireshark.org/review/15531 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-22manolito: Fix Dead Store (Dead assignement/Dead increment) Warning found by ↵Alexis La Goutte1-1/+1
Clang Change-Id: I89a69c33486bf4b660118a816abcd2aa855e08d8 Reviewed-on: https://code.wireshark.org/review/15534 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-22Bluetooth: Update Member UUIDs and CompanyIDsMichal Labedzki1-10/+200
Update member UUIDs and CompanyIDs from Bluetooth Assign Numbers. Change-Id: I5deb5b8e930d2df0296f17a3fe3b46989a28a86d Reviewed-on: https://code.wireshark.org/review/15453 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-05-22zigbee zdp: remove some unnecessary NULL checksMartin Kaiser1-46/+40
Change-Id: I8219105ccf38db6592e2ba4c83d1ec1da73abc4f Reviewed-on: https://code.wireshark.org/review/15530 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-22[Automatic update for 2016-05-22]Gerald Combs13-1009/+1490
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I6ac498e507c71fd917eb0cfc3c4330a4c0ffcb64 Reviewed-on: https://code.wireshark.org/review/15527 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-05-22Qt: fix parameter 'overlay_image' not found in the function declaration ↵Alexis La Goutte1-1/+1
[-Wdocumentation] Change-Id: I5f18d7ed5f4c830ce201fa6929fc1b7c0259692e Reviewed-on: https://code.wireshark.org/review/15515 Reviewed-by: João Valverde <j@v6e.pt> Tested-by: João Valverde <j@v6e.pt> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-22ERF: Fix and improve ERF_TYPE_META sanity checksAnthony Coddington2-5/+41
Fix sanity checking overflow in wiretap ERF_TYPE_META parsing segfault. Fix final tag of exactly 4 bytes not being dissected. Fix not setting bitfield tag subtree (was working due to proto.c internal behaviour). Add dissector expertinfo for truncated tags. Dissect type and length on error. Bug: 12352 Change-Id: I3fe6644f369e4d6f1f64270cb83c8d0f8a1f1a94 Reviewed-on: https://code.wireshark.org/review/15357 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-22Start dissecting the Mikrotik/Routerboard vendorspecific IEsJoerg Mayer2-0/+83
Change-Id: I87c80489c77243191cd44ab8fc6172a884ec05fb Reviewed-on: https://code.wireshark.org/review/15526 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2016-05-22speex: Fix unknown option after ‘#pragma GCC diagnostic’ kind ↵João Valverde1-3/+1
[-Werror=pragmas] Change-Id: Ia6c5d2c19d991ee3ca3b1525b93121ee7cf15b1e Reviewed-on: https://code.wireshark.org/review/13919 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-22Make -Wunused-const-variable a C only warningJoão Valverde2-2/+3
Change-Id: If93de2c371f36fa0447fb8215337f0c115d74bbb Reviewed-on: https://code.wireshark.org/review/15524 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-22Revert "tango_color(.h): avoid ‘tango_butter_3’ defined but not used ↵João Valverde1-7/+0
[-Werror=unused-const-variable] found by gcc6" This reverts commit 5dbc727ae9c1ceebdaafab29eff89e487c9e824a. Change-Id: I71ad6a1468c10d515f73ee25a92fb1e35a995dc6 Reviewed-on: https://code.wireshark.org/review/15523 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-22Reapply "ws80211: Disable shorten-64-to-32."João Valverde1-0/+3
Disable shorten-64-to-32 in ws80211_create_on_demand_interface, which calls NLA_PUT_STRING, which passes the output of strlen to an int parameter. NLA_PUT_STRING is defined in netlink/attr.h so there's not much we can do to fix it directly. By Gerald in b8f90de70efa2d271274fbb48df12737f6eddd12. Change-Id: Ifb92244423fcb2cc267f8fcefb7a2700a7b7c0ea Reviewed-on: https://code.wireshark.org/review/15522 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-22Add clang-specific DIAG_OFF pragmaJoão Valverde1-0/+9
Change-Id: I7e02ca86122e3fe8a1c2db9d53b718e6e23c4e98 Reviewed-on: https://code.wireshark.org/review/15521 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-22Revert "ws80211: Disable shorten-64-to-32."João Valverde2-14/+1
This reverts commit b8f90de70efa2d271274fbb48df12737f6eddd12. Change-Id: Ic7eaf288d1937a986c2ec85ba43a94ac20b6e12e Reviewed-on: https://code.wireshark.org/review/15520 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-22configure.ac: Capitalize PACKAGE_NAME as "Wireshark"João Valverde1-1/+1
PACKAGE_TARNAME is still "wireshark" (generated by autoconf). Change-Id: I93b69c5b29241a78fbabf35e80e6d2dee53ea3ae Reviewed-on: https://code.wireshark.org/review/15516 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-21[skinny] Fix StartMediaTransmissionMessage and OpenReceiveChannelMessage ↵Diederik de Groot2-50/+55
protocol version 20 - StartMediaTransmissionMessage is variable length - latentCapsInfo moved to protocol version 21-22 Change-Id: I4136c7007a8f9d6a8a3370d45faab62bbe983524 Reviewed-on: https://code.wireshark.org/review/15512 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-21wtap_opttypes: fix no previous prototype for function ↵Alexis La Goutte1-1/+1
'wtap_opttype_write_data_uint64_timestamp' [-Wmissing-prototypes] Change-Id: I36244dee9cd5667d498ab0a4ba98b83e8fe84ac8 Reviewed-on: https://code.wireshark.org/review/15514 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-21Add mentioning of support of Server 2012 R2 in the users guideJaap Keuter1-1/+1
Bug: 12455 Change-Id: I1c1fc4b2bff0e446d3eb8e1b3be4ea7669cec923 Reviewed-on: https://code.wireshark.org/review/15511 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-21Bluetooth: BTLE: Add 4.2 LE CONTROLLER COMMANDSJakub Pawlowski1-0/+16
Change-Id: I5b13291beb0c04e725edb2fe172c39e09cbbefe3 Reviewed-on: https://code.wireshark.org/review/15503 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-05-21Add ability to add custom block types.Michael Mann2-13/+50
Change-Id: I2d23148c6f8d847aacec1d25cb694793ec9bb84e Reviewed-on: https://code.wireshark.org/review/15504 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-20configure.ac: Fix yacc/lex test for out-of-tree buildJoão Valverde1-32/+11
Minor cleanup, remove old comment and make both tests identical. Change-Id: I21aaf2bb7e74878013153534f758879879d23f6e Reviewed-on: https://code.wireshark.org/review/15509 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-20Cisco WIDS wlan frames as sent by standalone APs do not include the QoS controlJoerg Mayer3-13/+61
stuff. Bug: 12421 Change-Id: Idc56bd573b72465e36c8141d3c0736b286ff220a Reviewed-on: https://code.wireshark.org/review/15448 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: Jörg Mayer <jmayer@loplof.de>
2016-05-20Add CiscoSystems, vendor id 9 AVPsAndersBroman4-0/+72
Bug 12459 Change-Id: I9ebe7f4a9e6ae03539bd74e535c95c85a8efa55b Reviewed-on: https://code.wireshark.org/review/15506 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-05-20QUIC: Enhance Connection Close error checkAlexis La Goutte1-3/+2
There is some false positive (and get display malformed frame) May be add also a check about error_code (< QUIC_LAST_ERROR) ? Change-Id: Ib7df622d62f1441193fa4b2475220f08a62c9462 Reviewed-on: https://code.wireshark.org/review/15478 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-20Bluetooth: GATT: Add support for PLXS/PLXPMichal Labedzki2-1/+591
PLXS is Pulse Oximeter Service used by some pulse oximetry sensor for consumer and professional healthcare applications. Change-Id: Iab5b7dd3e4bfb58cef0cc2c76df1e3aab69f35c7 Reviewed-on: https://code.wireshark.org/review/15452 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-05-20Qt/Bluetooth: Allow to use Enter button for jump to framesMichal Labedzki6-0/+24
Implement keyPressEvent and do nothing... However it "takes focus" from button box and jump to frame that some items in tree widget point. Change-Id: Ib08f1588f20bce66fa945bf952770600c625233c Reviewed-on: https://code.wireshark.org/review/15455 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-05-20Qt: Add a bottom border to the packet map.Gerald Combs1-0/+1
Draw a bottom border so it looks a bit less odd on OS X. This could use some further tweaking. Change-Id: Id76d0a0cece672b927d6217c7a9f970c1ba212bc Reviewed-on: https://code.wireshark.org/review/15391 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-05-20PCEP: fix L bit mask for PATH-KEY sub-objectFrancesco Fondelli1-2/+2
Change-Id: I93ca3e64af2a9f29109a3dc6fb42907562c27321 Signed-off-by: Francesco Fondelli <francesco.fondelli@gmail.com> Reviewed-on: https://code.wireshark.org/review/15502 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-05-19configure.ac: Don't require flex unless we need itJoão Valverde1-6/+8
We need it when we don't have the flex-generated files (i.e., we're building from git rather than a ("make dist") source tarball). Change-Id: I824ce4b7f2a8f767e096de050cb3cd0b0449ed62 Reviewed-on: https://code.wireshark.org/review/15423 Reviewed-by: João Valverde <j@v6e.pt>
2016-05-19docs: Update Show Packet Bytes docsStig Bjørlykke1-3/+5
Change-Id: Ib64be403d4c684079f1b15d66ac52566e5ff37d0 Reviewed-on: https://code.wireshark.org/review/15501 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2016-05-19Qt: Add Decode as Quoted-Printable in Show Packet BytesStig Bjørlykke2-0/+33
Change-Id: I4697b979702e4df83b1ec85b9a3619409c0b366c Reviewed-on: https://code.wireshark.org/review/15500 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2016-05-19ZigBee: implemented Green Power ZCL cluster dissector.dsrsupport6-3/+1016
Implemented basic Green Power ZCL cluster support and parsing of some GP cluster commands. Implemented following commands parsing: GP_NOTIFICATION GP_COMMISSIONING_NOTIFICATION GP_PAIRING GP_PROXY_COMMISSIONING_MODE GP_RESPONSE That is enough for Green Power Basic Proxy commissioning. Change-Id: Icbe00667a6dfb89346288843ce8fa20d62b822dc Reviewed-on: https://code.wireshark.org/review/15363 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-19Babel: New Message String Values0xbismarck1-0/+12
Added new message string values based on the information in rfc7557. Change-Id: I925b8c82433a6ad809eaec5d235eb42f703e3632 Reviewed-on: https://code.wireshark.org/review/15499 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-19Add missing #include <algorithm> for std::sort()Michal Labedzki1-0/+2
Definition of std:sort() is in <algorithm> header. Include it to make Wireshark buildable again. Change-Id: Ice68013b0e06461faab1f4f0296e26b426ff92a1 Reviewed-on: https://code.wireshark.org/review/15456 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-05-19autotools: Add automake silent rule for ln -sJoão Valverde3-2/+6
Change-Id: Ic5b6fca04955384dc3d337ec74757f711216a372 Reviewed-on: https://code.wireshark.org/review/15468 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-18GRE: add support for ARPPascal Quantin2-0/+2
Protocol type 0x0806 is registered for ARP according to RFC 1701 Bug: 12456 Change-Id: Iccdf582b16c54817a977b87be9f2b03c2f650d2a Reviewed-on: https://code.wireshark.org/review/15498 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-18DNS: Update edns-tcp-keepalive EDNS0 Option to final rfc (RFC7828)Alexis La Goutte1-1/+1
Change-Id: I34d6fc5a59af7cfd39a1181e71788dfee617cc22 Reviewed-on: https://code.wireshark.org/review/15497 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-05-18QUIC: Enhance RREJ tag dissectionAlexis La Goutte1-5/+101
it is possible to have multiple reason on same tag display the handshake failure reason (from crypto_handshake.h) Change-Id: Ib388d3849292de00fa3d569936a20433bd2a0e89 Reviewed-on: https://code.wireshark.org/review/15479 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: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-05-18QUIC: Update some field name on ACK FrameAlexis La Goutte1-12/+12
Change coming with draft-02 Change-Id: I361ebcf1cdcbe8da30f1bf3e6ec0ae72f4756be2 Reviewed-on: https://code.wireshark.org/review/15476 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: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-05-18DNS: Fix typo on Padding EDNS0 descriptionAlexis La Goutte1-2/+2
Also update comment about RFC7830 Issue reported by Alex Mayrhofer Ping-bug:11759 Change-Id: I4e70a32ddca6de43cb97f921b027e167170bf16d Reviewed-on: https://code.wireshark.org/review/15017 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-05-18BGP : Add Virtual-Network Identifier Extended CommunityAlexis La Goutte1-0/+2
From draft-drao-bgp-l3vpn-virtual-network-overlays Change-Id: I0a0137b6a8b8fbb4b4efd6f5e08eba5ed6d7a9d6 Reviewed-on: https://code.wireshark.org/review/15477 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-05-18[E212] Add an MNC used in test networks to get correct MNC length.AndersBroman1-0/+1
Change-Id: I289898207ae5c5b38e4567399b7e0f3b0b48aa9b Reviewed-on: https://code.wireshark.org/review/15495 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-18Use some FT_BYTE "BASE"s in isis dissectors.Michael Mann3-10/+5
Change-Id: I59acb37250f6248e985482e4b972250e295fd638 Reviewed-on: https://code.wireshark.org/review/15469 Petri-Dish: Anders Broman <a.broman58@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-18USB: check length before calling setup response subdissectorSean O. Stalley1-6/+9
If a standard setup response arrives without data, don't call a subdissector. This can happen if a control endpoint STALLs. This patch prevents the STALL response from appearing as a malformed packet. Change-Id: I6f0e82487fae964e93a4291ccb3badbe652f7499 Reviewed-on: https://code.wireshark.org/review/15379 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-05-18androiddump: Add model name to user-friendly interface nameMichal Labedzki1-21/+40
This can speed up searching for interface specified to model of Android device - in most cases it is its market name. Change-Id: Ib5a3b96d9a2a8cf325f62614d395508b4ec58199 Reviewed-on: https://code.wireshark.org/review/15454 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-18Replace some tvb_get_ptr calls.Michael Mann2-9/+9
Change-Id: I640fd7c96c421bb7862021405cdb7a2c255ced21 Reviewed-on: https://code.wireshark.org/review/15473 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-17Qt: Add accessible names to main welcome widgets.Gerald Combs3-1/+17
Make sure all of the widgets in the main welcome tab loop have their AccessibleName properties set. Set AccessibleTextRole for each of the items in the recent file list and in the interface list. Ping-Bug: 9284 Change-Id: I247ce7ed68eda82a27a34d98a4bab1bcbed760b5 Reviewed-on: https://code.wireshark.org/review/15405 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-05-17Qt: make RTP stream analysis columns sortablePascal Quantin3-0/+9
While we are at it, let's sort the rows in ascending order also in RTP stream dialog Bug: 12405 Change-Id: Icf96fa071d5d49bcd1c3673c2a5e55b51b359eaa Reviewed-on: https://code.wireshark.org/review/15493 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>