10 #ifndef __PACKET_BFCP_H__
11 #define __PACKET_BFCP_H__
14 #define MAX_BFCP_SETUP_METHOD_SIZE 7
17 guchar setup_method_set;
18 gchar setup_method[MAX_BFCP_SETUP_METHOD_SIZE + 1];
19 guint32 setup_frame_number;
24 void bfcp_add_address(
packet_info *pinfo, port_type ptype,
26 const gchar *setup_method, guint32 setup_frame_number);
Definition: packet-bfcp.h:16
Definition: packet_info.h:44