Home
last modified time | relevance | path

Searched refs:stationseqno (Results 1 – 6 of 6) sorted by relevance

/dports/security/snortsam/snortsam-src-2.70/src/
H A Dsamtool.c60 unsigned short stationseqno; member
167 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
171 sampacket.fwseqno[0]=(char)station->stationseqno; /* fill station seqno */ in FWsamCheckOut()
172 sampacket.fwseqno[1]=(char)(station->stationseqno>>8); in FWsamCheckOut()
179 printf("Debug: [FWsamCheckOut] Mgmt SeqNo : %x\n",station->stationseqno); in FWsamCheckOut()
494 station.stationseqno=0; in FWsamBlock()
537 sampacket.fwseqno[0]=(char)station.stationseqno;/* fill station seqno */ in FWsamBlock()
538 sampacket.fwseqno[1]=(char)(station.stationseqno>>8); in FWsamBlock()
573 printf("Debug: [FWsamBlock] Mgmt SeqNo : %x\n",station.stationseqno); in FWsamBlock()
633 printf("Debug: [FWsamBlock] Mgmt SeqNo : %x\n",station.stationseqno); in FWsamBlock()
[all …]
H A Dssp_forward.c123 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
127 sampacket.fwseqno[0]=(char)station->stationseqno; /* fill station seqno */ in FWsamCheckOut()
128 sampacket.fwseqno[1]=(char)(station->stationseqno>>8); in FWsamCheckOut()
135 printf("Debug: [Forward-CheckOut] Mgmt SeqNo : %x\n",station->stationseqno); in FWsamCheckOut()
271 … { station->stationseqno=sampacket.fwseqno[0]|(sampacket.fwseqno[1]<<8); /* get stations seqno */ in FWsamCheckIn()
413 station->stationseqno=0; in ForwardParse()
528 station->myseqno+=station->stationseqno; /* increase my seqno by adding agent seq no */
532 sampacket.fwseqno[0]=(char)station->stationseqno;/* fill station seqno */
533 sampacket.fwseqno[1]=(char)(station->stationseqno>>8);
568 …tf("Debug: [Forward-Block][%lx] Mgmt SeqNo : %x\n",(unsigned long)threadid,station->stationseqno);
[all …]
H A Dssp_forward.h55 unsigned short stationseqno; member
/dports/security/snortsam/snortsam-src-2.70/contrib/
H A Dsnortsam-state.c283 unsigned short stationseqno; member
353 station->stationseqno = 0; in station_init()
474 station->stationseqno = sampacket.fwseqno[0] | (sampacket.fwseqno[1] << 8); in station_check_in()
528 station->myseqno += station->stationseqno; in station_check_out()
533 sampacket.fwseqno[0] = (char)station->stationseqno; in station_check_out()
534 sampacket.fwseqno[1] = (char)(station->stationseqno>>8); in station_check_out()
624 station->myseqno += station->stationseqno; in station_unblock()
630 sampacket.fwseqno[0] = (char)station->stationseqno; // fill station sequence number in station_unblock()
631 sampacket.fwseqno[1] = (char)(station->stationseqno >> 8); in station_unblock()
740 station->stationseqno = sampacket.fwseqno[0] | (sampacket.fwseqno[1] << 8); in station_unblock()
/dports/security/barnyard2/barnyard2-2-1.13/src/output-plugins/
H A Dspo_alert_fwsam.c201 unsigned short stationseqno; member
523 station->stationseqno=0; /* peer hasn't answered yet. */ in AlertFWsamInit()
1124 … station->myseqno+=station->stationseqno; /* increase my seqno by adding agent seq no */ in AlertFWsam()
1128 sampacket.fwseqno[0]=(char)station->stationseqno;/* fill station seqno */ in AlertFWsam()
1129 sampacket.fwseqno[1]=(char)(station->stationseqno>>8); in AlertFWsam()
1166 … LogMessage("DEBUG => [Alert_FWsam] Mgmt SeqNo : %x\n",station->stationseqno); in AlertFWsam()
1241 … LogMessage("DEBUG => [Alert_FWsam] Mgmt SeqNo : %x\n",station->stationseqno); in AlertFWsam()
1407 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
1411 sampacket.fwseqno[0]=(char)station->stationseqno; /* fill station seqno */ in FWsamCheckOut()
1412 sampacket.fwseqno[1]=(char)(station->stationseqno>>8); in FWsamCheckOut()
[all …]
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/output-plugins/
H A Dspo_alert_fwsam.c201 unsigned short stationseqno; member
523 station->stationseqno=0; /* peer hasn't answered yet. */ in AlertFWsamInit()
1124 … station->myseqno+=station->stationseqno; /* increase my seqno by adding agent seq no */ in AlertFWsam()
1128 sampacket.fwseqno[0]=(char)station->stationseqno;/* fill station seqno */ in AlertFWsam()
1129 sampacket.fwseqno[1]=(char)(station->stationseqno>>8); in AlertFWsam()
1166 … LogMessage("DEBUG => [Alert_FWsam] Mgmt SeqNo : %x\n",station->stationseqno); in AlertFWsam()
1241 … LogMessage("DEBUG => [Alert_FWsam] Mgmt SeqNo : %x\n",station->stationseqno); in AlertFWsam()
1407 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
1411 sampacket.fwseqno[0]=(char)station->stationseqno; /* fill station seqno */ in FWsamCheckOut()
1412 sampacket.fwseqno[1]=(char)(station->stationseqno>>8); in FWsamCheckOut()
[all …]