aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23ISAKMP: Fix duplicated-branches warningUli Heilmeier1-3/+1
Fix duplicated-branches warning. Change-Id: I01f88fc7b232807f648428126d1aed3f8e7657ca Reviewed-on: https://code.wireshark.org/review/32939 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-23Diameter 3GPP: Change PLR Flags TFS output to "Set" "Not set"Anders Broman1-3/+3
Change-Id: Ica4bda0b2b5983cf5ca9b0fec678f7f4ee0475ca Reviewed-on: https://code.wireshark.org/review/32956 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-23PROXY: add HAPROXY PROXY (v1) supportPeter Wu1-2/+257
Dissect and skip the header and support for dissection of data coalesced in the same TCP segment. It does not properly work for two-pass dissections though, see comment 3 of the linked bug for a sample. (The existing v2 dissector does not support coalescing at all.) Requires enabling TCP preference "Try heuristic sub-dissectors first". Decode As - TCP Port can be used to change the proxied dissector. Bug: 15714 Change-Id: Ic6ba926eaef81a2cef3c7e00e1cb6eddc3bbc486 Reviewed-on: https://code.wireshark.org/review/32916 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-23PROXY: rename fields in preparaton for v1 supportPeter Wu1-53/+54
Source/Destination addresses/ports are not specific to v2, they also apply to v1, so drop the "v2" part. Rename fields and shorten the label for consistency with the "ip.dst" and "tcp.dstport" fields. Change-Id: I4187f9e278a315ccda7fa803106d368039e0f25c Ping-Bug: 15714 Reviewed-on: https://code.wireshark.org/review/32940 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-23NAS-EPS: Use ...bitmask_list() for EPS network feature support IE.Anders Broman1-54/+56
Change-Id: I711506a214fad8b94ac84d5096fafb448157f9c5 Reviewed-on: https://code.wireshark.org/review/32886 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-23IS-IS: add dissection of BFD-Enabled TLVJaap Keuter2-0/+56
As per RFC 6213 make an attempt to dissect the BFD-Enabled TLV. Change-Id: I9a210c0cc119d66dfb091cd85203b9673cbe4a01 Reviewed-on: https://code.wireshark.org/review/32947 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-22isakmp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
Change-Id: I8f9fef6038cd99e19c8d3f51ae527eec11226042 Reviewed-on: https://code.wireshark.org/review/32937 Reviewed-by: Uli Heilmeier <openid@heilmeier.eu> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-22dcom-provideclassinfo: fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
Change-Id: I9e863e542c50fbfbb75593ee2e4020865862a7e9 Reviewed-on: https://code.wireshark.org/review/32923 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-22wps.(h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
Change-Id: Ifc65afbc0cacfce96a6b79a911c07611c87e8cd8 Reviewed-on: https://code.wireshark.org/review/32924 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai2-13/+50
Change-Id: I9c09f55673187f6fee723fcd72798fb6b9958b03 Reviewed-on: https://code.wireshark.org/review/32745 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-22ieee80211: Add FTM Request & Report dissectorKrunal Soni1-0/+250
Fine Time Measurement protocol has been introduced as part of 802.11mc, wireshark software is missing the support of parsing the FTM. Add necessary changes to parse FTM frames. Bug: 15721 Change-Id: I86c6a8db25ffc99df146e0fa1c1cc05bf29710d2 Reviewed-on: https://code.wireshark.org/review/32935 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-04-21ISAKMP: Adding some payload types (RFC6407)Uli Heilmeier1-50/+408
Adding some more payload types defined in RFC6407 (Group Domain of Interpretation). Bug: 15693 Change-Id: I0f53c1c5eb92165e456bec63f2a85ef5eee506df Reviewed-on: https://code.wireshark.org/review/32915 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20BTMESH: Provisioning Capabilities PDU field fixPiotr Winiarczyk1-1/+1
Fixing Provisioning Capabilities PDU field name. Change-Id: I1afca19d2e91bb113a5ab34c907211a56ab50603 Reviewed-on: https://code.wireshark.org/review/32911 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20ISAKMP: Update Notify message valuesMichail Koreshkov1-24/+65
Change-Id: Id1ecce619fa20aec49a03133d40fc305def7a7c4 Reviewed-on: https://code.wireshark.org/review/32914 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20ZEBRA: show correct Zebra route IPv6 source prefixJaap Keuter1-1/+1
The copied code for Zebra route IPv6 source prefix uses the normal prefix length instead of the source prefix length. Change to use the source prefix length instead. CID 1440379. Change-Id: I043ed5d37d2c5a3a279ef8ff573364ca6f5e627b Reviewed-on: https://code.wireshark.org/review/32905 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20Adding the missing generic method to support multiple vendor-defined ext typesDr. Lars Voelker3-20/+47
The current EAP dissector assumes that all vendor-defined extended types are WPS. This does not allow for adding new vendor-defined payloads. This codes cleans up the limitation. The Vendor-ID can be registered using a dissector table, while the Vendor-Type is passed as data. Change-Id: Idc75108fd42b9b2153089db503b137c6eeefe274 Signed-off-by: Dr. Lars Voelker <lars-github@larsvoelker.de> Reviewed-on: https://code.wireshark.org/review/32888 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18ENIP: Add more Ethernet Link attributesDylan Ulis2-2/+200
Add attributes 11-13 Bug: 15610 Change-Id: Ie780ee1f12b6d4ad8f1d42c1d9e534e208f8a58c Reviewed-on: https://code.wireshark.org/review/32882 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18ITS: Enhance ETSI ITS support (ETSI TS 103 301 and ETSI TS 103 097)Anders Broman13-3468/+4118
Bug: 15703 Change-Id: Iba080ba21862be078174db6098200f1ef63ea9d6 Reviewed-on: https://code.wireshark.org/review/32885 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18Diameter: Add 3GPP AVP 1706 and bit decodingAnders Broman1-1/+15
in 1426 Access-Restriction-Data Change-Id: I358ddffa1b395adeaa96494f572471619d8b40a6 Reviewed-on: https://code.wireshark.org/review/32884 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-18NFS: Fix header field type in dissect_rpc_array callsJorge Mora1-2/+7
The field type must be FT_NONE in dissect_rpc_array to avoid warning: Trailing stray characters. Change-Id: I259e1fe5491b3ab95234c3521aa2c2b575650856 Reviewed-on: https://code.wireshark.org/review/32880 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17IEEE1609dot2: Update to the latest ASN1 files.Anders Broman4-657/+968
Bug: 15703 Bug: 15704 Change-Id: I0574abc5c72835d9e7ca835790c10e55d9e86593 Reviewed-on: https://code.wireshark.org/review/32879 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17Diameter 3GPP: Dissect S6t feature listAnders Broman1-7/+88
Change-Id: I0eeb0a40cba67c4e73b16d48b85ad028286407c5 Reviewed-on: https://code.wireshark.org/review/32878 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17NAS-5GS: Fix Item length in QoS rules.Anders Broman1-4/+5
Change-Id: Iddd1888a4757b4bbac3cccbb84b8068f54090fc4 Reviewed-on: https://code.wireshark.org/review/32877 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17Diameter: Prettify subdissection of bitfields.Anders Broman3-40/+236
Change-Id: I818e00fc3e8e2ff3da50f2075f6e7f9ec085ca2d Reviewed-on: https://code.wireshark.org/review/32876 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17Diameter: Update AVPs from TS 29.336 v15.6.0Anders Broman1-1/+60
Bug: 15700 Change-Id: Icea7af58eeb1c5586092065d94e9ce37546306e5 Reviewed-on: https://code.wireshark.org/review/32875 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-17CIP: Don't parse error responses as SuccessDylan Ulis2-4/+4
Remove most cases where we were processing CI_GRC_SERVICE_ERROR as a success condition. Leave CI_GRC_SERVICE_ERROR in some cases where this may make sense, eg: Modbus embedded messages may still want to be parsed as the embedded format. Bug: 15669 Change-Id: I44cae1ea8d3bacd6291a3118750f8a9e825de044 Reviewed-on: https://code.wireshark.org/review/32874 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-17CIP Security: Fix some off by 1Dylan Ulis1-0/+4
Some offsets were not incremented after being read, but the next field assumed it was incremented. Change-Id: Ifb523bc37f454cfc76d077d34c3efa2663fb6b9e Reviewed-on: https://code.wireshark.org/review/32873 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-16DCOM - Add dissector for IProvideClassInfoalexsirr3-0/+101
Bug: 15508 Change-Id: Ief643578407f202ebf501d67e4a55e70317db0ca Reviewed-on: https://code.wireshark.org/review/32034 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-15ZigBee: Remove unused hfKenneth Soerensen1-5/+0
Change-Id: I744d0cfee7ca6a0256e8f651986a64556edac0eb Reviewed-on: https://code.wireshark.org/review/32864 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-15ZigBee: Dissect Snapshot Payload Type namesKenneth Soerensen1-1/+1
Change-Id: I5897542d011d6ba9461b94387795206e358fbf88 Reviewed-on: https://code.wireshark.org/review/32863 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-15ISAKMP: Added support for Notify DEVICE_IDENTITY PayloadMichail Koreshkov1-0/+73
As specified in 3GPP TS 24.302 (Section 8.2.9.2) Change-Id: I702ece6f9885f52b45f808cfadb047d14359feef Reviewed-on: https://code.wireshark.org/review/32821 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-15ZigBee: Dissect Notification Scheme namesKenneth Soerensen1-6/+6
Change-Id: I6b8a43ebb66eace9f87fe1865403e03c1fe510ed Reviewed-on: https://code.wireshark.org/review/32859 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-15CRMF: Handle 64 bit serialNumberAnders Broman2-7/+17
Add MIN..MAX in the ASN1 code to have it generate code to handle 64 bits. Bug: 15154 Change-Id: I87b786a84bdab60641c520322ea8096c5f7a7f81 Reviewed-on: https://code.wireshark.org/review/32860 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-15LDP: Dissect interface parameter of PWID FECUli Heilmeier1-9/+16
Bug: 15654 Change-Id: Idad1f531ec61efcde98872b092529cb8c3b28c9b Reviewed-on: https://code.wireshark.org/review/32855 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-15ZigBee: Fix some -Wdocumentation issuesKenneth Soerensen1-2/+2
Change-Id: Iecf0d68086076cdb239050d9e064411fda59f662 Reviewed-on: https://code.wireshark.org/review/32853 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-15ZigBee: Decode remaining commands in Metering ClusterKenneth Soerensen1-5/+130
Bug: 13360 Change-Id: I47fcbb97303e111f9ab52be709127198f0825704 Reviewed-on: https://code.wireshark.org/review/32850 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Boye Petersen <martinboyepetersen@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-14make-usb.py: use octal escape sequencesPeter Wu1-18/+18
Fixes errors like: epan/dissectors/usb.c:15220:42: error: hex escape sequence out of range { 0x0cad9001, "PowerPad Pocket PC\xc2\xa0Device" }, Change-Id: I8c120892c0d52aceb3f6767401e7944353495825 Fixes: v3.1.0rc0-524-g6f57aa72a8 ("Make a couple of scripts Python 3 only.") Reviewed-on: https://code.wireshark.org/review/32854 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-14[Automatic update for 2019-04-14]Gerald Combs1-19/+19
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I53afb884af29ea0ea9c4c78e063065d95afa9163 Reviewed-on: https://code.wireshark.org/review/32844 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-13modbustcp: fix a shadowed variable warningGraham Bloice2-3/+3
The checkapi code dislikes variables named time so rename it. Change-Id: I49727203baacb32869b78d047e86b478b8e5c25c Reviewed-on: https://code.wireshark.org/review/32840 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-13DHCPv6: adding some more optionsUli Heilmeier1-0/+382
Updating option list according to https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml and adding options: * RFC8026 OPTION_S46_PRIORITY * RFC8156 DHCPv6 Failover Protocol * RFC8357 Generalized UDP Source Port for DHCP Relay Change-Id: I4924e50689629af1f9b0e4f12c2fda38d0013d98 Reviewed-on: https://code.wireshark.org/review/32827 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-12BER: put the space to the left side of the bracketPascal Quantin1-1/+1
Change-Id: I43dd6736e915b25687fcebe79219a365bf01db08 Reviewed-on: https://code.wireshark.org/review/32835 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-04-12BER: fix regression in dissection of named bit listPeter Wu1-42/+39
The bitmask for every header field is 8 bits, do not pass 64-bit values to proto_tree_add_bitmask_list since the bitmask would always match against the (possibly wrong) lower 8 bits. Instead process 8 bits at a time, as before gc2ac157ac0. Since g37b91eedd6, a dissector exception is thrown when the number of bytes covering the BIT STRING value is smaller than the number of named bit fields. (Trailing zero bits in a BIT STRING with named bit fields do not have to be encoded.) Fix this by assuming zeroes. Restructure the code to reduce duplication and add some comments. Tested with the capture from 15684 (attachment 17045), check the keyUsage extension in the Certificate message (frame 5). Bug: 15673 Change-Id: Ifa010b9df3e4b46941c00e4f830a03efc589ac21 Fixes: v3.1.0rc0-431-gc2ac157ac0 ("ASN.1: Use proto_tree_add_bitmask... () for named bits.") Fixes: v3.1.0rc0-458-g37b91eedd6 ("BER: fix dissection of bitmask lists with an invalid length") Reviewed-on: https://code.wireshark.org/review/32820 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-12QUIC: update transport parameters for draft -19Peter Wu3-30/+39
Bug: 13881 Change-Id: I6fc96681058f875c627b83c38f5a9b559938d1a4 Reviewed-on: https://code.wireshark.org/review/32833 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-11DRBD: Add dissector for the Distributed Replicated Block Device protocolJoel Colledge2-0/+1035
Bug: 15589 Change-Id: Iab2284f79130b0ab024e7ab00c0774d1907077db Reviewed-on: https://code.wireshark.org/review/32332 Tested-by: Petri Dish Buildbot Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-04-11F1AP: upgrade dissector to v15.5.0Pascal Quantin12-141/+1064
Change-Id: Id5ebdfc1c7351ab234020dbb51dabbadc65d8fbd Reviewed-on: https://code.wireshark.org/review/32826 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-04-11E1AP: upgrade dissector to v15.3.0Pascal Quantin9-122/+637
Change-Id: Ia3bdc2c76e0ad9d6951598d37771a1137b24a8c7 Reviewed-on: https://code.wireshark.org/review/32824 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-04-11XnAP: upgrade dissector to v15.3.0Pascal Quantin9-369/+1479
Change-Id: Iba03132e146e22f37a8af842e3ec1b44ce4d364b Reviewed-on: https://code.wireshark.org/review/32823 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-04-11RTCP XR RR: fix dissection of timestamp field.Aymeric Moizard1-1/+1
The current dissector doesn't display correctly the hf_rtcp_xr_timestamp field. ENC_TIME_NTP seems to be missing. Bug: 15687 Change-Id: Ie417e8a11e05e5fb842a4fb0ad5437da1f916130 Reviewed-on: https://code.wireshark.org/review/32809 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-11NGAP: upgrade dissector to v15.3.0Pascal Quantin9-570/+1597
Change-Id: I9b60b99cd3caa310799508221cec0c26c9a8d597 Reviewed-on: https://code.wireshark.org/review/32817 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-04-10ICAP: Support ICAP over TLSUli Heilmeier1-1/+7
IANA hasn't assigned a port for ICAPS. Therefore we default to 0 to have the "Decode as" option available. Bug: 15684 Change-Id: I69aa89e2b0e719f9abbd4b57a5c35723203623b1 Reviewed-on: https://code.wireshark.org/review/32790 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>