summaryrefslogtreecommitdiff
path: root/include/asterisk/res_hep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/res_hep.h')
-rw-r--r--include/asterisk/res_hep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/res_hep.h b/include/asterisk/res_hep.h
index cfd213ad7..dba86e88b 100644
--- a/include/asterisk/res_hep.h
+++ b/include/asterisk/res_hep.h
@@ -72,6 +72,8 @@ struct hepv3_capture_info {
size_t len;
/*! If non-zero, the payload accompanying this capture info will be compressed */
unsigned int zipped:1;
+ /*! The IPPROTO_* protocol where we captured the packet */
+ int protocol_id;
};
/*!