10#ifndef __PACKET_BFCP_H__
11#define __PACKET_BFCP_H__
14#define MAX_BFCP_SETUP_METHOD_SIZE 7
17 unsigned char setup_method_set;
18 char setup_method[MAX_BFCP_SETUP_METHOD_SIZE + 1];
19 uint32_t setup_frame_number;
26 const char *setup_method, uint32_t setup_frame_number);
struct _address address
Holds a network or link-layer address of any supported type.
port_type
Transport-layer port number types recognized by Wireshark.
Definition address.h:425
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Definition packet-bfcp.h:16