summaryrefslogtreecommitdiff
path: root/print-arista.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-05-23 11:20:16 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-05-23 11:23:37 +0200
commit0636ecf91357b749370170716e0c4cd494bcea84 (patch)
treec2f86b03c7f15fb990b922085fc022621398123c /print-arista.c
parent20eab47a4d7d6acb7ef916f61f7db9ffb3d51ff9 (diff)
downloadtcpdump-0636ecf91357b749370170716e0c4cd494bcea84.tar.gz
Arista: Rename a printer
Rename arista_print_ethertype() to arista_ethertype_print(), with _print suffix like in most similar cases. Moreover: Add a 'summary' comment with the protocol name.
Diffstat (limited to 'print-arista.c')
-rw-r--r--print-arista.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/print-arista.c b/print-arista.c
index 38dd724a..ce0adc10 100644
--- a/print-arista.c
+++ b/print-arista.c
@@ -1,5 +1,7 @@
// Copyright (c) 2018 Arista Networks, Inc. All rights reserved.
+/* \summary: EtherType protocol for Arista Networks printer */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -19,7 +21,7 @@
#define ARISTA_TIMESTAMP_V2 0x20
int
-arista_print_ethertype(netdissect_options *ndo, const u_char *bp, u_int len _U_)
+arista_ethertype_print(netdissect_options *ndo, const u_char *bp, u_int len _U_)
{
uint16_t subTypeId;
uint16_t version;