1 /* packet-adb_service.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKET_ADB_SERVICE_H__
11 #define __PACKET_ADB_SERVICE_H__
13 int dissect_ascii_uint32(proto_tree
*tree
, int hf_hex_ascii
, int ett_hex_ascii
,
14 int hf_value
, tvbuff_t
*tvb
, int offset
, uint32_t *value
);
17 uint32_t session_key_length
;
18 uint32_t *session_key
;
24 #endif /* __PACKET_ADB_SERVICE_H__ */
27 * Editor modelines - https://www.wireshark.org/tools/modelines.html
32 * indent-tabs-mode: nil
35 * vi: set shiftwidth=4 tabstop=8 expandtab:
36 * :indentSize=4:tabSize=8:noTabs=true: