From 488c831790405ac254ecbecb045c59b562cb4531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 30 Apr 2018 21:55:30 +0200 Subject: Use common indenting space in heading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I47022f9c7d568ca6d9705ba63c669a980822818a Reviewed-on: https://code.wireshark.org/review/27229 Petri-Dish: Stig Bjørlykke Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-gvcp.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'epan/dissectors/packet-gvcp.c') diff --git a/epan/dissectors/packet-gvcp.c b/epan/dissectors/packet-gvcp.c index e9e2b78595..243747729b 100644 --- a/epan/dissectors/packet-gvcp.c +++ b/epan/dissectors/packet-gvcp.c @@ -1,17 +1,17 @@ /* packet-gvcp.c -* Routines for AIA GigE Vision (TM) Control Protocol dissection -* Copyright 2012, AIA All rights reserved -* -* GigE Vision (TM): GigE Vision a standard developed under the sponsorship of the AIA for -* the benefit of the machine vision industry. GVCP stands for GigE Vision (TM) Control -* Protocol. -* -* Wireshark - Network traffic analyzer -* By Gerald Combs -* Copyright 1998 Gerald Combs -* -* SPDX-License-Identifier: GPL-2.0-or-later -*/ + * Routines for AIA GigE Vision (TM) Control Protocol dissection + * Copyright 2012, AIA All rights reserved + * + * GigE Vision (TM): GigE Vision a standard developed under the sponsorship of the AIA for + * the benefit of the machine vision industry. GVCP stands for GigE Vision (TM) Control + * Protocol. + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ #include "config.h" @@ -1809,7 +1809,7 @@ static void dissect_eventdata_cmd(proto_tree *gvcp_telegram_tree, tvbuff_t *tvb, if (extendedblockids) { proto_tree_add_item(gvcp_telegram_tree, hf_gvcp_eventcmd_extid_length, tvb, offset, 2, ENC_BIG_ENDIAN); - data_length = tvb_get_ntohs(tvb, offset); // We get the data length here + data_length = tvb_get_ntohs(tvb, offset); // We get the data length here } /* skip reserved field */ -- cgit v1.2.3