User Tools

Site Tools


pom-ng:events

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pom-ng:events [2014/05/09 14:46] – Add ppp_pap events. gmsoftpom-ng:events [2020/05/26 21:59] (current) – external edit 127.0.0.1
Line 12: Line 12:
 |[[pom-ng:analyzer:docsis#docsis_cm_new]]|[[pom-ng:analyzer:docsis|analyzer docsis]]|no|A new cable modem has been found.| |[[pom-ng:analyzer:docsis#docsis_cm_new]]|[[pom-ng:analyzer:docsis|analyzer docsis]]|no|A new cable modem has been found.|
 |[[pom-ng:analyzer:docsis#docsis_cm_reg_status]]|[[pom-ng:analyzer:docsis|analyzer docsis]]|no|The registration status of a cable modem changed.| |[[pom-ng:analyzer:docsis#docsis_cm_reg_status]]|[[pom-ng:analyzer:docsis|analyzer docsis]]|no|The registration status of a cable modem changed.|
 +|[[pom-ng:input:docsis_scan#docsis_scan_stream]]|[[pom-ng:input:docsis_scan|input docsis_scan]]|no|Provide information about discovered DOCSIS streams.|
 +|[[pom-ng:input:dvb_c#dvb_status]]|[[pom-ng:input:dvb_atsc|input dvb_atsc]], [[pom-ng:input:dvb_c|input dvb_c]], [[pom-ng:input:dvb_s|input dvb_s]], [[pom-ng:input:docsis|input docsis]]|no|Locking status of a DVB interface.|
 |[[pom-ng:proto:http#http_query]]|[[pom-ng:proto:http|protocol http]]|no|Contains all the information about an HTTP query made by a client to a server.| |[[pom-ng:proto:http#http_query]]|[[pom-ng:proto:http|protocol http]]|no|Contains all the information about an HTTP query made by a client to a server.|
 |[[pom-ng:analyzer:http#http_request]]|[[pom-ng:analyzer:http|analyzer http]]|yes|Compound event containing informations from both [[pom-ng:proto:http#http_query]] and [[pom-ng:proto:http#http_response|http_response]] event.| |[[pom-ng:analyzer:http#http_request]]|[[pom-ng:analyzer:http|analyzer http]]|yes|Compound event containing informations from both [[pom-ng:proto:http#http_query]] and [[pom-ng:proto:http#http_response|http_response]] event.|
 |[[pom-ng:proto:http#http_response]]|[[pom-ng:proto:http|protocol http]]|no|Contains all the information about an HTTP response sent to a client by a server.| |[[pom-ng:proto:http#http_response]]|[[pom-ng:proto:http|protocol http]]|no|Contains all the information about an HTTP response sent to a client by a server.|
 +|[[pom-ng:analyzer:imap#imap_auth]]|[[pom-ng:analyzer:imap|analyzer imap]]|no|Contains authentication attempts.|
 +|[[pom-ng:proto:imap#imap_cmd]]|[[pom-ng:proto:imap|protocol imap]]|no|Details the IMAP commands made by a client to a server.|
 +|[[pom-ng:analyzer:imap#imap_id]]|[[pom-ng:analyzer:imap|analyzer imap]]|no|Contains information about client and server ID commands.|
 +|[[pom-ng:analyzer:imap#imap_msg]]|[[pom-ng:analyzer:imap|analyzer imap]]|yes|Generated when a message or part of a message is found.|
 +|[[pom-ng:proto:imap#imap_pload]]|[[pom-ng:proto:imap|protocol imap]]|yes|Issued when a partial command will contain a payload (prefix-quoted strings).|
 +|[[pom-ng:proto:imap#imap_rsp]]|[[pom-ng:proto:imap|protocol imap]]|no|Details the IMAP response from a server to a client.|
 +|[[pom-ng:output:pcap_flow#pcap_flow_file]]|[[pom-ng:output:pcap_flow|output pcap_flow]]|no|Event containing informations about files created by the output pcap_flow.|
 |[[pom-ng:proto:ppp_chap#ppp_chap_challenge_response]]|[[pom-ng:proto:ppp_chap|proto ppp_chap]]|no|Contains the content of PPP CHAP challenge or response packets.| |[[pom-ng:proto:ppp_chap#ppp_chap_challenge_response]]|[[pom-ng:proto:ppp_chap|proto ppp_chap]]|no|Contains the content of PPP CHAP challenge or response packets.|
 |[[pom-ng:analyzer:ppp_chap#ppp_chap_md5_auth]]|[[pom-ng:analyzer:ppp_chap|analyzer ppp_chap]]|no|Contains the crypto material of PPP-MD5 authentication.| |[[pom-ng:analyzer:ppp_chap#ppp_chap_md5_auth]]|[[pom-ng:analyzer:ppp_chap|analyzer ppp_chap]]|no|Contains the crypto material of PPP-MD5 authentication.|
Line 22: Line 31:
 |[[pom-ng:proto:ppp_pap#ppp_pap_ack_nack]]|[[pom-ng:proto:ppp_pap|proto ppp_pap]]|no|Contains all the information contained in an PPP-PAP ACK or NACK packet.| |[[pom-ng:proto:ppp_pap#ppp_pap_ack_nack]]|[[pom-ng:proto:ppp_pap|proto ppp_pap]]|no|Contains all the information contained in an PPP-PAP ACK or NACK packet.|
 |[[pom-ng:analyzer:ppp_pap#ppp_pap_auth]]|[[pom-ng:analyzer:ppp_pap|analyzer ppp_pap]]|no|Details of a PPP-PAP authentication attemp.| |[[pom-ng:analyzer:ppp_pap#ppp_pap_auth]]|[[pom-ng:analyzer:ppp_pap|analyzer ppp_pap]]|no|Details of a PPP-PAP authentication attemp.|
 +|[[pom-ng:analyzer:rtp#rtp_stream]]|[[pom-ng:analyzer:rtp|analyzer rtp]]|yes|Provide information about the RTP stream.|
 +|[[pom-ng:analyzer:sip#sip_call]]|[[pom-ng:analyzer:sip|analyzer sip]]|yes|Begins when a call starts and ends when the call hangs up.|
 +|[[pom-ng:analyzer:sip#sip_call_dial]]|[[pom-ng:analyzer:sip|analyzer sip]]|no|A SIP call is being dialed and not yet ringing.|
 +|[[pom-ng:analyzer:sip#sip_call_ringing]]|[[pom-ng:analyzer:sip|analyzer sip]]|no|A SIP call is ringing.|
 +|[[pom-ng:analyzer:sip#sip_call_connect]]|[[pom-ng:analyzer:sip|analyzer sip]]|no|A SIP call connected (got picked up).|
 +|[[pom-ng:analyzer:sip#sip_call_hangup]]|[[pom-ng:analyzer:sip|analyzer sip]]|no|A SIP call was hanged up.|
 +|[[pom-ng:analyzer:sip#sip_call_dtmf]]|[[pom-ng:analyzer:sip|analyzer sip]]|no|Occurs on DTMF signal (from SIP INFO method).|
 |[[pom-ng:analyzer:smtp#smtp_auth]]|[[pom-ng:analyzer:smtp|analyzer smtp]]|no|Contains credentials for SMTP authentication.| |[[pom-ng:analyzer:smtp#smtp_auth]]|[[pom-ng:analyzer:smtp|analyzer smtp]]|no|Contains credentials for SMTP authentication.|
 |[[pom-ng:proto:smtp#smtp_cmd]]|[[pom-ng:proto:smtp|protocol smtp]]|no|Contains SMTP commands sent by clients.| |[[pom-ng:proto:smtp#smtp_cmd]]|[[pom-ng:proto:smtp|protocol smtp]]|no|Contains SMTP commands sent by clients.|
pom-ng/events.txt · Last modified: 2020/05/26 21:59 by 127.0.0.1