Commit graph

26545 commits

Author SHA1 Message Date
Yasuyuki Tanaka
0420dc1e7b ieee802154: handle multiple slotframe descriptors properly
Bug: 13069
Change-Id: Ia89b29413b565235c8af40adb5722b9e2528d651
Reviewed-on: https://code.wireshark.org/review/18559
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-10-29 10:50:20 +00:00
Mirko Parthey
183856f724 ISAKMP: Rename identifiers for readability
Rename attribute dissecting functions and their local variables to
improve code readability, and adjust white space.

old                               new
------------------------------------------------------------------
dissect_rohc_supported            dissect_rohc_attribute
dissect_transform_ike2_attribute  dissect_ike2_transform_attribute
option                            attribute
optlen                            value_len

rohc                              attr_type
transform_attr_type               attr_type
cfg_attr_type                     attr_type

rohc_tree                         tree
transform_attr_type_tree          tree
cfg_attr_type_tree                tree

sub_rohc_tree                     attr_tree
sub_transform_attr_type_tree      attr_tree
sub_cfg_attr_type_tree            attr_tree

rohc_item                         attr_item
transform_attr_type_item          attr_item
cfg_attr_type_item                attr_item
------------------------------------------------------------------

Change-Id: I135e5deb802edc575e7fddd1bb397272aac0888c
Reviewed-on: https://code.wireshark.org/review/18553
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-28 22:00:07 +00:00
Dario Lombardo
d36a0c9adc hpfeeds: don't pass channel name to heuristic dissector.
Change-Id: Id7dd6e680b1bf798970c513561139bf19891129c
Reviewed-on: https://code.wireshark.org/review/18554
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Roland Knall <rknall@gmail.com>
2016-10-28 19:18:12 +00:00
Yasuyuki Tanaka
882a6ac1ee ICMPv6: resolve type errors on proto_tree_add_bitmask()
Bug: 13066
Change-Id: Ia00441a6eea49c56f75f1757041bc7732ff32d00
Reviewed-on: https://code.wireshark.org/review/18555
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: Michael Mann <mmann78@netscape.net>
2016-10-28 18:43:51 +00:00
João Valverde
d47551982b Implement registration of capture dissectors by name
Mirror it after protocol dissector API.

Change-Id: I7985bcfa9e07654c7cf005efec94efc205d7a304
Reviewed-on: https://code.wireshark.org/review/18496
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-28 17:39:04 +00:00
Alexis La Goutte
01147f8369 LACP: Add HP IRF vendor TLV
Change-Id: I8c0d18f104bf37686b9b53ad9e7d1b9f8a709f5c
Reviewed-on: https://code.wireshark.org/review/18519
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-28 13:52:19 +00:00
Alexis La Goutte
fa0e6adbc4 LACP: Add field for extra bytes (vendor specific)
Change-Id: I0b9725ed8972de3cb84215face3bae65eb27d575
Reviewed-on: https://code.wireshark.org/review/18518
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-28 13:51:31 +00:00
Alexis La Goutte
b92292b48a LACP: Remove if(tree) check
and reindent

Change-Id: I3c8835f03e52858e7cb3262043a3fc895b1c4d19
Reviewed-on: https://code.wireshark.org/review/18517
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-28 13:50:32 +00:00
Jaap Keuter
8c1a5505de MPLS: Mark only Bottom-of-Stack label as flow label
When preference 'Assume bottom of stack label as flow label' is set
all labels are shown as flow labels. This has to be limited to that
MPLS label where Bottom-of-Stack is TRUE.

Change-Id: Iaa8abd095edb7de7f745a78c742a9347d4dbf3d9
Reviewed-on: https://code.wireshark.org/review/18516
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-28 13:47:09 +00:00
77005d32b6 gsm_abis_om2000: Issue Expert Info when Enable Result != ENABLED
The point of sending an Enable Request is to enable the respective MO.
If the MO responds with any MO state != ENABLED there is something
fishy.  Let's inform the user with some Expert Info about it.

Change-Id: Ib33e5dbc37894049b93bb71782787b8c96c04326
Reviewed-on: https://code.wireshark.org/review/18454
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-28 13:44:56 +00:00
Pascal Quantin
3b1d991371 ANSI IS-637 A: fix decoding of IA5 SMS
Give the right buffer to the decoding function

Bug: 13065
Change-Id: I0e41e04fb68602d95ea6f060c1a37c8b8596134d
Reviewed-on: https://code.wireshark.org/review/18548
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-10-28 12:47:01 +00:00
Joakim Karlsson
3c55e120db diameter: improvement of AVP 18
Will now show country and operator

