dissector_t

Type Alias dissector_t 

Source
pub type dissector_t = Option<unsafe extern "C" fn(arg1: *mut tvbuff_t, arg2: *mut packet_info, arg3: *mut proto_tree, arg4: *mut c_void) -> c_int>;

Aliased Type§

pub enum dissector_t {
    None,
    Some(unsafe extern "C" fn(*mut tvbuff, *mut _packet_info, *mut _proto_node, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut tvbuff, *mut _packet_info, *mut _proto_node, *mut c_void) -> i32)

Some value of type T.