Commit Graph

26510 Commits

Author SHA1 Message Date
Pascal Quantin dd3b977d09 POP: ensure that line buffer is NULL terminated
Bug: 13054
Change-Id: Id3bdbaa1b8d6d445daaa66d922bac74ec097b79b
Reviewed-on: https://code.wireshark.org/review/18511
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-10-28 05:53:22 +00:00
Dario Lombardo f347af277c ajp13: remove unused variable.
Also add expert info for failing conversion.

Change-Id: I75bb385c430527e41775822ab0495684ab660c08
Reviewed-on: https://code.wireshark.org/review/18431
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
2016-10-27 15:10:20 +00:00
Harald Welte 64279d3455 gsm_abis_om2000: Introduce expert info for unusual situations
In OM2000, it is not usual to receive NACK, REJECT or "performed not
according to request" type messages.  Let's highlight them using expert
info as a convenience to the user.

Change-Id: I47b865c32fd9ec82ec63699babd31f3849f3006c
Reviewed-on: https://code.wireshark.org/review/18453
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-10-27 13:22:34 +00:00
Alexis La Goutte 428c631b69 gsm_abis_om2000: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Change-Id: I980d684676a9c21afe0dced75a35cc40a962619f
Reviewed-on: https://code.wireshark.org/review/18499
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:16:21 +00:00
Alexis La Goutte 24895a0288 s7comm: fix fix spelling typo found by lintian
Change-Id: I38da03260d082aaf977f4f32e9206d07e55c1432
Reviewed-on: https://code.wireshark.org/review/18509
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:15:11 +00:00
Alexis La Goutte 7466f3965d openwire: fix spelling typo found by lintian
Change-Id: I586edf633cf3a5b1e95ade69727d5f70e9ff7bf4
Reviewed-on: https://code.wireshark.org/review/18508
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:14:46 +00:00
Alexis La Goutte 1643e37ae4 gsm_abis_om2000: fix spelling typo found by lintian
Change-Id: Ie52831aa218551e0f55d5479f47cc7cf92c2b069
Reviewed-on: https://code.wireshark.org/review/18507
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:14:24 +00:00
Alexis La Goutte d3a9f62648 simple: fix spelling typo found by lintian
Change-Id: I39cfc929466418f73b5a019d0c2df4315d879ced
Reviewed-on: https://code.wireshark.org/review/18506
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:13:52 +00:00
Alexis La Goutte cfa159ea46 smb2: fix spelling typo found by lintian
Change-Id: If633d15b34b14f548d2b67c5913685e6587aa98d
Reviewed-on: https://code.wireshark.org/review/18505
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:13:19 +00:00
Alexis La Goutte 908fd98704 wkssvc(dcerpc): fix spelling typo found by lintian
Change-Id: I899cd6fd108ff7fe3ec8908e8cd575c2dc520735
Reviewed-on: https://code.wireshark.org/review/18504
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:12:13 +00:00
Alexis La Goutte 43ae42d5e8 ncp: fix spelling typo found by lintian
Change-Id: Ib6f44590671ac48461b09af7e297dc5737c3459f
Reviewed-on: https://code.wireshark.org/review/18503
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-27 07:11:36 +00:00
Harald Welte 978cbf06ed gsm_abis_pgsl: make Incremental Redundancy (IR) IEs conditional
There are some IEs in the Downlink Data Indication which are
conditional.  As the condition cannot be found in the packets
themselves (to my knowledge), let's introduce a preference.

Change-Id: I408c73e5f48018d3ea4ebcacb7bd94358a9eaac5
Reviewed-on: https://code.wireshark.org/review/18482
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-10-27 00:41:29 +00:00
Alexis La Goutte 5c82f910a6 bthci_cmd: fix spelling typo found by lintian
Change-Id: I6ebc828eb7eafd3ca41275a9b0b9b45a0994a7d3
Reviewed-on: https://code.wireshark.org/review/18493
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-10-26 23:23:46 +00:00
Dave Pifke 7a09f52c8e packet-mbtcp: Allow decode as Modbus RTU over USB
Modbus RTU is typically seen over serial links, which can be captured
by sniffing USB traffic.  This patch enables decoding USB payloads as
Modbus RTU.