Change-Id: Ic16623c226228ab0c3e31d33cda81953c80551d6
Reviewed-on: https://code.wireshark.org/review/18512
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-28 11:05:51 +00:00
Alexis La Goutte
bdf99169cc btavdtp: fix fix spelling typo found by lintian
Change-Id: I15d4343787a7c6b1c16ca8aa77ef2ddd159e6ef0
Reviewed-on: https://code.wireshark.org/review/18543
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-10-28 07:42:04 +00:00
Alexis La Goutte
9f564e69a2 btatt: fix fix spelling typo found by lintian
Change-Id: I405e73d15badfa98c311391f22c57314e83bb9d0
Reviewed-on: https://code.wireshark.org/review/18542
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-10-28 07:41:56 +00:00
Alexis La Goutte
c553cb19b1 bthci_cmd: fix fix spelling typo found by lintian
Change-Id: Ic7fd85db374df24358e53be66cd2432dca6a23d2
Reviewed-on: https://code.wireshark.org/review/18541
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2016-10-28 07:41:38 +00:00
Alexis La Goutte
90720b3dc1 carp: fix fix spelling typo found by lintian
Change-Id: I6a6b305863d5ecf2de7acad485d8079dca6993f4
Reviewed-on: https://code.wireshark.org/review/18540
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:41:15 +00:00
Alexis La Goutte
8881c607bf glusterfs: fix fix spelling typo found by lintian
Change-Id: I8f9f7b237b0191bbccfd65e3f70bf3f638a7c5ad
Reviewed-on: https://code.wireshark.org/review/18539
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:40:44 +00:00
Alexis La Goutte
bb85c6bbd1 diameter_3gpp: fix fix spelling typo found by lintian
Change-Id: Ibee969abd9d393a7d5b4c6ab5b2eb204f54654a1
Reviewed-on: https://code.wireshark.org/review/18538
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:40:21 +00:00
Alexis La Goutte
78c051625a FIX: fix fix spelling typo found by lintian
Change-Id: I090457663759a5ee012402ef746d358aacfbe08c
Reviewed-on: https://code.wireshark.org/review/18537
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:39:55 +00:00
Alexis La Goutte
12611c631a RSVP: fix fix spelling typo found by lintian
Change-Id: I191473b1b95b293665b5617721c33ce978f5ce08
Reviewed-on: https://code.wireshark.org/review/18536
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:38:37 +00:00
Alexis La Goutte
1f1c16ebf7 gsm_rlcmac: fix fix spelling typo found by lintian
Change-Id: I949067c5f18f48ba954e54e6ca0c224744f85e41
Reviewed-on: https://code.wireshark.org/review/18535
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:38:10 +00:00
Alexis La Goutte
8f92ca709e hartip: fix fix spelling typo found by lintian
Change-Id: I89798a1dc1931ce44bc511da90726ff27ddfe583
Reviewed-on: https://code.wireshark.org/review/18534
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:37:24 +00:00
Alexis La Goutte
8ab6d8ba82 usb-audio: fix fix spelling typo found by lintian
Change-Id: I853bc068cfca477c2ec5968d8b9a17873ec8011c
Reviewed-on: https://code.wireshark.org/review/18533
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:37:02 +00:00
Alexis La Goutte
63b6eabed8 ieee802154: fix fix spelling typo found by lintian
Change-Id: I0d3d56447aab6f012338016875bc05a9eaf3a2be
Reviewed-on: https://code.wireshark.org/review/18532
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:36:26 +00:00
Alexis La Goutte
236f25dfac RADIUS: fix fix spelling typo found by lintian
Change-Id: Iea8c96064c39d0e4aee5db6c72a8c120c56e495e
Reviewed-on: https://code.wireshark.org/review/18531
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:36:03 +00:00
Alexis La Goutte
120e515bf0 homeplug-av: fix fix spelling typo found by lintian
Change-Id: If75ea5e7e9ce16d270244f2a5aac86ad3abb30eb
Reviewed-on: https://code.wireshark.org/review/18529
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:35:32 +00:00
Alexis La Goutte
4eb3f7fe78 NTLMSSP: fix fix spelling typo found by lintian
Change-Id: I1f4c9340fcb33e2d92fc3d85d2e212da0ab6e1e2
Reviewed-on: https://code.wireshark.org/review/18528
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:35:01 +00:00
Alexis La Goutte
1fd33fd459 WAI: fix fix spelling typo found by lintian
Change-Id: I3d468c3b1ff0eb79136bc07859442ebd184c456f
Reviewed-on: https://code.wireshark.org/review/18527
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:29:32 +00:00
Alexis La Goutte
d3290b58cf SSL: fix fix spelling typo found by lintian
Change-Id: Ied94f5fa5858fd6d9da7183eb05e32430554ec33
Reviewed-on: https://code.wireshark.org/review/18526
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:28:56 +00:00
Alexis La Goutte
3aba4d5e61 mausb: fix fix spelling typo found by lintian
Change-Id: I23c5b35d4d55c3d1c78b9a631a1eb728ecf365fa
Reviewed-on: https://code.wireshark.org/review/18525
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:28:23 +00:00
Alexis La Goutte
2c0cfe36f1 MIH: fix fix spelling typo found by lintian
Change-Id: Ie8000bfaf086582f36dd88a06cb0b01e0a377096
Reviewed-on: https://code.wireshark.org/review/18524
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:27:58 +00:00
Alexis La Goutte
f668368efa OSPF: fix fix spelling typo found by lintian
Change-Id: I8058a9277163fbcdb5ad2e67b44bf0d4e3ea2283
Reviewed-on: https://code.wireshark.org/review/18523
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:27:20 +00:00
Alexis La Goutte
1408f96cd2 mac-lte: fix fix spelling typo found by lintian
Change-Id: Ifeff48a14f06e58a4e667d5b9f343b5bfc61911a
Reviewed-on: https://code.wireshark.org/review/18530
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-10-28 07:26:00 +00:00
Alexis La Goutte
c9f1a607c9 quic: fix fix spelling typo found by lintian
Change-Id: Ifeadd5f7b9760e0ce2a58b2c1a3c497bc5f4cda0
Reviewed-on: https://code.wireshark.org/review/18521
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:20:12 +00:00
Alexis La Goutte
5b9934cb03 rpcrdma: fix fix spelling typo found by lintian
Change-Id: If057ecf07b6707a5b72b8a29ccf6388b16f4826a
Reviewed-on: https://code.wireshark.org/review/18520
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-28 07:19:38 +00:00
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
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
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