rename session_get0_current_packet() to session_get_current_packet()
This commit is contained in:
@@ -120,7 +120,7 @@ void session_set_first_packet(struct session *sess, enum flow_type type, const s
|
||||
// const struct packet *session_get_first_packet(const struct session *sess, enum flow_type type);
|
||||
|
||||
void session_set_current_packet(struct session *sess, const struct packet *pkt);
|
||||
// const struct packet *session_get0_current_packet(const struct session *sess);
|
||||
// const struct packet *session_get_current_packet(const struct session *sess);
|
||||
|
||||
// int session_is_symmetric(const struct session *sess, unsigned char *flag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user