blob: 04e87a7bd90e94b6424fadc4113be1f2cf280daa (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* packet-wifi-dpp.h
*
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
int
dissect_wifi_dpp_public_action(tvbuff_t *tvb, packet_info *pinfo,
proto_tree *tree, void *data _U_);
|