Bug: 13055
Change-Id: I70d970760aa1b37b0f56dda9d3384e72d27c9d0a
Reviewed-on: https://code.wireshark.org/review/18468
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-26 23:13:43 +00:00
Alexis La Goutte 1a7e21d2fd wccp: fix spelling typo found by lintian
Change-Id: I9ce35505d4b35e2c2bcacd13eca075005e05c307
Reviewed-on: https://code.wireshark.org/review/18488
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-26 23:04:55 +00:00
Alexis La Goutte 3a05d00c80 synphasor: fix spelling typo found by lintian
Change-Id: I9ab5b6c20b544ec09f808cee62a3aa611baf3dae
Reviewed-on: https://code.wireshark.org/review/18492
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-10-26 20:35:22 +00:00
Alexis La Goutte ddaf566f21 spice: fix spelling typo found by lintian
Change-Id: Ie558ae44a8978cc61679ffeb4b2c1c800b2d6371
Reviewed-on: https://code.wireshark.org/review/18491
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-10-26 20:34:55 +00:00
Alexis La Goutte 752c2dde94 u3v: fix spelling typo found by lintian
Change-Id: I03f79e4502694042a78762f4711712a31f7ca028
Reviewed-on: https://code.wireshark.org/review/18490
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-10-26 20:32:46 +00:00
Alexis La Goutte 133031db16 uds: fix spelling typo found by lintian
Change-Id: I78efa2fd9d3a4d1261f0276af85329ee05dbb5e3
Reviewed-on: https://code.wireshark.org/review/18489
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-10-26 20:31:37 +00:00
Alexis La Goutte 39bfca1a7e mpeg-audio: fix spelling typo found by lintian
Change-Id: Ie4f5db3f3f07388d3a6194839e33c939dbc0e92d
Reviewed-on: https://code.wireshark.org/review/18487
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2016-10-26 20:16:44 +00:00
Anders ecfee35ec8 [DTAP] Add an expert info when DTAP_TIE_PRES_MASK is there and the length
is less than 3.

Bug 13052
Change-Id: I62aabf93059ec763eff629125084a45aba84cb3a
Reviewed-on: https://code.wireshark.org/review/18474
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-10-26 19:30:53 +00:00
Dario Lombardo 5134cf1f71 quakeworld: fix a complain from gcc 4.4.7
This is not a real issue, but that old version of gcc still
complains about it.

Change-Id: I5d13c5e906a560d31b6f8da0b7c58302104985ff
Reviewed-on: https://code.wireshark.org/review/18475
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-26 18:03:52 +00:00
Harald Welte 5172ec96aa gsm_abis_om2000: Add very basic dissection of "MO Record"
The MO Record is returned in response to a Capabilities Request and
describes the capabilities of he MO in more detail.  The exact coding of
the contents is not yet known at this point.

Change-Id: Iddfe60d286a85585bec58d340bdee793d3bfca2e
Reviewed-on: https://code.wireshark.org/review/18456
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-10-26 15:10:42 +00:00
Harald Welte 61e3569c4d L2TP: Dissect three formerly unknown bytes in Ericsson Transport Cfg
The meaning of the last three bytes of a Transport configuration has
been uncovered: They control the batching/bundling of signalling
messages: All signalling messages are delayed + bundled until either
the timeout expires, or the message exceeds the limit.

Change-Id: I794658e99e3c66145627652de4269fb08bc74ca3
Reviewed-on: https://code.wireshark.org/review/18471
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>
2016-10-26 15:09:29 +00:00
Parav Pandit 41c4cd81a5 packet-infiniband: Add support to sub dissect CM messages private data
1. This patch enables sub dissectors to parse RTU, REJ,
DREQ, DRSP CM messages private data.
(Sub dissection for CM REQ and RSP private data was
already present).

2. For dissecting non CM data specific packets, connection
context needs to be active until connection is closed. So instead of
removing hash table entry during CM response message,
it keeps it around until DRSP (when connection is closed).

3. This patch moves CM messsage dissection to their individual
functions for cleanup, so that main parser remains readable code.

4. created smaller functions for reusing in different message parsing
functions.

REQ, RSP, DREQ, DRSP message are tested.
REJ is untested.

Change-Id: I3b4695402d1dbe93fc003d4b43424ae0aa96ba43
Tested-by: paravpandit@yahoo.com
Reviewed-on: https://code.wireshark.org/review/18469
Petri-Dish: Roland Knall <rknall@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-10-26 11:57:11 +00:00
Anish Bhatt d0bb041e56 Add support to dissect iperf2 packets
Change-Id: Ieb36a77a98da1ce6e5de34010806cdc05f8e6533
Reviewed-on: https://code.wireshark.org/review/15637
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Anish Bhatt <anish@gatech.edu>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-10-26 11:53:49 +00:00
Michael Mann dcb49539dd ICMPv6: Convert flag fields to use proto_tree_add_bitmask
Change-Id: Ib037b8ac6e16901408597696e1d4cd8cc95b2230
Reviewed-on: https://code.wireshark.org/review/18465
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-10-26 06:48:26 +00:00
Harald Welte 7719bd5efa L2TP: Fix decoding of SC-TEI Map in Ericsson ALTCRQ
The SuperChannel-TEI maps in the Abis Lower Transport Config Request
were not properly displayed due to an erroneous additional offset
increment.

Change-Id: Ieebc43cd73f0c939daad2f853edeed854a12e5f5
Reviewed-on: https://code.wireshark.org/review/18463
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-10-25 22:46:09 +00:00
Harald Welte 2eb823fed7 l2tp: Dissect multiple Ericsson Transport Config Groups
... and put each group into a separate subtree.  Also, put each item of
a TEI to SC map into its own subtree.

Change-Id: Id4cdaa883fa3eacdd53284b284bce5e67c97fcfb
Reviewed-on: https://code.wireshark.org/review/18462
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-10-25 22:45:23 +00:00
Harald Welte 00e2198869 gsm_abis_tfp: Detect + display AMR rate based on payload length
Change-Id: I1af7e3be87da9416ded02b09c480ea69ec58afff
Reviewed-on: https://code.wireshark.org/review/18459
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-10-25 22:44:14 +00:00
Yasuyuki Tanaka 470a44a334 ICMPv6: fix dissection of MPL (dissect_mpl_control)
An MPL Seed Info of 2 bytes length (length_of_fixed_part), which does
not have seed-id nor buffer-mpl-messages, is compliant and should be
accepted.

Bug:13045
Change-Id: I6c4c8864fdc8d6e590a5d28d68e5aaff8c1535c3
Reviewed-on: https://code.wireshark.org/review/18448
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-25 21:01:55 +00:00
Harald Welte 149627a3b0 gsm_abis_om2000: Decode the IWD Type/Gen/Rev in Negotiation Request
The Negotiation Request and Negotiation Requeset ACK contain IWD (Inter
Working Document) revision numbers for the different A-bis protocols
OML, RSL, GSL (GPRS) and TRA (TRAU).  Decode them in a way suitable
for human consumption.

Change-Id: I5b11e64ca252b7349900ba5b700c2faefd568441
Reviewed-on: https://code.wireshark.org/review/18452
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-10-25 20:58:26 +00:00
Harald Welte 1e65231798 packet-ehdlc: Decode details of XID messages
We so far only dumped the XID as raw hex bytes.  Now we actually decode
the header and internal data structure of the XID.

Change-Id: I2901486222d84166291e071bc07cb82a2f480974
Reviewed-on: https://code.wireshark.org/review/18461
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-10-25 20:16:46 +00:00
Harald Welte 3e82f423d9 gsm_abis_om2000: Dissect TLV structure of 0xa3/0xa5/0xa6 TLVs
We have no idea what those TLVs are, but the message hex-dumps clearly
indicate a 8-bit tag followed by 8-bit length and then 'length' amount
of bytes, so we can at least dissect that high-level structure for now.

They appear in equally unknown message type 0x126, which appears to be
sent in intervals of 300s by the RBS.

Change-Id: I91817eb20de1a4557399235c1fc42b638b9c935b
Reviewed-on: https://code.wireshark.org/review/18460
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-25 19:59:06 +00:00
Pascal Quantin 517e777816 NAS EPS: use E212_TAI fields for TAI and TAI List Information Elements
Change-Id: If53bfea77ad27b41823d3a653513b71604b92d49
Reviewed-on: https://code.wireshark.org/review/18464
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-10-25 19:22:18 +00:00
Harald Welte 40ce00fc8b gsm_abis_tfp: Fix bit-mask for frame type
The frame type is only a select number of bits in the given byte,
so we must make sure to mask all other bits away using 0x1E.

Change-Id: I6c7a1a256bd93b6e5149f50ed64f033836a26673
Reviewed-on: https://code.wireshark.org/review/18458
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-25 19:22:00 +00:00
Harald Welte 180cbcf436 gsm_abis_om2000: Add "TG" and "DP" MO Class names
Change-Id: Ice9d0601b2b1aa0691b7fcacaf61b4e287c7725c
Reviewed-on: https://code.wireshark.org/review/18455
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-25 19:20:25 +00:00
Harald Welte ff41263fe3 packet-rsl: Add some extensions to RSL shared by Osmocom + Ericsson
Activation of (dynamic) PDCH uses some slight extensions of the
definitions found in 3GPP TS 48.058 when used on Ericsson RBS2000 or
Osmocom OsmoBTS.

The extensions are backwards-compatible, so I don't think it's worth to
introduce a preference for this.

Change-Id: I8e28d75bd8be15044a605ced8825b9b074ffbb22
Reviewed-on: https://code.wireshark.org/review/18457
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-25 19:19:55 +00:00
Dario Lombardo 60a926dc32 pop: use ws_strtoi function.
Change-Id: Icaaa73a0dc9e0ffb7a1c37de9138857c45dcc56c
Reviewed-on: https://code.wireshark.org/review/18400
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2016-10-25 18:01:44 +00:00
Hessam Jalali 346bda4238 e212: added 3 new filters (CGI, ECGI, TAI)
Added these new filters to enhance mcc/mnc filtering in GTP protocol.

