aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2016-05-30RTPS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
Change-Id: I28e2098c72faedcb112db605e004010f0dcd1215 Reviewed-on: https://code.wireshark.org/review/15614 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Juan Jose Martin Carrascosa <juanjo@rti.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-05-30Fix a compile error:Joerg Mayer1-1/+1
[ 17%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-isup.c.o /Users/jmayer/worktmp/wireshark/git/epan/dissectors/packet-isup.c:3415:71: error: implicit conversion loses integer precision: 'unsigned long' to 'guint' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32] e164_info.E164_number_length = wmem_strbuf_get_len(strbuf_number) - 1; ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ 1 error generated. No idea wether this fix is valid, but it got me past the error. Change-Id: I191d0dfd9d84b997d4e886ff9f5a4e76032a368e Reviewed-on: https://code.wireshark.org/review/15612 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2016-05-30Remove the last usage of proto_item_append_stringMichael Mann1-43/+30
Change-Id: Id365931569bb3e8419023f30e788259939dea386 Reviewed-on: https://code.wireshark.org/review/15609 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-29[Automatic update for 2016-05-29]Gerald Combs2-17/+202
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: Id13bada7b6b5e5c9e697967e22c687d2f64e5329 Reviewed-on: https://code.wireshark.org/review/15605 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-05-28BOOTP: Added Boot Services Discovery Protocol (BSDP)Uli Heilmeier1-0/+320
Added Apple's Boot Services Discovery Protocol (BSDP) to Bootp. Used documentation: * http://opensource.apple.com/source/bootp/bootp-198.1/Documentation/BSDP.doc * https://en.wikipedia.org/wiki/Boot_Service_Discovery_Protocol * Files from Bug report Bug: 12427 Change-Id: I58c3fd53c164d075d5bfc12881bed66dc97236c6 Reviewed-on: https://code.wireshark.org/review/15586 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-28Set frame/file protocol list only after dissection is complete.Michael Mann2-34/+4
The protocol list tree item used in a frame/file is near the bottom of items under the frame/file tree. Move it a little farther down until after the rest of the frame/record is dissected. This prevents the need for proto_item_append_string (and its special handling) Change-Id: Iea4eaac7675126ebad642b11fa86ad211f21ae26 Reviewed-on: https://code.wireshark.org/review/15589 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-27Create a "placeholder" NFS CB protocol for ONC-RPC stats.Michael Mann1-1/+5
In GTK GUI, "NFS" shows up twice in the ONC-RPC Service Response Time Programs list. That's probably confusing enough to users. In Qt the "second" NFS wasn't showing up at all (or getting overwritten) because it was hashing on program name. Make NFS programs unique with a "stubbed" protocol. Bug: 12478 Change-Id: Ic4ebdab8ba8b70e6026e1fb0f8e8defd4532b0f2 Reviewed-on: https://code.wireshark.org/review/15587 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-27Show the reserved fields in AAPL buffers.Guy Harris1-0/+9
Change-Id: I254984f0b9f46359b34af21dec965d366be5a176 Reviewed-on: https://code.wireshark.org/review/15581 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-27RTPS: Added support to parse the PID_TYPE_OBJECTJuanjo Martin1-2/+639
Bug:12415 Change-Id: I457bda34b089f95525192ed4cdce0d4fe8883fd7 Reviewed-on: https://code.wireshark.org/review/15305 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-27SMB NtTransCreate should decode extended responseGordon Ross1-1/+43
SMB Nt Transact Create can have an extended response like SMB Nt Create, as described in MS-SMB 2.2.7.1.2 Bug: 12477 Change-Id: Id1d7b96a1eb336b8c45bcb9af7b7d1b9b42c662a Reviewed-on: https://code.wireshark.org/review/15577 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: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-27SMB TreeConnectAndX response improvementGordon Ross1-46/+33
The file system type string can be decoded in either the three word seven word formats. While I'm here, comment the various formats an simplify a bit. Bug: 12479 Change-Id: Ie5554068bef9d9c916c6c9862da00529639863b3 Reviewed-on: https://code.wireshark.org/review/15580 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-27SMB2 FSCTL_SRV_ENUMERATE_SNAPSHOTS misnamedGordon Ross1-4/+4
The SMB2 ioctl FSCTL_SRV_ENUMERATE_SNAPSHOTS is currently presented as FSCTL_GET_SHADOW_COPY_DATA (incorrect). Bug: 11405 Change-Id: I7f025d1cf219c583666f4e6faedfc7adc3fbf14b Reviewed-on: https://code.wireshark.org/review/15582 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-27SMB2 Notify response shown as malformedGordon Ross1-2/+4
SMB2 Notify needs to treat STATUS_NOTIFY_ENUM_DIR the same as success. MS-SMB2 3.3.4.4 mentions this. Bug: 12128 Change-Id: I3fea5f958449a469ccf66ea637db2d0db236c464 Reviewed-on: https://code.wireshark.org/review/15584 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-26Remove some proto_item_append_stringMichael Mann3-33/+38
These calls to proto_item_append_string were not taking into account all of the special treatment needed to use it, so proto_item_append_text (or similar) was probably intended. Change-Id: I5d1f092f8162a87d30fc8dc694f6124dc81372b5 Reviewed-on: https://code.wireshark.org/review/15575 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> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-26SMB NtCreate andX with extended response sometimes incorrectGordon Ross1-7/+8
Bug: 12473 Change-Id: Id513a89c5674e7288c7e0b12a06076eec18ff830 Reviewed-on: https://code.wireshark.org/review/15568 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-26SMB Open andX extended response decoded incorrectlyGordon Ross1-0/+13
Bug: 12472 Change-Id: I94740078631e96980f14ade5df8ae9694c9d73b1 Reviewed-on: https://code.wireshark.org/review/15565 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-26Update the comments/warnings about using proto_tree_append_string().Jeff Morriss2-16/+17
packet-wsp.c hasn't used proto_tree_append_string() since Ic5467289aae7d54e78c1fd65f93358387d6139aa. Use packet-frame as the example instead. Change-Id: I69fb10679ec1685a61aac182414e596b345153fd Reviewed-on: https://code.wireshark.org/review/15563 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-26Fix dissection of JXTA over UDP.Jeff Morriss1-2/+2
Prior to this change all JXTA-over-UDP frames throw an exception after setting COL_PROTOCOL. The offset used when adding the protocol to the tree had already been incremented to point to the end of the TVB; use tree_offset (which is the current offset) instead. This code has been here since r17282 (2006) so presumably the change is that proto_tree_add_protocol_format() started throwing an exception when offset points to the end of the TVB sometime between then and now. Change-Id: Iadbcada29cd235e8abe5662b825a2d97ff6f7308 Reviewed-on: https://code.wireshark.org/review/15560 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-25Add P-Access-Network-Info decoding fieldsBinh Trinh1-2/+122
Change-Id: I62b9a768674952b8762bddcfe5a5f9d71b53fe4f Reviewed-on: https://code.wireshark.org/review/15557 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-25Remove an extra break from a copy-and-pasteo.Guy Harris1-1/+0
Change-Id: I1f09d74f1d06260a08c8b975195d83c34e6ae253 Reviewed-on: https://code.wireshark.org/review/15556 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-25Clean up indentation.Guy Harris1-3/+3
Change-Id: I6954dfe50eac07f8ab3df41d30a8285d329dcd98 Reviewed-on: https://code.wireshark.org/review/15555 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-24Remove NULL checks after dereference (CID 1358549 and CID 1358683)Jaap Keuter1-13/+1
Change-Id: If7eb246909abad2eeb9979cf14509a7d697dfd81 Reviewed-on: https://code.wireshark.org/review/15545 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-24Stylistic constency.Guy Harris1-10/+5
Change-Id: I7a9b3889886ca80b1b999bb91862bc1a0ff80d9b Reviewed-on: https://code.wireshark.org/review/15553 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-24OPA MAD: fix Result of operation is garbage or undefined found by Clang AnalyzerAlexis La Goutte1-0/+3
Change-Id: I16a81cacef2b576f634a6726fa1620a0e6660e76 Reviewed-on: https://code.wireshark.org/review/15533 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Adam Goldman <adam.goldman@intel.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-24manolito: fix indent (remove unused tab/space)Alexis La Goutte1-4/+4
Change-Id: Iebff327f91580b254f26dd85a5d2e5ed6da122f2 Reviewed-on: https://code.wireshark.org/review/15551 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-24Add support for Apple Create Context extensions.Guy Harris1-1/+268
Change-Id: I1e0f055e88610c559715b8431a82e7600beeae83 Reviewed-on: https://code.wireshark.org/review/15550 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-24Document wmem null guaranteeEvan Huus1-0/+4
Change-Id: Ibbbda815b144441f7db2d1920e1551c45e997370 Reviewed-on: https://code.wireshark.org/review/15549 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2016-05-23zigbee zdp: There are 32 bits in a guint32.Martin Kaiser1-2/+2
No need for obtuse math and lots of casting. Change-Id: I41bf7dd98700b1b58eae93d36bb55e2e7017b506 Reviewed-on: https://code.wireshark.org/review/15532 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-23TCP: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+3
Change-Id: Ie103b7f673db54056ad9edb15adb7fb7678ac336 Reviewed-on: https://code.wireshark.org/review/14916 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: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-05-23TCPCL: Return -1 when tcp_dissect_pdus asks for a length and it doesn't look ↵Michael Mann1-1/+2
like a TCPCL packet. This will stop dissection of Bundle packets, but more importantly prevents assertion in TCP dissector when trying to reassemble the packets as TCPCL/Bundle. Bug: 11395 Bug: 12462 Change-Id: I3a2ccd5e02022dfe03bc93d81bfbd3f2d3bcd8aa Reviewed-on: https://code.wireshark.org/review/15537 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-23Make sure EAPOL body is big enough for a EAPOL_RSN_KEY.Michael Mann1-1/+1
A pointer to a EAPOL_RSN_KEY is set on the packet presuming the whole EAPOL_RSN_KEY is there. That's not always the case for fuzzed/malicious captures. Bug: 11585 Change-Id: Ib94b8aceef444c7820e43b969596efdb8dbecccd Reviewed-on: https://code.wireshark.org/review/15540 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-22Add wtap_optionblock_set_option_string_formatMichael Mann1-1/+2
Also add a length parameter to wtap_optionblock_set_option_string Change-Id: I8c7bbc48aa96b5c2a91ab9a17980928d6894f1ee Reviewed-on: https://code.wireshark.org/review/15505 Reviewed-by: Anthony Coddington <anthony.coddington@endace.com> 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 Combs2-15/+270
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-22ERF: Fix and improve ERF_TYPE_META sanity checksAnthony Coddington1-2/+35
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-21[skinny] Fix StartMediaTransmissionMessage and OpenReceiveChannelMessage ↵Diederik de Groot1-47/+52
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-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-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-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-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-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-19autotools: Add automake silent rule for ln -sJoão Valverde1-1/+1
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>