|
|
@ -377,6 +377,7 @@ extern {
|
|
|
|
pp_min_depth: u16, pp_max_depth: u16) -> c_int;
|
|
|
|
pp_min_depth: u16, pp_max_depth: u16) -> c_int;
|
|
|
|
pub fn AppLayerProtoDetectConfProtoDetectionEnabled(ipproto: *const c_char, proto: *const c_char) -> c_int;
|
|
|
|
pub fn AppLayerProtoDetectConfProtoDetectionEnabled(ipproto: *const c_char, proto: *const c_char) -> c_int;
|
|
|
|
pub fn AppLayerProtoDetectConfProtoDetectionEnabledDefault(ipproto: *const c_char, proto: *const c_char, default: bool) -> c_int;
|
|
|
|
pub fn AppLayerProtoDetectConfProtoDetectionEnabledDefault(ipproto: *const c_char, proto: *const c_char, default: bool) -> c_int;
|
|
|
|
|
|
|
|
pub fn AppLayerRequestProtocolTLSUpgrade(flow: *const Flow);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Defined in app-layer-parser.h
|
|
|
|
// Defined in app-layer-parser.h
|
|
|
|