Change-Id: I595b5fde4fa358886fbe5c58f6ecab496d9ef08c
Reviewed-on: https://code.wireshark.org/review/18444
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-25 17:22:46 +00:00
ruengeler c63f895159 SCTP: find right assoc id
Change-Id: I107b7f4c585ef5e080d6473a37b3db9a97f12365
Reviewed-on: https://code.wireshark.org/review/18325
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-10-25 16:24:51 +00:00
Hessam Jalali 5b216db287 e212: fix for e212.sai in GTP packet
geo location type 1 represents SAI, but for GTP v1 it is returned as e212, hence not aggregating with GTP v2
the patch also opens up a way to add e212.cgi (Cell Global Identity) which is shared between GTP vesions.

Change-Id: I853cd26037533aac2735b9d965793362c16f3f04
Reviewed-on: https://code.wireshark.org/review/18428
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-25 04:12:40 +00:00
Michael Mann b5587379b7 Overhaul AMQP dissector
1. Remove AMQP_INCREMENT macro.  Bounds checking mostly handled already
by proto_tree_add_xxx and tvb_get_xxx.  Needed to add a few more
tvb_reported_length_remaining() calls for completeness.
2. Fill in some of the gaps of unaccounted for bytes.  Still have way
too many instances where bytes aren't claimed by a field.
3. Some small reordering of functions allowed for massive removal of
formal declarations.
4. Add amqp_0_10_get_32bit_size_new to add a field, check for size and
add expert info if size > 0xFFFF
5. Remove "hf_" from list type items as they are not real hf_ fields
and could cause confusion.  Also made items static.
6. Convert some FT_STRING and FT_BYTES fields to FT_UINT_STRING and
FT_UINT_BYTES.  Helps account for some "missing" bytes.

Change-Id: I7ed269221d294ce89feacc0642b2070681288172
Reviewed-on: https://code.wireshark.org/review/18423
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Roland Knall <rknall@gmail.com>
2016-10-24 18:27:18 +00:00
Parav Pandit e3ecb9310c packet-infiniband: Added support to dissect ip cm request private data
This patch adds support to dissect 36 bytes of private data of Table 560
of spec 1.3.1 whenever CM request message is of IP CM type.

Change-Id: I66b65b066a0034cf95c4c4f38549882c265b7ef5
Tested-by: paravpandit@yahoo.com
Reviewed-on: https://code.wireshark.org/review/18434
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: Roland Knall <rknall@gmail.com>
2016-10-24 18:26:46 +00:00
João Valverde a9ec5f89ce IPv6: Remove some duplicate address code
Change-Id: I3736d7f40479a05130db9da3032a952633180b0e
Reviewed-on: https://code.wireshark.org/review/18426
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-10-24 17:45:32 +00:00
Dario Lombardo 8be90aa960 ajp13: use ws_strtoi function.
Change-Id: Ibe85cbb993eba8e76ed6c645609e9cea114a6c9d
Reviewed-on: https://code.wireshark.org/review/18399
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-24 12:43:02 +00:00
Dario Lombardo 4f94dceee7 catapult: use ws_strtou function.
Change-Id: Iceaa2e0240a86dd6aed087617c0a3200b3170d38
Reviewed-on: https://code.wireshark.org/review/18398
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2016-10-24 12:38:03 +00:00
franciscojavier.sanchezroselly 3acf73ec45 ICMPv6: Add support for LLN Routing Metrics (RFC 6551)
Bug: 12951
Change-Id: I0b1985699ae853a295c1ddbe38d2861ed9cac21d
Reviewed-on: https://code.wireshark.org/review/17889
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-10-24 09:06:01 +00:00
Parav Pandit 3156980aa5 packet-infiniband: Fixed displaying reserved field
1. Added Extended transport type field instead of reserved as per latest
release 1.3.1 in CM Req msg.
2. Defined reserved bits and bytes for CM messages
3. Minor code refactor to move to smaller functions for CM Req Rsp
parsing instead of 200+ lines function which is hard to read and
is expected to grow for more features
4. Cleanup around primary and alternate fields which were crossing byte
boundary

CM request and response messages are tested.
Reject message reserved fields change is untested but it a minor change
that is expected to work.

Change-Id: I94da62614f854218249b4e14c780f4168f44751c
Reported-by: Alexis La Goutte
Tested-by: paravpandit@yahoo.com
Reviewed-on: https://code.wireshark.org/review/18340
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-10-23 22:34:23 +00:00
Pascal Quantin 875b3e2732 ZigBee: fix the first parameter of memcpy
key_record.key is already a pointer on an array

Change-Id: I9bcc715be54817f8daa3928fff72d9ef98d586f9
Reviewed-on: https://code.wireshark.org/review/18417
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-10-23 20:26:53 +00:00