Home
last modified time | relevance | path

Searched refs:Unified2IDSEvent (Results 1 – 11 of 11) sorted by relevance

/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/output-plugins/
H A Dspo_sguil.c621 (((Unified2IDSEvent *)event)->ip_source & 0xff000000) >> 24, in SguilAppendIPHdrDataEVT()
622 (((Unified2IDSEvent *)event)->ip_source & 0x00ff0000) >> 16, in SguilAppendIPHdrDataEVT()
623 (((Unified2IDSEvent *)event)->ip_source & 0x0000ff00) >> 8, in SguilAppendIPHdrDataEVT()
624 (((Unified2IDSEvent *)event)->ip_source & 0x000000ff)); in SguilAppendIPHdrDataEVT()
627 (((Unified2IDSEvent *)event)->ip_source & 0x000000ff), in SguilAppendIPHdrDataEVT()
628 (((Unified2IDSEvent *)event)->ip_source & 0x0000ff00) >> 8, in SguilAppendIPHdrDataEVT()
629 (((Unified2IDSEvent *)event)->ip_source & 0x00ff0000) >> 16, in SguilAppendIPHdrDataEVT()
630 (((Unified2IDSEvent *)event)->ip_source & 0xff000000) >> 24); in SguilAppendIPHdrDataEVT()
639 (((Unified2IDSEvent *)event)->ip_destination & 0x0000ff00) >> 8, in SguilAppendIPHdrDataEVT()
640 (((Unified2IDSEvent *)event)->ip_destination & 0x000000ff)); in SguilAppendIPHdrDataEVT()
[all …]
H A Dspo_echidna.c462 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_source, sip4, INET_ADDRSTRLEN); in Echidna()
463 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_destination, dip4, INET_ADDRSTRLEN); in Echidna()
464 sport = ntohs(((Unified2IDSEvent *)event)->sport_itype); in Echidna()
465 dport = ntohs(((Unified2IDSEvent *)event)->dport_icode); in Echidna()
472 …json_object_object_add(json, "net_protocol", json_object_new_int( ((Unified2IDSEvent *)event)->pr… in Echidna()
474 …n_corr_id_hash_text, 512, "%s%d%s%d%d", sip4, sport, dip4, dport, ((Unified2IDSEvent *)event)->pro… in Echidna()
531 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_source, sip4, INET_ADDRSTRLEN); in Echidna()
532 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_destination, dip4, INET_ADDRSTRLEN); in Echidna()
536 …bject_object_add(json, "net_src_port", json_object_new_int( ntohs(((Unified2IDSEvent *)event)->spo… in Echidna()
538 …bject_object_add(json, "net_dst_port", json_object_new_int( ntohs(((Unified2IDSEvent *)event)->dpo… in Echidna()
[all …]
/dports/security/barnyard2/barnyard2-2-1.13/src/output-plugins/
H A Dspo_sguil.c621 (((Unified2IDSEvent *)event)->ip_source & 0xff000000) >> 24, in SguilAppendIPHdrDataEVT()
622 (((Unified2IDSEvent *)event)->ip_source & 0x00ff0000) >> 16, in SguilAppendIPHdrDataEVT()
623 (((Unified2IDSEvent *)event)->ip_source & 0x0000ff00) >> 8, in SguilAppendIPHdrDataEVT()
624 (((Unified2IDSEvent *)event)->ip_source & 0x000000ff)); in SguilAppendIPHdrDataEVT()
627 (((Unified2IDSEvent *)event)->ip_source & 0x000000ff), in SguilAppendIPHdrDataEVT()
628 (((Unified2IDSEvent *)event)->ip_source & 0x0000ff00) >> 8, in SguilAppendIPHdrDataEVT()
629 (((Unified2IDSEvent *)event)->ip_source & 0x00ff0000) >> 16, in SguilAppendIPHdrDataEVT()
630 (((Unified2IDSEvent *)event)->ip_source & 0xff000000) >> 24); in SguilAppendIPHdrDataEVT()
639 (((Unified2IDSEvent *)event)->ip_destination & 0x0000ff00) >> 8, in SguilAppendIPHdrDataEVT()
640 (((Unified2IDSEvent *)event)->ip_destination & 0x000000ff)); in SguilAppendIPHdrDataEVT()
[all …]
H A Dspo_echidna.c462 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_source, sip4, INET_ADDRSTRLEN); in Echidna()
463 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_destination, dip4, INET_ADDRSTRLEN); in Echidna()
464 sport = ntohs(((Unified2IDSEvent *)event)->sport_itype); in Echidna()
465 dport = ntohs(((Unified2IDSEvent *)event)->dport_icode); in Echidna()
472 …json_object_object_add(json, "net_protocol", json_object_new_int( ((Unified2IDSEvent *)event)->pr… in Echidna()
474 …n_corr_id_hash_text, 512, "%s%d%s%d%d", sip4, sport, dip4, dport, ((Unified2IDSEvent *)event)->pro… in Echidna()
531 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_source, sip4, INET_ADDRSTRLEN); in Echidna()
532 inet_ntop(AF_INET, &((Unified2IDSEvent*)event)->ip_destination, dip4, INET_ADDRSTRLEN); in Echidna()
536 …bject_object_add(json, "net_src_port", json_object_new_int( ntohs(((Unified2IDSEvent *)event)->spo… in Echidna()
538 …bject_object_add(json, "net_dst_port", json_object_new_int( ntohs(((Unified2IDSEvent *)event)->dpo… in Echidna()
[all …]
/dports/security/snort/snort-2.9.18/src/sfutil/
H A DUnified2_common.h102 } Unified2IDSEvent; typedef
212 #define Serial_Unified2IDSEvent Unified2IDSEvent
/dports/security/snort3/snort3-3.1.19.0/src/log/
H A Dunified2.h96 struct Unified2IDSEvent struct
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Dunified2.h78 } Unified2IDSEvent; typedef
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Dunified2.h78 } Unified2IDSEvent; typedef
/dports/security/snort3/snort3-3.1.19.0/tools/u2spewfoo/
H A Du2spewfoo.cc361 Unified2IDSEvent event; in event2_dump()
569 record.length == sizeof(Unified2IDSEvent) ) in u2dump()
/dports/security/snort/snort-2.9.18/src/output-plugins/
H A Dspo_unified2.c448 Unified2IDSEvent alertdata; in _AlertIP4_v2()
449 uint32_t write_len = sizeof(Serial_Unified2_Header) + sizeof(Unified2IDSEvent); in _AlertIP4_v2()
514 hdr.length = htonl(sizeof(Unified2IDSEvent)); in _AlertIP4_v2()
530 &alertdata, sizeof(Unified2IDSEvent), in _AlertIP4_v2()
/dports/security/snort3/snort3-3.1.19.0/src/loggers/
H A Dunified2.cc598 Unified2IDSEvent alertdata; in _AlertIP4_v2()