rename session_get0_current_packet() to session_get_current_packet()
This commit is contained in:
@@ -130,7 +130,7 @@ int session_has_duplicate_traffic(const struct session *sess);
|
||||
enum session_type session_get_type(const struct session *sess);
|
||||
|
||||
enum session_state session_get_current_state(const struct session *sess);
|
||||
const struct packet *session_get0_current_packet(const struct session *sess);
|
||||
const struct packet *session_get_current_packet(const struct session *sess);
|
||||
|
||||
enum closing_reason session_get_closing_reason(const struct session *sess);
|
||||
enum session_direction session_get_direction(const struct session *sess);
|
||||
|
||||
Reference in New Issue
Block a user