diff --git a/protofiles/DpiMsgLRproto.proto b/protofiles/DpiMsgLRproto.proto index 0ec4ed258c9af..ced740109cb89 100644 --- a/protofiles/DpiMsgLRproto.proto +++ b/protofiles/DpiMsgLRproto.proto @@ -19,46 +19,46 @@ message DpiMsgLRproto MID_FLOW_DETECT = 5; } - optional string session_id = 1; - optional uint64 mac_source = 2; - optional uint64 mac_dest = 3; - optional uint32 ip_source = 4; - optional uint32 ip_dest = 5; - optional string pkt_path = 6; - optional uint32 flow_session_count = 7; - optional uint32 port_source = 8; - optional uint32 port_dest = 9; - optional bool flow_completed = 10; - optional string delay = 11; - optional uint32 proto_id = 12; - optional uint32 packet_total = 13; - optional uint64 time_start = 14; - optional uint64 time_updated = 15; - optional uint64 bytes_dest = 16; - optional uint64 bytes_source = 17; - optional Type flow_type = 18; - optional uint64 packets_delta = 19; - optional uint64 time_delta = 20; - optional uint64 bytes_dest_delta = 21; - optional uint64 bytes_source_delta = 22; - repeated bytes custom_application = 23; - optional FlowStateType flow_state = 24 [default = CLOSED_UNKNOWN]; - optional bool captured = 25 [default = false]; - optional uint32 child_flow_number = 26; - optional uint64 bytes_total = 27; - optional uint64 bytes_total_delta = 28; - optional string application = 29; - optional string application_path = 30; - optional uint64 duration = 31; - optional uint64 message_size = 32; - optional uint32 thread_id = 33; - optional uint64 field_count = 34; - optional string debug_message = 35; - optional uint32 application_id = 36 [default = 0]; - optional bool latest_update = 37 [default = true]; - optional uint64 time_previous = 38; - optional bool written = 39; - optional bool capture_removed = 40; + optional string Session = 1; + optional uint64 SrcMAC = 2; + optional uint64 DestMAC = 3; + optional uint32 SrcIP = 4; + optional uint32 DestIP = 5; + optional string PacketPath = 6; + optional uint32 FlowSessionCount = 7; + optional uint32 SrcPort = 8; + optional uint32 DestPort = 9; + optional bool FlowCompleted = 10; + optional string Delay = 11; + optional uint32 Protocol = 12; + optional uint32 TotalPackets = 13; + optional uint64 TimeStart = 14; + optional uint64 TimeUpdated = 15; + optional uint64 DestBytes = 16; + optional uint64 SrcBytes = 17; + optional Type FlowType = 18; + optional uint64 PacketsDelta = 19; + optional uint64 TimeDelta = 20; + optional uint64 DestBytesDelta = 21; + optional uint64 SrcBytesDelta = 22; + repeated bytes CustomApplication = 23; + optional FlowStateType FlowState = 24 [default = CLOSED_UNKNOWN]; + optional bool Captured = 25 [default = false]; + optional uint32 ChildFlowNumber = 26; + optional uint64 TotalBytes = 27; + optional uint64 TotalBytesDelta = 28; + optional string Application = 29; + optional string ApplicationPath = 30; + optional uint64 Duration = 31; + optional uint64 MessageSize = 32; + optional uint32 ThreadID = 33; + optional uint64 FieldCount = 34; + optional string DebugMessage = 35; + optional uint32 ApplicationID = 36 [default = 0]; + optional bool LatestUpdate = 37 [default = true]; + optional uint64 TimePrevious = 38; + optional bool Written = 39; + optional bool CaptureRemoved = 40; repeated bytes framed_ipQ_PROTO_DIAMETER = 343; // QOSMOS:Q_PROTO_DIAMETER,Q_DIAMETER_FRAMED_IP repeated bytes applicationQ_PROTO_BASE = 344; // QOSMOS:Q_PROTO_BASE,Q_BASE_APPLICATION optional uint32 timeQ_PROTO_BASE = 345; // QOSMOS:Q_PROTO_BASE,Q_BASE_TIME diff --git a/resources/DpiMsgLRproto.protoheader b/resources/DpiMsgLRproto.protoheader index 4e3f3cb6effe6..9b0fe7b58d4ba 100644 --- a/resources/DpiMsgLRproto.protoheader +++ b/resources/DpiMsgLRproto.protoheader @@ -19,43 +19,43 @@ message DpiMsgLRproto MID_FLOW_DETECT = 5; } - optional string session_id = 1; - optional uint64 mac_source = 2; - optional uint64 mac_dest = 3; - optional uint32 ip_source = 4; - optional uint32 ip_dest = 5; - optional string pkt_path = 6; - optional uint32 flow_session_count = 7; - optional uint32 port_source = 8; - optional uint32 port_dest = 9; - optional bool flow_completed = 10; - optional string delay = 11; - optional uint32 proto_id = 12; - optional uint32 packet_total = 13; - optional uint64 time_start = 14; - optional uint64 time_updated = 15; - optional uint64 bytes_dest = 16; - optional uint64 bytes_source = 17; - optional Type flow_type = 18; - optional uint64 packets_delta = 19; - optional uint64 time_delta = 20; - optional uint64 bytes_dest_delta = 21; - optional uint64 bytes_source_delta = 22; - repeated bytes custom_application = 23; - optional FlowStateType flow_state = 24 [default = CLOSED_UNKNOWN]; - optional bool captured = 25 [default = false]; - optional uint32 child_flow_number = 26; - optional uint64 bytes_total = 27; - optional uint64 bytes_total_delta = 28; - optional string application = 29; - optional string application_path = 30; - optional uint64 duration = 31; - optional uint64 message_size = 32; - optional uint32 thread_id = 33; - optional uint64 field_count = 34; - optional string debug_message = 35; - optional uint32 application_id = 36 [default = 0]; - optional bool latest_update = 37 [default = true]; - optional uint64 time_previous = 38; - optional bool written = 39; - optional bool capture_removed = 40; + optional string Session = 1; + optional uint64 SrcMAC = 2; + optional uint64 DestMAC = 3; + optional uint32 SrcIP = 4; + optional uint32 DestIP = 5; + optional string PacketPath = 6; + optional uint32 FlowSessionCount = 7; + optional uint32 SrcPort = 8; + optional uint32 DestPort = 9; + optional bool FlowCompleted = 10; + optional string Delay = 11; + optional uint32 Protocol = 12; + optional uint32 TotalPackets = 13; + optional uint64 TimeStart = 14; + optional uint64 TimeUpdated = 15; + optional uint64 DestBytes = 16; + optional uint64 SrcBytes = 17; + optional Type FlowType = 18; + optional uint64 PacketsDelta = 19; + optional uint64 TimeDelta = 20; + optional uint64 DestBytesDelta = 21; + optional uint64 SrcBytesDelta = 22; + repeated bytes CustomApplication = 23; + optional FlowStateType FlowState = 24 [default = CLOSED_UNKNOWN]; + optional bool Captured = 25 [default = false]; + optional uint32 ChildFlowNumber = 26; + optional uint64 TotalBytes = 27; + optional uint64 TotalBytesDelta = 28; + optional string Application = 29; + optional string ApplicationPath = 30; + optional uint64 Duration = 31; + optional uint64 MessageSize = 32; + optional uint32 ThreadID = 33; + optional uint64 FieldCount = 34; + optional string DebugMessage = 35; + optional uint32 ApplicationID = 36 [default = 0]; + optional bool LatestUpdate = 37 [default = true]; + optional uint64 TimePrevious = 38; + optional bool Written = 39; + optional bool CaptureRemoved = 40; diff --git a/resources/Qosmos_Protocol_Bundle_Protobook_1.42.0_v1.0.xlsx b/resources/Qosmos_Protocol_Bundle_Protobook_1.42.0_v1.0.xlsx new file mode 100755 index 0000000000000..5464ae99856bf Binary files /dev/null and b/resources/Qosmos_Protocol_Bundle_Protobook_1.42.0_v1.0.xlsx differ diff --git a/resources/remapping b/resources/remapping index 6b0c6456002bb..0183f87cedf3c 100644 --- a/resources/remapping +++ b/resources/remapping @@ -1,957 +1,2593 @@ +action Action +email_address EmailAddr +email_invited EmailInvited +filesize FileSize +name Name +name_invited NameInvited +password Passwd +sid SID +sidc SIDC +upload_description UploadDescription +login Login +filename Filename +download_url DownloadURL +country_code CountryCode +ice_type IceType +liid LIID +sequence_number SeqNum +t_pdu_direction TPduDirection +timestamp Timestamp +version Version +client_version ClientVersion +command_type CommandType +file_chunk_data_offset FileChunkDataOffset +file_chunk_len FileChunkLen +file_hash FileHash +filesize FileSize +peer_hash PeerHash +peer_id PeerID +query Query +command_code CommandCode +filename Filename +action Action +component_list_desc ComponentListDesc +component_list_name ComponentListName +component_list_version ComponentListVersion +product_name ProductName +update_manager UpdateManager +component_list_url ComponentListURL +channel Channel +client_status ClientStatus +contact_login ContactLogin +contact_status ContactStatus +external_ip_address ExtIPAddr +file_receiver FileReceiver +file_sender FileSender +filename_encoding FilenameEncoding +filesize FileSize +icon_buddy IconBuddy +internal_ip_address InternalIPAddr +message Msg +service Service +user_agent UserAgent +user_email UserEmail +login Login +filename Filename +receiver Rcvr +sender Sender +version Version +chat_id ChatID +chat_type ChatType +client_status ClientStatus +contact_login ContactLogin +contact_status ContactStatus +message Msg +login Login +receiver Rcvr +sender Sender +version Version +filename_encoding FilenameEncoding +filesize FileSize +filename Filename +login Login +major_version MajorVersion +minor_version MinorVersion +response_time ResponseTime +pkg_name PkgName +application_name AppName +connection_type ConnectionType +device_type DeviceType +action Action +creator Creator +description Description +encoding Encoding +password Passwd +query_index QueryIndex +query_raw QueryRaw +query_text QueryText +query_type QueryType +title Title +login Login +filename Filename +subject Subject +file_hash FileHash +nickname Nickname +query Query +action Action +filesize FileSize +password Passwd +upload_description UploadDescription +login Login +filename Filename +contact_login ContactLogin +contact_uid ContactUID +message Msg +nickname Nickname +password Passwd +receiver_uid RcvrUID +login Login +receiver Rcvr +sender Sender +encoding Encoding +query_index QueryIndex +query_raw QueryRaw +query_text QueryText +query_type QueryType +application App +application_end AppEnd +application_id AppID +application_id_end AppIDEnd +declassified Declassified +dev Dev +family Family +family_end FamilyEnd +flow_id FlowID +multi_match_proto_id MultiMatchProtoID +packet_counter PktCounter +path_len PathLen +session_packet_counter SessionPktCounter +time Time +is_mobile_service IsMobileService +password Passwd +login Login +identifier Identifier +nlri_prefix NlriPrefix +path_attr_value_as_num PathAttrValueAsNum +path_attr_value_local_pref PathAttrValueLocalPref +path_attr_value_next_hop_ip PathAttrValueNextHopIP +withdrawn_prefix WithdrawnPrefix +encoding Encoding +query_index QueryIndex +query_raw QueryRaw +query_text QueryText +query_type QueryType +canceled_chunk_data_offset CanceledChunkDataOffset +canceled_chunk_length CanceledChunkLength +canceled_chunk_number CanceledChunkNumber +classification_type ClassificationType +client_version ClientVersion +file_chunk_data_offset FileChunkDataOffset +file_chunk_len FileChunkLen +file_chunk_number FileChunkNum +file_completed FileCompleted +file_downloaded FileDownloaded +file_incomplete FileIncomplete +file_left FileLeft +file_uploaded FileUploaded +filesize FileSize +peer_port PeerPort +peer_share_id PeerShareID +peer_share_ip PeerShareIP +piece_length PieceLength +torrent_filename TorrentFilename +tracker Tracker +user_agent UserAgent +filename Filename +video_avgdatarate VidAvgDataRate +video_brand VideBrand +video_datarate VidDataRate +video_duration VidDuration +video_height VidHeight +video_type VidType +video_uuid VidUUID +video_width VidWidth +imei_receiver IMEIReceiver +imei_sender IMEISEnder +imsi_receiver IMSIReceiver +imsi_sender IMSISender +msisdn_receiver MSISDNReceiver +msisdn_sender MSISDNSender +timestamp Timestamp +validity_period ValidityPeriod +version Version +address Addr +device_id DeviceID +platform Platform +port_id PortID +software_version SoftwareVersion VTP_mgmt_domain VTPMgmtDomain -_3gpp_sgsn_address 3GppSgsnAddress -_3gpp_sgsn_mcc_mnc #_3gpp_sgsn_mcc_mnc -accept_encoding #accept_encoding -accept_language #accept_language -access_point #access_point -account_uid #account_uid -acct_input_octets #acct_input_octets -acct_multi_session_id #acct_multi_session_id -acct_output_octets #acct_output_octets -acct_record_number #acct_record_number -acct_record_type #acct_record_type -acct_session_id #acct_session_id -acct_sub_session_id #acct_sub_session_id -ack_number #ack_number -action #action -ad_bid_type #ad_bid_type -ad_channel #ad_channel -ad_client #ad_client -ad_page #ad_page -ad_status #ad_status -ad_targeting_type #ad_targeting_type -ad_text #ad_text -ad_title #ad_title -ad_type #ad_type -ad_url #ad_url -ad_url_full #ad_url_full -ad_visible_url #ad_visible_url -address #address -alert_info #alert_info -alias #alias -ancount #ancount -app_name #app_name -application #application -application_action #application_action -application_end #application_end -application_id #application_id -application_id_end #application_id_end -application_name #application_name -arcount #arcount -area_id #area_id -as_number #as_number -assertion_value #assertion_value -attach_compress #attach_compress -attach_content_seq #attach_content_seq -attach_content_size #attach_content_size -attach_disposition #attach_disposition -attach_fileid #attach_fileid -attach_filename #attach_filename -attach_id #attach_id -attach_mime_type #attach_mime_type -attach_size #attach_size -attach_transfer_encoding #attach_transfer_encoding -attach_type #attach_type -attribute_desc #attribute_desc -attributes #attributes -audio_data #audio_data -audio_datarate #audio_datarate -auth_password #auth_password -auth_request_type #auth_request_type -auth_username #auth_username -auth_value #auth_value -authentication #authentication -authentification_type #authentification_type -authority #authority -authorization_country_code #authorization_country_code -avp_int #avp_int -avp_int64 #avp_int64 -avp_interface_id #avp_interface_id -avp_ipv4 #avp_ipv4 -avp_vendor_id #avp_vendor_id -backup_router #backup_router -base #base -bootfilename #bootfilename -bridge_addr #bridge_addr -call_byte_count #call_byte_count -call_duration #call_duration -call_id #call_id -call_info #call_info -call_pkt_count #call_pkt_count -call_setup #call_setup -call_way #call_way -callback_number #callback_number -called_addr #called_addr -called_station_id #called_station_id -callee #callee -callee_addr #callee_addr -callee_domain #callee_domain -callee_e164 #callee_e164 -callee_id #callee_id -callee_nickname #callee_nickname -callee_server_agent #callee_server_agent -callee_uid #callee_uid -callee_user_agent #callee_user_agent -callee_user_phone #callee_user_phone -calleename #calleename -caller #caller -caller_addr #caller_addr -caller_domain #caller_domain -caller_e164 #caller_e164 -caller_id #caller_id -caller_nickname #caller_nickname -caller_server_agent #caller_server_agent -caller_uid #caller_uid -caller_user_agent #caller_user_agent -caller_user_phone #caller_user_phone -callername #callername -calling_addr #calling_addr -calling_station_id #calling_station_id -callstate #callstate -canceled_chunk_data_offset #canceled_chunk_data_offset -canceled_chunk_length #canceled_chunk_length -canceled_chunk_number #canceled_chunk_number -chaddr #chaddr -challenge_name #challenge_name -channel #channel -channel_action #channel_action -channel_description #channel_description -channel_disabled #channel_disabled -channel_encrypt_way #channel_encrypt_way -channel_id #channel_id -channel_name #channel_name -channel_priority #channel_priority -channel_topic #channel_topic -channel_user #channel_user -charset #charset -chat_id #chat_id -chat_im #chat_im -chat_type #chat_type -chunk_data_proto #chunk_data_proto -chunk_data_tsn #chunk_data_tsn -chunk_len #chunk_len -ciaddr #ciaddr -circuit_id #circuit_id -city #city -classification_type #classification_type -client_addr #client_addr -client_addr32 #client_addr32 -client_build #client_build -client_country #client_country -client_firstname #client_firstname -client_hostname #client_hostname -client_id #client_id -client_ip #client_ip -client_lastname #client_lastname -client_local_ip #client_local_ip -client_login #client_login -client_message #client_message -client_net #client_net -client_nickname #client_nickname -client_os #client_os -client_platform #client_platform -client_port #client_port -client_program_name #client_program_name -client_program_path #client_program_path -client_software #client_software -client_status #client_status -client_time #client_time -client_uid #client_uid -client_version #client_version -cname #cname -cnx_duration #cnx_duration -code #code -code_respmod_req #code_respmod_req -codec #codec -codec_name #codec_name -college #college -command_code #command_code -command_string #command_string -command_type #command_type -comment #comment -common_name #common_name -communication_id_number #communication_id_number -community #community -component_list_desc #component_list_desc -component_list_name #component_list_name -component_list_url #component_list_url -component_list_version #component_list_version -confcall_callee #confcall_callee -confcall_caller #confcall_caller -connect_rtt #connect_rtt -connection_header #connection_header -connection_id #connection_id -connection_info_addr #connection_info_addr -connection_info_addr_type #connection_info_addr_type -connection_info_net_type #connection_info_net_type -connection_type #connection_type -contact #contact -contact_alias #contact_alias -contact_blocked #contact_blocked -contact_email #contact_email -contact_firstname #contact_firstname -contact_id #contact_id -contact_im #contact_im -contact_lastname #contact_lastname -contact_login #contact_login -contact_message #contact_message -contact_name #contact_name -contact_nickname #contact_nickname -contact_status #contact_status -contact_uid #contact_uid -contains_sasl #contains_sasl -content_disposition #content_disposition -content_encoding #content_encoding -content_len #content_len -content_location #content_location -content_part_filename #content_part_filename -content_part_id #content_part_id -content_part_type #content_part_type -content_range #content_range -content_type #content_type -content_type_respmod_req #content_type_respmod_req -context_id #context_id -cookie #cookie -country #country -country_code #country_code -create_ctxt_delay #create_ctxt_delay -creator #creator -cseq #cseq -current_ip_address #current_ip_address -current_version #current_version -database_name #database_name -date #date -dd_seq_nbr #dd_seq_nbr -dead_interval #dead_interval -dechunk_size #dechunk_size -declassified #declassified -decompress_size #decompress_size -default_username #default_username -delete_url #delete_url -delivery_country_code #delivery_country_code -description #description -designed_router #designed_router -desktop_height #desktop_height -desktop_width #desktop_width -dest_point_code #dest_point_code -destination_host #destination_host -dev #dev -device_id #device_id -device_name #device_name -device_type #device_type -dialect #dialect -digitmap #digitmap -directory #directory -display #display -divergence #divergence -dns_ip_addr #dns_ip_addr -dns_server #dns_server -domain #domain -domain_ascii #domain_ascii -download_url #download_url -draft #draft -dst_addr #dst_addr -dst_net #dst_net -duration #duration -e_action #e_action -east #east -email #email -email_address #email_address -email_index #email_index -email_invited #email_invited -email_type #email_type -employer #employer -enc_data_type #enc_data_type -encoding #encoding -encrypted #encrypted -end_addr #end_addr -end_addr_raw #end_addr_raw -end_addr_text #end_addr_text -end_of_file #end_of_file -end_session #end_session -end_status #end_status -end_to_end_id #end_to_end_id -endpoint #endpoint -entropy #entropy -ep_enb_ue_id #ep_enb_ue_id -ep_ie #ep_ie -ep_ie_cgi #ep_ie_cgi -ep_ie_name #ep_ie_name -ep_ie_rab #ep_ie_rab -ep_ie_rab_addr #ep_ie_rab_addr -ep_ie_rab_teid #ep_ie_rab_teid -ep_ie_tai #ep_ie_tai -ep_mme_ue_id #ep_mme_ue_id -ep_name #ep_name -err_cname_name #err_cname_name -err_cname_type #err_cname_type -err_crealm #err_crealm -err_realm #err_realm -err_sname_name #err_sname_name -err_sname_type #err_sname_type -err_text #err_text -error #error -error_code #error_code -etsi_671_nei #etsi_671_nei -event #event -expires #expires -ext_attributes #ext_attributes -external_fwd_addr #external_fwd_addr -external_ip_address #external_ip_address -external_route_tag #external_route_tag -family #family -family_end #family_end -fax_message_number #fax_message_number -feed_like #feed_like -feed_text #feed_text -feed_type #feed_type -file_attributes #file_attributes -file_chunk_data_offset #file_chunk_data_offset -file_chunk_identifier #file_chunk_identifier -file_chunk_len #file_chunk_len -file_chunk_number #file_chunk_number -file_chunk_sid #file_chunk_sid -file_chunk_type #file_chunk_type -file_completed #file_completed -file_compression_type #file_compression_type -file_downloaded #file_downloaded -file_ed2k #file_ed2k -file_hash #file_hash -file_id #file_id -file_identifier #file_identifier -file_incomplete #file_incomplete -file_is_compressed #file_is_compressed -file_left #file_left -file_md5 #file_md5 -file_receiver #file_receiver -file_sender #file_sender -file_sha1 #file_sha1 -file_sid #file_sid -file_uploaded #file_uploaded -file_url #file_url -filehash #filehash -fileid #fileid -filekey #filekey -filename #filename -filename_encoding #filename_encoding -filesize #filesize -firstname #firstname -flags #flags -flow_id #flow_id -folder #folder -folderlist_item_id #folderlist_item_id -folderlist_item_name #folderlist_item_name -forward_addr #forward_addr -forward_redline #forward_redline -found_protocol #found_protocol -fragment_lost_size #fragment_lost_size -framed_ip #framed_ip -framed_ipv6_pool #framed_ipv6_pool -framed_ipv6_route #framed_ipv6_route -from #from -giaddr #giaddr -gid #gid -greeting_message #greeting_message -group #group -group_detailed_description #group_detailed_description -group_id #group_id -group_join_request #group_join_request -group_membership #group_membership -group_name #group_name -group_short_description #group_short_description -groupe #groupe -gsn_address #gsn_address -gsn_address_control #gsn_address_control -gsn_address_data #gsn_address_data -gsn_type #gsn_type -h245_addr #h245_addr -h245_method #h245_method -header_count #header_count -header_end_offset #header_end_offset -header_name #header_name -header_raw #header_raw -header_statusline #header_statusline -header_value #header_value -highschool #highschool -hop_by_hop_id #hop_by_hop_id -host #host -host_addr #host_addr -host_respmod_req #host_respmod_req -hostname #hostname -hostname_ascii #hostname_ascii -ice_type #ice_type -icon_buddy #icon_buddy -identifier #identifier -idle_timeout #idle_timeout -ignore_encapsulations #ignore_encapsulations -im_network #im_network -image_height #image_height -image_type #image_type -image_width #image_width -imei #imei -imei_receiver #imei_receiver -imei_sender #imei_sender -imei_sv #imei_sv -imei_tac #imei_tac -importance #importance -imsi #imsi -imsi_cc #imsi_cc -imsi_nc #imsi_nc -imsi_receiver #imsi_receiver -imsi_sender #imsi_sender -index #index -index_client #index_client -index_server #index_server -information #information -interface_uuid #interface_uuid -internal_ip_address #internal_ip_address -io_channel_id #io_channel_id -ior_type_id #ior_type_id -ip_addr #ip_addr -ip_lease_time #ip_lease_time -ip_local #ip_local -is_mobile_service #is_mobile_service -is_smartphone #is_smartphone -issuer #issuer -jitter #jitter -job #job -kb #kb -kernel_archi #kernel_archi -kernel_distrib #kernel_distrib -kernel_name #kernel_name -kernel_version #kernel_version -keypad #keypad -label #label -language #language -last_activity #last_activity -last_activity_timestamp #last_activity_timestamp -lastname #lastname -latency #latency -latitude #latitude -length #length -library #library -life_duration #life_duration -liid #liid -link_data #link_data -link_id #link_id -link_layer_addr_type #link_layer_addr_type -link_layer_eui64_addr #link_layer_eui64_addr -link_layer_mac_addr #link_layer_mac_addr -loadway #loadway -loc #loc -location #location -location_ci #location_ci -location_lac #location_lac -location_mcc #location_mcc -location_mnc #location_mnc -location_rai #location_rai -location_sac #location_sac -location_type #location_type -login #login -login_info #login_info -login_server #login_server -longitude #longitude -loss_count #loss_count -ls_adv_router #ls_adv_router -ls_attach_router #ls_attach_router -ls_id #ls_id -ls_metric #ls_metric -ls_netmask #ls_netmask -ls_seq_number #ls_seq_number -ls_type #ls_type -major_version #major_version -maybe_application #maybe_application -maybe_application_id #maybe_application_id -maybe_family #maybe_family -media_attr_addr #media_attr_addr -media_attr_channel #media_attr_channel -media_attr_encoding #media_attr_encoding -media_attr_label #media_attr_label -media_attr_param #media_attr_param -media_attr_rate #media_attr_rate -media_attr_transport #media_attr_transport -media_attr_type #media_attr_type -media_attr_value #media_attr_value -media_channel_addr #media_channel_addr -media_control_channel_addr #media_control_channel_addr -media_format #media_format -media_proto #media_proto -media_type #media_type -media_url #media_url -member_alias #member_alias -member_email #member_email -message #message -message_id #message_id -message_len #message_len -message_name #message_name -message_scope #message_scope -message_sz #message_sz -message_ts #message_ts -message_type #message_type -message_way #message_way -method #method -method_respmod_req #method_respmod_req -metric #metric -microsecond #microsecond -mime_type #mime_type -mime_type_main #mime_type_main -mime_type_sub #mime_type_sub -mime_version #mime_version -minor_version #minor_version -mobile_ip_addr #mobile_ip_addr -mode #mode -mode_channel #mode_channel -mode_status #mode_status -model #model -module #module -mos #mos -mos_satellite #mos_satellite -mos_session #mos_session -ms_address #ms_address -ms_address_peer #ms_address_peer -msg_code #msg_code -msg_id #msg_id -msg_number #msg_number -msg_type #msg_type -msglist_attach #msglist_attach -msglist_attach_filename #msglist_attach_filename -msglist_attach_mime_type #msglist_attach_mime_type -msglist_content #msglist_content -msglist_date #msglist_date -msglist_flags #msglist_flags -msglist_folder #msglist_folder -msglist_importance #msglist_importance -msglist_mime_type #msglist_mime_type -msglist_msgid #msglist_msgid -msglist_receiver #msglist_receiver -msglist_receiver_alias #msglist_receiver_alias -msglist_receiver_email #msglist_receiver_email -msglist_receiver_type #msglist_receiver_type -msglist_sender #msglist_sender -msglist_sender_alias #msglist_sender_alias -msglist_sender_email #msglist_sender_email -msglist_sensivity #msglist_sensivity -msglist_size #msglist_size -msglist_subject #msglist_subject -msglist_unread #msglist_unread -msisdn #msisdn -msisdn_receiver #msisdn_receiver -msisdn_sender #msisdn_sender -multi_match_proto_id #multi_match_proto_id -name #name -name_invited #name_invited -nameviewer #nameviewer -nas_id #nas_id -nas_ip #nas_ip -nas_port #nas_port -nas_port_id #nas_port_id -nas_port_type #nas_port_type -native_lan_manager #native_lan_manager -native_os #native_os -nb_byt_rcv #nb_byt_rcv -nb_byt_sent #nb_byt_sent -nb_pkt_lost #nb_pkt_lost -nb_pkt_rcv #nb_pkt_rcv -nb_pkt_sent #nb_pkt_sent -nb_receiver #nb_receiver -near_raw #near_raw -near_text #near_text -nearest_service #nearest_service -neighbor #neighbor -netmask #netmask -network_element_id #network_element_id -new_version #new_version -newsgroup #newsgroup -next_attach_id #next_attach_id -next_hope #next_hope -nickname #nickname -nlri_prefix #nlri_prefix -north #north -note #note -notifiedEntity #notifiedEntity -nscount #nscount -nt_status #nt_status -ntlm_domain #ntlm_domain -ntlm_user #ntlm_user -ntlm_workstation #ntlm_workstation -number #number -octets_received #octets_received -octets_sent #octets_sent -offset #offset -oid #oid -online_principal #online_principal -operator_id #operator_id -organization #organization -orig_point_code #orig_point_code -origin_client_ip #origin_client_ip -origin_host #origin_host -os #os -other_ip_address #other_ip_address -p_asserted_id #p_asserted_id -pa_data_type #pa_data_type -package_archi #package_archi -package_distrib #package_distrib -package_name #package_name -package_version #package_version -packet_counter #packet_counter -packets_lost #packets_lost -packets_received #packets_received -packets_sent #packets_sent -page_url #page_url -pager_id #pager_id -param_screen_name #param_screen_name -param_text #param_text -param_user_id #param_user_id -parameter_name #parameter_name -parameter_size #parameter_size -parameter_value #parameter_value -part_filename #part_filename -part_header_name #part_header_name -part_header_value #part_header_value -part_name #part_name -password #password -path #path -path_attr_value_as_num #path_attr_value_as_num -path_attr_value_local_pref #path_attr_value_local_pref -path_attr_value_next_hop_ip #path_attr_value_next_hop_ip -path_len #path_len -path_type #path_type -payload_is_crypted #payload_is_crypted -pdu_type #pdu_type -peer_addr #peer_addr -peer_hash #peer_hash -peer_id #peer_id -peer_ip #peer_ip -peer_port #peer_port -peer_share_id #peer_share_id -peer_share_ip #peer_share_ip -phone #phone -phone_number #phone_number -piece_length #piece_length -pkg_name #pkg_name -pkt_type #pkt_type -platform #platform -plugin_current_version #plugin_current_version -plugin_id #plugin_id -plugin_name #plugin_name -plugin_new_version #plugin_new_version -port_id #port_id -post_variable_decoded #post_variable_decoded -previous_lost #previous_lost -printer #printer -procedure #procedure -process_id #process_id -product_id #product_id -product_name #product_name -profile #profile -profile_name #profile_name -profile_value #profile_value -program #program -program_version #program_version -proto_version #proto_version -protocol #protocol -proxy_auth #proxy_auth -proxy_authorization #proxy_authorization -proxy_login #proxy_login -proxy_realm #proxy_realm -qdcount #qdcount -qos_alloc_ret_prio #qos_alloc_ret_prio -qos_delay #qos_delay -qos_max_downlink #qos_max_downlink -qos_max_uplink #qos_max_uplink -qos_mean #qos_mean -qos_peak #qos_peak -qos_precedence #qos_precedence -qos_reliability #qos_reliability -query #query -query_id #query_id -query_index #query_index -query_raw #query_raw -query_rtt #query_rtt -query_text #query_text -query_type #query_type -query_way #query_way -rai #rai -real_sender_domain #real_sender_domain -real_sender_msgid #real_sender_msgid -realm #realm -reason #reason -received_by_ip #received_by_ip -received_by_name #received_by_name -received_date #received_date -received_from_ip #received_from_ip -received_from_name #received_from_name -received_server_agent #received_server_agent -received_with #received_with -receiver #receiver -receiver_alias #receiver_alias -receiver_domain #receiver_domain -receiver_email #receiver_email -receiver_rcptto #receiver_rcptto -receiver_sex #receiver_sex -receiver_type #receiver_type -receiver_uid #receiver_uid -recipientid #recipientid -record_maddress #record_maddress -record_route #record_route -reference_clock #reference_clock -referer #referer -referer_path #referer_path -referer_respmod_req #referer_respmod_req -referer_server #referer_server -relation #relation -remote_addr #remote_addr -remote_id #remote_id -remote_id_subtype #remote_id_subtype -remote_id_type #remote_id_type -remote_login #remote_login -remote_name #remote_name -remote_party_id #remote_party_id -reply_cause_code #reply_cause_code -reply_code #reply_code -replyto #replyto -request_call_id #request_call_id -request_callee #request_callee -request_caller #request_caller -request_filename #request_filename -request_id #request_id -request_operation #request_operation -request_size #request_size -request_ts #request_ts -response_code #response_code -response_name #response_name -response_size #response_size -response_status_code #response_status_code -response_status_text #response_status_text -response_time #response_time -response_ts #response_ts -result_code #result_code -return_content #return_content -reverse_addr #reverse_addr -rfactor #rfactor -root_addr #root_addr -root_path_cost #root_path_cost -router #router -router_id #router_id -rr_cumlost #rr_cumlost -rr_jitter #rr_jitter -rr_ssrc_id #rr_ssrc_id -rtt #rtt -rtt_app #rtt_app -s10_mme_gtpc_address #s10_mme_gtpc_address -s10_mme_gtpc_teid #s10_mme_gtpc_teid -s11_mme_gtpc_address #s11_mme_gtpc_address -s11_mme_gtpc_teid #s11_mme_gtpc_teid -s11_s4_sgw_gtpc_address #s11_s4_sgw_gtpc_address -s11_s4_sgw_gtpc_teid #s11_s4_sgw_gtpc_teid -s12_rnc_gtpu_address #s12_rnc_gtpu_address -s12_rnc_gtpu_teid #s12_rnc_gtpu_teid -s12_sgw_gtpu_address #s12_sgw_gtpu_address -s12_sgw_gtpu_teid #s12_sgw_gtpu_teid -s1u_enodeb_gtpu_address #s1u_enodeb_gtpu_address -s1u_enodeb_gtpu_teid #s1u_enodeb_gtpu_teid -s1u_sgw_gtpu_address #s1u_sgw_gtpu_address -s1u_sgw_gtpu_teid #s1u_sgw_gtpu_teid -s3_mme_gtpc_address #s3_mme_gtpc_address -s3_mme_gtpc_teid #s3_mme_gtpc_teid -s3_sgsn_gtpc_address #s3_sgsn_gtpc_address -s3_sgsn_gtpc_teid #s3_sgsn_gtpc_teid -s4_sgsn_gtpc_address #s4_sgsn_gtpc_address -s4_sgsn_gtpc_teid #s4_sgsn_gtpc_teid -s4_sgsn_gtpu_address #s4_sgsn_gtpu_address -s4_sgsn_gtpu_teid #s4_sgsn_gtpu_teid -s4_sgw_gtpu_address #s4_sgw_gtpu_address -s4_sgw_gtpu_teid #s4_sgw_gtpu_teid -s5_s8_pgw_gtpc_address #s5_s8_pgw_gtpc_address -s5_s8_pgw_gtpc_teid #s5_s8_pgw_gtpc_teid -s5_s8_pgw_gtpu_address #s5_s8_pgw_gtpu_address -s5_s8_pgw_gtpu_teid #s5_s8_pgw_gtpu_teid -s5_s8_sgw_gtpc_address #s5_s8_sgw_gtpc_address -s5_s8_sgw_gtpc_teid #s5_s8_sgw_gtpc_teid -s5_s8_sgw_gtpu_address #s5_s8_sgw_gtpu_address -s5_s8_sgw_gtpu_teid #s5_s8_sgw_gtpu_teid -screen_name #screen_name -seal_algo #seal_algo -search_attributes #search_attributes -search_pattern #search_pattern -search_storage_type #search_storage_type -second #second -second_dns_ip_addr #second_dns_ip_addr -second_win_ip_addr #second_win_ip_addr -security_blob_len #security_blob_len -sender #sender -sender_alias #sender_alias -sender_domain #sender_domain -sender_email #sender_email -sender_mailfrom #sender_mailfrom -sender_nickname #sender_nickname -sender_sex #sender_sex -sender_uid #sender_uid -sensivity #sensivity -seq #seq -seq_number #seq_number -sequence_number #sequence_number -server #server -server_addr #server_addr -server_addr32 #server_addr32 -server_agent #server_agent -server_hostname #server_hostname -server_ip #server_ip -server_login #server_login -server_name #server_name -server_net #server_net -server_os #server_os -server_password #server_password -server_platform #server_platform -server_port #server_port -server_response #server_response -server_status #server_status -server_version #server_version -service #service -service_duration #service_duration -service_id #service_id -session_duration #session_duration -session_id #session_id -session_packet_counter #session_packet_counter -session_time #session_time -session_timeout #session_timeout -sessionid #sessionid -setup_delay #setup_delay -sex #sex -share_text #share_text -share_with #share_with -siaddr #siaddr -sid #sid -sidc #sidc -signal #signal -size #size -smb_client #smb_client -sname #sname -softkeyevent #softkeyevent -software_version #software_version -source_name #source_name -source_type #source_type -south #south -speed #speed -sr_filehash #sr_filehash -sr_filename #sr_filename -sr_filesize #sr_filesize -src_addr #src_addr -src_net #src_net -ssrc #ssrc -start_addr #start_addr -start_addr_raw #start_addr_raw -start_addr_text #start_addr_text -start_time #start_time -state #state -stats_jitter #stats_jitter -stats_latency #stats_latency -status_code #status_code -status_update #status_update -stop_time #stop_time -stream_id #stream_id -stream_url #stream_url -street #street -subject #subject -subject_alt_name #subject_alt_name -subnetmask #subnetmask -supported_next_protocol #supported_next_protocol -t_pdu_direction #t_pdu_direction -tag #tag -tags #tags -teid #teid -teid_control #teid_control -teid_data #teid_data -term_type #term_type -terminate_cause #terminate_cause -thread_id #thread_id -thumbnail #thumbnail -ticket_name #ticket_name -ticket_name_type #ticket_name_type -tid #tid -time #time -time_before_spk #time_before_spk -time_stamp_qualifier #time_stamp_qualifier -timestamp #timestamp -title #title -to #to -tool #tool -torrent_filename #torrent_filename -total_datarate #total_datarate -tracker #tracker -transaction_id #transaction_id -transfer_duration #transfer_duration -transfer_id #transfer_id -transfer_way #transfer_way -tsecr #tsecr -tsval #tsval -ttl #ttl -tweet #tweet -type #type -type_string #type_string -uid #uid -unseq #unseq -update_manager #update_manager -upgrade_header #upgrade_header -upload_description #upload_description -uri #uri -uri_decoded #uri_decoded -uri_end_offset #uri_end_offset -uri_full #uri_full -uri_get_decoded #uri_get_decoded -uri_param_name #uri_param_name -uri_param_value #uri_param_value -uri_path #uri_path -uri_path_decoded #uri_path_decoded -uri_post_decoded #uri_post_decoded -uri_respmod_req #uri_respmod_req -uri_start_offset #uri_start_offset -urilast64 #urilast64 -urilen #urilen -url #url -user_agent #user_agent -user_agent_end_offset #user_agent_end_offset -user_agent_respmod_req #user_agent_respmod_req -user_agent_start_offset #user_agent_start_offset -user_email #user_email -user_id #user_id -username_ascii #username_ascii -validity_not_after #validity_not_after -validity_not_before #validity_not_before -validity_period #validity_period -value_len #value_len -value_string #value_string -value_type #value_type -vendor #vendor -vendor_name #vendor_name -version #version -version_code #version_code -via #via -video_avgdatarate #video_avgdatarate -video_brand #video_brand -video_datarate #video_datarate -video_duration #video_duration -video_framerate #video_framerate -video_height #video_height -video_totalduration #video_totalduration -video_type #video_type -video_uuid #video_uuid -video_width #video_width -videoid #videoid -virtual_addr #virtual_addr -wap_profile #wap_profile -webcam_brand #webcam_brand -west #west -win_ip_addr #win_ip_addr -withdrawn_prefix #withdrawn_prefix -www_authenticate #www_authenticate -x_client_ip_respmod_req #x_client_ip_respmod_req -x_content_urn #x_content_urn -xid #xid -xmailer #xmailer +challenge_name ChallengeName +message_type MsgType +response_name ResponseName +current_version CurrentVersion +new_version NewVersion +plugin_current_version PluginCurrentVersion +plugin_id PluginID +plugin_new_version PluginNewVersion +information Information +location Location +model Model +printer Printer +email Email +password Passwd +query_raw QueryRaw +query_text QueryText +login Login +interface_uuid InterfaceUUID +service Service +package_name PkgName +package_version PkgVersion +bootfilename BootFilename +chaddr CHAddr +ciaddr CIAddr +circuit_id CircuitID +dns_server DNSSvr +end_status EndStatus +giaddr GIAddr +ip_lease_time IPLeaseTime +remote_id RemoteID +remote_id_subtype RemoteIDSubtype +remote_id_type RemoteIDType +router Router +siaddr SIAddr +sname Sname +subnetmask Subnetmask yiaddr Yiaddr -zoom Zoom +acct_input_octets AcctInputOctets +acct_multi_session_id AcctMultiSessionID +acct_output_octets AcctOutputOctets +acct_record_number AcctRecordNum +acct_record_type AcctRecordType +acct_session_id AcctSessionID +acct_sub_session_id AcctSubSessionID +application_id AppID +auth_request_type AuthReqType +called_station_id CalledStationID +calling_station_id CallingStationID +end_to_end_id EndToEndID +framed_ip FramedIP +hop_by_hop_id HopByHopID +nas_id NASID +nas_ip NASIP +nas_port NASPort +nas_port_id NASPortID +nas_port_type NASPortType +origin_host OriginHost +result_code ResultCode +session_id SessionID +terminate_cause TerminateCause +command_code CommandCode +destination_host DestinationHost +login Login +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +date Date +draft Draft +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_receiver_alias MsgListReceiverAlias +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +password Passwd +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +file_chunk_data_offset FileChunkDataOffset +file_chunk_len FileChunkLen +file_compression_type FileCompressionType +file_hash FileHash +file_is_compressed FileIsCompressed +query Query +query_way QueryWay +sr_filehash SrFileHash +sr_filename SrFilename +sr_filesize SrFileSize +login Login +ancount ANCount +arcount ARCount +name Name +nscount NSCount +qdcount QDCount +response_time ResponseTime +reverse_addr ReverseAddr +ttl TTL +query Query +host Host +host_addr HostAddr +transaction_id TransactionID +query_raw QueryRaw +query_text QueryText +chat_im ChatIM +client_message ClientMessage +client_status ClientStatus +contact_blocked ContactBlocked +contact_im ContactIM +contact_login ContactLogin +contact_message ContactMessage +contact_nickname ContactNickname +contact_status ContactStatus +e_action EAction +im_network IMNetwork +message Msg +nickname Nickname +password Passwd +login Login +receiver Rcvr +sender Sender +file_chunk_data_offset FileChunkDataOffset +file_chunk_len FileChunkLen +file_compression_type FileCompressionType +file_is_compressed FileIsCompressed +filesize FileSize +query Query +query_type QueryType +login Login +filename Filename +as_number ASNum +dst_net DstNet +ignore_encapsulations IgnoreEncapsulations +src_net SrcNet +authorization_country_code AuthCountryCode +communication_id_number CommunicationIDNumber +delivery_country_code DeliveryCountryCode +etsi_671_nei ETSI671NEI +liid LIID +microsecond Microsecond +network_element_id NetworkElementID +operator_id OperatorID +second Second +sequence_number SeqNum +time_stamp_qualifier TimeStampQualifier +application_action AppAction +application_name AppName +client_time ClientTime +college College +comment Comment +contact_name ContactName +contact_uid ContactUID +employer Employer +feed_like FeedLike +feed_type FeedType +firstname FirstName +highschool Highschool +is_mobile_service IsMobileService +lastname LastName +location Location +message_id MsgID +name Name +password Passwd +profile_name ProfileName +profile_value ProfileValue +query_raw QueryRaw +query_text QueryText +receiver_sex RcvrSex +receiver_uid RcvrUID +sender_email SenderEmail +sender_sex SenderSex +sender_uid SenderUID +sex Sex +share_text ShareText +share_with ShareWith +status_update StatusUpdate +uid UID +action Action +login Login +feed_text FeedText +receiver Rcvr +sender Sender +message Msg +application_action AppAction +application_name AppName +attach_id AttachID +attach_size AttachSize +contact_name ContactName +contact_uid ContactUID +date Date +msg_id MsgID +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_uid RcvrUID +sender_alias SenderAlias +sender_email SenderEmail +sender_uid SenderUID +session_id SessionID +thread_id ThreadID +uid UID +action Action +login Login +attach_type AttachType +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +service Service +service_duration ServiceDuration +service_id ServiceID +plugin_new_version PluginNewVersion +new_version NewVersion +plugin_name PluginName +current_version CurrentVersion +current_version CurrentVersion +new_version NewVersion +package_name PkgName +name Name +password Passwd +login Login +filesize FileSize +greeting_message GreetingMsg +index Index +loadway Loadway method_content MethodContent +offset Offset +password Passwd +return_content ReturnContent +transfer_duration TransferDuration +method Method +login Login +filename Filename +ior_type_id IORTypeID +message_type MsgType +request_id RequestID +request_operation RequestOperation +version Version +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact_alias ContactAlias +contact_email ContactEmail +current_ip_address CurrentIPAddr +date Date +draft Draft +encoding Encoding +last_activity LastActivity +last_activity_timestamp LastActivityTimestamp +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +name Name +next_attach_id NextAttachID +other_ip_address OtherIPAddr +real_sender_msgid RealSenderMsgID +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +thumbnail Thumbnail +real_sender_domain RealSenderDomain +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +version Version +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_sender MsgListSender +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +callee Callee +caller Caller +message Msg +login Login +receiver Rcvr +sender Sender +action Action +attach_id AttachID +contact_alias ContactAlias +contact_email ContactEmail +contact_uid ContactUID +date Date +draft Draft +email_index EmailIndex +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver_alias MsgListReceiverAlias +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +attach_id AttachID +msg_id MsgID +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +file_chunk_data_offset FileChunkDataOffset +file_chunk_len FileChunkLen +file_ed2k FileED2K +file_md5 FileMD5 +file_sha1 FileSHA1 +filesize FileSize +peer_addr PeerAddr +query Query +user_agent UserAgent +server Svr +filename Filename +encoding Encoding +query_index QueryIndex +query_raw QueryRaw +login Login +query_text QueryText +query_type QueryType +ad_bid_type AdBidType +ad_channel AdChannel +ad_page AdPage +ad_targeting_type AdTargetingType +ad_text AdText +ad_title AdTitle +ad_type AdType +ad_url AdURL +ad_visible_url AdVisibleURL +ad_status AdStatus +ad_client AdClient +ad_url_full AdURLFull +encoding Encoding +end_addr_raw EndAddrRaw +end_addr_text EndAddrText +near_raw NearRaw +near_text NearText +query_raw QueryRaw +query_text QueryText +start_addr_raw StartAddrRaw +start_addr_text StartAddrText +action Action +alias Alias +date Date +group_detailed_description GroupDetailedDesc +group_join_request GroupJoinRequest +group_name GroupName +member_alias MemberAlias +msglist_content MsgListContent +msglist_date MsgListDate +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +query_raw QueryRaw +query_text QueryText +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +receiver Rcvr +sender Sender +subject Subject +east East +encoding Encoding +end_addr EndAddr +end_addr_raw EndAddrRaw +north North +query_raw QueryRaw +query_text QueryText +south South +start_addr StartAddr +start_addr_raw StartAddrRaw +west West +zoom Zoom +application_name AppName +query_raw QueryRaw +query_text QueryText +protocol Proto +access_point AccessPoint +create_ctxt_delay CreateCtxtDelay +gsn_address GSNAddr +gsn_address_control GSNAddrControl +gsn_address_data GSNAddrData +gsn_type GSNType +imei IMEI +imei_sv IMEISV +imei_tac IMEITAC +imsi IMSI +imsi_cc IMSICC +imsi_nc IMSINC +location Location +location_ci LocationCI +location_lac LocationLAC +location_mcc LocationMCC +location_mnc LocationMNC +location_rai LocationRAI +location_sac LocationSAC +location_type LocationType +ms_address MsAddr +ms_address_peer MsAddrPeer +msisdn MSISDN +qos_alloc_ret_prio QosAllocRetPrio +qos_delay QosDelay +qos_max_downlink QosMaxDownlink +qos_max_uplink QosMaxUplink +qos_mean QosMean +qos_peak QosPeak +qos_precedence QosPrecedence +qos_reliability QosReliability +rai RAI +reply_cause_code ReplyCauseCode +session_time SessionTime +start_time StartTime +stop_time StopTime +teid TEID +teid_control TEIDControl +teid_data TEIDData +access_point AccessPoint +create_ctxt_delay CreateCtxtDelay +imei IMEI +imei_sv IMEISV +imei_tac IMEITAC +imsi IMSI +imsi_cc IMSICC +imsi_nc IMSINC +ms_address MsAddr +msisdn MSISDN +reply_cause_code ReplyCauseCode +s10_mme_gtpc_address S10MmeGtpcAddr +s10_mme_gtpc_teid S10MmeGtpcTeID +s11_mme_gtpc_address S11MmeGtpcAddr +s11_mme_gtpc_teid S11MmeGtpcTeID +s11_s4_sgw_gtpc_address S11S4SgwGtpcAddr +s11_s4_sgw_gtpc_teid S11S4SgwGtpcTeID +s12_rnc_gtpu_address S12RncGtpuAddr +s12_rnc_gtpu_teid S12RncGtpuTeID +s12_sgw_gtpu_address S12SgwGtpuAddr +s12_sgw_gtpu_teid S12SgwGtpuTeID +s1u_enodeb_gtpu_address S1UEnodebGtpuAddr +s1u_enodeb_gtpu_teid S1UEnodebGtpuTeID +s1u_sgw_gtpu_address S1USgwGtpuAddr +s1u_sgw_gtpu_teid S1USgwGtpuTeID +s3_mme_gtpc_address S3MmeGtpcAddr +s3_mme_gtpc_teid S3MmeGtpcTeID +s3_sgsn_gtpc_address S3SgsnGtpcAddr +s3_sgsn_gtpc_teid S3SgsnGtpcTeID +s4_sgsn_gtpc_address S4SgsnGtpcAddr +s4_sgsn_gtpc_teid S4SgsnGtpcTeID +s4_sgsn_gtpu_address S4SgsnGtpuAddr +s4_sgsn_gtpu_teid S4SgsnGtpuTeID +s4_sgw_gtpu_address S4SgwGtpuAddr +s4_sgw_gtpu_teid S4SgwGtpuTeID +s5_s8_pgw_gtpc_address S5S8PgwGtpcAddr +s5_s8_pgw_gtpc_teid S5S8PgwGtpcTeID +s5_s8_pgw_gtpu_address S5S8PgwGtpuAddr +s5_s8_pgw_gtpu_teid S5S8PgwGtpuTeID +s5_s8_sgw_gtpc_address S5S8SgwGtpcAddr +s5_s8_sgw_gtpc_teid S5S8SgwGtpcTeID +s5_s8_sgw_gtpu_address S5S8SgwGtpuAddr +s5_s8_sgw_gtpu_teid S5_s8SgwGtpuTeID +seq Seq +session_duration SessionDuration +start_time StartTime +stop_time StopTime +teid TEID +audio_data AudioData +call_duration CallDuration +call_id CallID +call_setup CallSetup +callee Callee +caller Caller +end_status EndStatus +h245_addr H245Addr +h245_method H245Method +language Language +media_attr_encoding MediaAttrEncoding +media_channel_addr MediaChannelAddr +media_control_channel_addr MediaControlChannelAddr +product_id ProductID +request_call_id RequestCallID +request_callee RequestCallee +request_caller RequestCaller +session_duration SessionDuration +start_time StartTime +time_before_spk TimeBeforeSpk +method Method +version Version +media_attr_encoding MediaAttrEncoding +media_channel_addr MediaChannelAddr +media_control_channel_addr MediaControlChannelAddr +method Method +context_id ContextID +is_mobile_service IsMobileService +nickname Nickname +password Passwd +login Login +entropy Entropy +virtual_addr VirtualAddr +server Svr +accept_encoding AcceptEncoding +audio_datarate AuditDataRate +auth_password AuthPass +auth_username AuthUsername +charset Charset +connection_header ConnectionHeader +content_disposition ContentDisposition +content_encoding ContentEncoding +content_len ContentLen +content_range ContentRange +cookie Cookie +dechunk_size DechunkSize +decompress_size DecompressSize +directory Directory +forward_addr FwdAddr +forward_redline FwdRedline +header_end_offset HeaderEndOffset +header_name HeaderName +header_raw HeaderRaw +header_statusline HeaderStatusline +header_value HeaderValue host_start_offset HostStartOffset +image_height ImageHeight +image_type ImageType +image_width ImageWidth +index Index last_modified LastModified -_3gpp_imsi 3GppImsi +location Location +mime_type_main MIMETypeMain +mime_type_sub MIMETypeSub +ntlm_user NTLMUser +ntlm_workstation NTLMWorkstation +part_filename PartFilename +part_header_name PartHeaderName +part_header_value PartHeaderValue +part_name PartName +post_variable_decoded PostVariableDecoded +proxy_auth ProxyAuth +proxy_login ProxyLogin +proxy_realm ProxyRealm +referer_path RefererPath +referer_server RefererSvr +request_size RequestSize +request_ts RequestTS +response_ts ResponseTS +rtt RTT +smb_client SMBClient +start_time StartTime +total_datarate TotalDataRate +upgrade_header UpgradeHeader +uri URI +uri_decoded URIDecoded +uri_end_offset URIEndOffset +uri_get_decoded URIGetDecoded +uri_param_name URIParamName +uri_param_value URIParamValue +uri_path URIPath +uri_path_decoded URIPathDecoded +uri_post_decoded URIPostDecoded +uri_start_offset URIStartOffset +user_agent_end_offset UserAgentEndOffset +user_agent_start_offset UserAgentStartOffset +video_avgdatarate VidAvgDataRate +video_brand VideBrand +video_datarate VidDataRate +video_duration VidDuration +video_framerate VidFrameRate +video_height VidHeight +video_type VidType +video_width VidWidth +wap_profile WAPProfile +x_content_urn XContentUrn +method Method +host Host +ntlm_domain NTLMDomain +referer Referer +code Code +filename Filename +server_agent SvrAgent +user_agent UserAgent +mime_type MIMEType +uri_full URIFull +version Version +service Service +login_info LoginInfo +application App +code_respmod_req CodeRespmodReq +content_type_respmod_req ContentTypeRespmodReq +host_respmod_req HostRespmodReq +method_respmod_req MethodRespmodReq +referer_respmod_req RefererRespmodReq +uri_respmod_req URIRespmodReq +user_agent_respmod_req UserAgentRespmodReq +x_client_ip_respmod_req XClientIPRespmodReq +service Service +rtt RTT +link_layer_addr_type LinkLayerAddrType +link_layer_eui64_addr LinkLayerEui64Addr +link_layer_mac_addr LinkLayerMacAddr +rtt RTT +client_port ClientPort +server_port SvrPort +address Addr +record_maddress RecordMAddr +version Version +attach_mime_type AttachMIMEType +attach_transfer_encoding AttachTransferEncoding +date Date +email_index EmailIndex +greeting_message GreetingMsg +index Index +login_server LoginSvr +message_id MsgID +mime_type MIMEType +msglist_attach_filename MsgListAttachFilename +msglist_attach_mime_type MsgListAttachMIMEType +msglist_date MsgListDate +msglist_mime_type MsgListMIMEType +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +password Passwd +received_by_ip RcvdByIP +received_by_name RcvdByName +received_date RcvdDate +received_from_ip RcvdFromIP +received_from_name RcvdFromName +received_server_agent RcvdSvrAgent +received_with RcvdWith +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +server_response SvrResp +user_agent UserAgent +xmailer Xmailer +method Method +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +login_server LoginSvr +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +password Passwd +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +version Version +client_addr ClientAddr +client_addr32 ClientAddr32 +client_net ClientNet +dst_net DstNet +fragment_lost_size FragmentLostSize +server_addr SvrAddr +server_addr32 SvrAddr32 +server_net SvrNet +src_net SrcNet +label Label +dns_ip_addr DNSIPAddr +ip_addr IPAddr +mobile_ip_addr MobileIPAddr +second_dns_ip_addr SecondDNSIPAddr +second_win_ip_addr SecondWinIPAddr +win_ip_addr WinIPAddr +version Version +dst_net DstNet +src_net SrcNet +channel Channel +file_identifier FileIdentifier +login_server LoginSvr +message Msg +mode_channel ModeChannel +mode_status ModeStatus +nickname Nickname +server Svr +login Login +filename Filename +receiver Rcvr +sender Sender +life_duration LifeDuration +version Version +dst_addr DstAddr +src_addr SrcAddr +type Type +call_duration CallDuration +call_id CallID +call_setup CallSetup +callee Callee +caller Caller +dest_point_code DestPointCode +message_name MsgName +message_ts MsgTS +message_way MsgWay +orig_point_code OrigPointCode +session_duration SessionDuration +start_time StartTime +time_before_spk TimeBeforeSpk +call_duration CallDuration +call_id CallID +callee Callee +callee_addr CalleeAddr +caller Caller +caller_addr CallerAddr +contact_login ContactLogin +contact_name ContactName +contact_status ContactStatus +encoding Encoding +end_status EndStatus +file_chunk_len FileChunkLen +file_chunk_number FileChunkNum +file_chunk_sid FileChunkSID +file_receiver FileReceiver +file_sender FileSender +file_sid FileSID +filesize FileSize +message Msg +nickname Nickname +os OS +start_time StartTime +user_agent UserAgent +login Login +filename Filename +receiver Rcvr +sender Sender +version Version +new_version NewVersion +type Type +mime_type MIMEType +login Login +filename Filename +query_raw QueryRaw +query_text QueryText +title Title +mime_type MIMEType +login Login +filename Filename +enc_data_type EncDataType +err_cname_name ErrCnameName +err_cname_type ErrCnameType +err_crealm ErrCrealm +err_realm ErrRealm +err_sname_name ErrSnameName +err_sname_type ErrSnameType +err_text ErrText +error_code ErrCode +pa_data_type PADataType +service Service +ticket_name TicketName +ticket_name_type TicketNameType +server Svr +realm Realm +login Login +hostname Hostname +vendor_name VendorName +session_id SessionID +login Login +assertion_value AssertionValue +attribute_desc AttributeDesc +contains_sasl ContainsSASL +message_type MsgType +number Number +payload_is_crypted PayloadIsCrypted +seal_algo SealAlgo +type Type +value_string ValueString +hostname Hostname +message_id MsgID +name Name +call_byte_count CallByteCount +call_duration CallDuration +call_id CallID +call_pkt_count CallPktCount +callee Callee +caller Caller +caller_addr CallerAddr +proto_version ProtoVersion +service Service +start_time StartTime +user_agent UserAgent +action Action +contact_alias ContactAlias +contact_email ContactEmail +contact_firstname ContactFirstName +contact_lastname ContactLastName +date Date +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +query_text QueryText +login Login +folder Folder +receiver Rcvr +sender Sender +subject Subject +query_type QueryType +action Action +date Date +group_id GroupID +group_name GroupName +member_alias MemberAlias +member_email MemberEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +name Name +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +sender Sender +subject Subject +action Action +attach_fileid AttachFileID +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folder Folder +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +name Name +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_fileid AttachFileID +attach_id AttachID +attach_size AttachSize +contact_alias ContactAlias +contact_email ContactEmail +date Date +msg_id MsgID +msglist_msgid MsgListMsgID +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +attach_compress AttachCompress +attach_content_seq AttachContentSeq +attach_content_size AttachContentSize +attach_id AttachID +attach_size AttachSize +header_name HeaderName +header_value HeaderValue +mime_version MIMEVersion +msg_id MsgID +organization Organization +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +service Service +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +version Version +job Job +server Svr +login Login +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folder Folder +folderlist_item_id FolderListItemID +folderlist_item_name FolderListItemName +importance Importance +msg_id MsgID +msglist_attach MsgListAttach +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_importance MsgListImportance +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +msglist_unread MsgListUnread +name Name +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +encoding Encoding +folder Folder +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_size MsgListSize +msglist_subject MsgListSubject +name Name +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +package_archi PkgArch +package_distrib PkgDistrib +package_name PkgName +package_version PkgVersion +attach_id AttachID +attach_size AttachSize +date Date +email_type EmailType +flags Flags +host Host +importance Importance +login_server LoginSvr +msglist_date MsgListDate +msglist_flags MsgListFlags +msglist_importance MsgListImportance +msglist_msgid MsgListMsgID +msglist_receiver_type MsgListReceiverType +msglist_sensivity MsgListSensivity +msglist_size MsgListSize +receiver_type RcvrType +sensivity Sensivity +size Size +action Action +domain Domain +login Login +action Action +delete_url DeleteURL +fileid FileID +filesize FileSize +filename Filename +download_url DownloadURL +call_duration CallDuration +call_id CallID +call_way CallWay +callee Callee +caller Caller +code Code +connection_id ConnectionID +digitmap Digitmap +endpoint Endpoint +event Event +jitter Jitter +latency Latency +media_attr_addr MediaAttrAddr +media_attr_channel MediaAttrChannel +media_attr_encoding MediaAttrEncoding +media_attr_label MediaAttrLabel +media_attr_param MediaAttrParam +media_attr_rate MediaAttrRate +media_attr_transport MediaAttrTransport +media_attr_type MediaAttrType +media_attr_value MediaAttrValue +media_format MediaFormat +media_proto MediaProto +media_type MediaType +message_type MsgType +mode Mode +notifiedEntity NotifiedEntity +octets_received OctetsReceived +octets_sent OctetsSent +packets_lost PktsLost +packets_received PktsRcvd +packets_sent PktsSent +phone_number PhoneNum +session_duration SessionDuration +signal Signal +start_time StartTime +tid TID +method Method +version Version +action Action +attach_size AttachSize +date Date +msglist_folder MsgListFolder +msglist_receiver_alias MsgListReceiverAlias +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +password Passwd +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +filename Filename +content_location ContentLocation +content_part_filename ContentPartFilename +content_part_id ContentPartID +content_part_type ContentPartType +content_type ContentType +message_id MsgID +message_sz MsgSZ +nb_receiver NBReceiver +response_status_code ResponseStatusCode +response_status_text ResponseStatusText +tid TID +receiver Rcvr +sender Sender +subject Subject +version Version +chunk_len ChunkLen +label Label +service Service +service_id ServiceID +call_id CallID +callee Callee +caller Caller +client_nickname ClientNickname +client_status ClientStatus +contact Contact +contact_id ContactID +contact_login ContactLogin +contact_nickname ContactNickname +contact_status ContactStatus +file_chunk_data_offset FileChunkDataOffset +file_chunk_identifier FileChunkIdentifier +file_chunk_len FileChunkLen +file_chunk_type FileChunkType +file_identifier FileIdentifier +file_receiver FileReceiver +file_sender FileSender +filesize FileSize +ip_local IPLocal +message_len MsgLen +online_principal OnlinePrincipal +profile Profile +service Service +uid UID +method Method +group Group +login Login +message Msg +filename Filename +receiver Rcvr +sender Sender +encoding Encoding +proto_version ProtoVersion +group_name GroupName +encoding Encoding +query_raw QueryRaw +query_text QueryText +query_type QueryType +recipientid RecipientID +sessionid SessionID +authority Authority +path_type PathType +session_id SessionID +uri URI +name Name +nickname Nickname +password Passwd +query_raw QueryRaw +query_text QueryText +login Login +base Base +query Query +login Login +query Query +service Service +callee Callee +caller Caller +package_name PkgName +date Date +description Description +title Title +video_duration VidDuration +videoid VidID +login Login +is_mobile_service IsMobileService +password Passwd +login Login +filesize FileSize +gid GID +mode Mode +offset Offset +type_string TypeString +uid UID +filename Filename +version Version +date Date +description Description +nickname Nickname +query_raw QueryRaw +query_text QueryText +tag Tag +title Title +video_duration VidDuration +videoid VidID +login Login +newsgroup Newsgroup +password Passwd +login Login +sender Sender +subject Subject +reference_clock ReferenceClock +contact_alias ContactAlias +group_name GroupName +password Passwd +login Login +login Login +package_name PkgName +seq Seq +current_version CurrentVersion +new_version NewVersion +action Action +attach_id AttachID +attach_size AttachSize +contact_alias ContactAlias +contact_email ContactEmail +contact_firstname ContactFirstName +contact_lastname ContactLastName +date Date +draft Draft +folder Folder +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +area_id AreaID +backup_router BackupRouter +dd_seq_nbr DDSeqNbr +dead_interval DeadInterval +designed_router DesignedRouter +external_fwd_addr ExtFwdAddr +external_route_tag ExtRouteTag +link_data LinkData +link_id LinkID +ls_adv_router LsAdvRouter +ls_attach_router LsAttachRouter +ls_id LsID +ls_metric LsMetric +ls_netmask LsNetmask +ls_seq_number LsSeqNumber +ls_type LsType +neighbor Neighbor +netmask Netmask +router_id RouterID +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folder Folder +login_server LoginSvr +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +call_duration CallDuration +call_id CallID +callee Callee +callee_addr CalleeAddr +callee_uid CalleeUID +caller Caller +caller_addr CallerAddr +caller_uid CallerUID +channel Channel +chat_id ChatID +contact_login ContactLogin +contact_uid ContactUID +encoding Encoding +message Msg +receiver_uid RcvrUID +sender_uid SenderUID +start_time StartTime +uid UID +user_email UserEmail +login Login +receiver Rcvr +sender Sender +filesize FileSize +receiver_uid RcvrUID +sender_uid SenderUID +login Login +filename Filename +receiver Rcvr +sender Sender +message_type MsgType +password Passwd +login Login +parameter_name ParamName +parameter_size ParamSize +parameter_value ParamValue +is_mobile_service IsMobileService +password Passwd +login Login +attach_disposition AttachDisposition +attach_transfer_encoding AttachTransferEncoding +attach_type AttachType +date Date +email_index EmailIndex +greeting_message GreetingMsg +index Index +login_server LoginSvr +message_id MsgID +mime_type MIMEType +password Passwd +received_by_ip RcvdByIP +received_by_name RcvdByName +received_date RcvdDate +received_from_ip RcvdFromIP +received_from_name RcvdFromName +received_server_agent RcvdSvrAgent +received_with RcvdWith +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +server_response SvrResp +user_agent UserAgent +xmailer Xmailer +method Method +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +authentification_type AuthType +base Base +error Err +password Passwd +proto_version ProtoVersion +query Query +server_version SvrVersion +login Login +method Method +protocol Proto +vendor Vendor +version Version +query_raw QueryRaw +query_text QueryText +call_duration CallDuration +callee Callee +caller Caller +display Display +session_duration SessionDuration +setup_delay SetupDelay +call_duration CallDuration +callee Callee +caller Caller +contact_login ContactLogin +msg_code MsgCode +msg_type MsgType +service Service +version_code VersionCode +login Login +action Action +filekey FileKey +filesize FileSize +service Service +login Login +filename Filename +server Svr +peer_ip PeerIP +_3gpp_imsi 3GPPIMSI +_3gpp_sgsn_address 3GPPSGSNAddr +_3gpp_sgsn_mcc_mnc 3GPPSGSNMCCMNC +acct_input_octets AcctInputOctets +acct_output_octets AcctOutputOctets +acct_session_id AcctSessionID +avp_int AvpInt +avp_int64 AvpInt64 +avp_interface_id AvpInterfaceID +avp_ipv4 AvpIPv4 +avp_vendor_id AvpVendorID +callback_number CallbackNumber +called_station_id CalledStationID +calling_station_id CallingStationID +framed_ip FramedIP +framed_ipv6_pool FramedIPV6Pool +framed_ipv6_route FramedIPV6Route +idle_timeout IdleTimeout +nas_id NASID +nas_ip NASIP +nas_port NASPort +nas_port_id NASPortID +nas_port_type NASPortType +session_timeout SessionTimeout +start_time StartTime +stop_time StopTime +terminate_cause TerminateCause +login Login +password Passwd +query_raw QueryRaw +query_text QueryText +query_type QueryType +domain Domain +login Login +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folder Folder +folderlist_item_name FolderListItemName +msg_id MsgID +msglist_attach MsgListAttach +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_importance MsgListImportance +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +msglist_unread MsgListUnread +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +domain Domain +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +client_id ClientID +email_address EmailAddr +filesize FileSize +password Passwd +method Method +login Login +filename Filename +download_url DownloadURL +channel_disabled ChannelDisabled +channel_encrypt_way ChannelEncryptWay +channel_id ChannelID +channel_name ChannelName +channel_priority ChannelPriority +client_build ClientBuild +default_username DefaultUsername +desktop_height DesktopHeight +desktop_width DesktopWidth +encrypted Encrypted +hostname_ascii HostnameASCII +io_channel_id IOChannelID +domain_ascii DomainASCII +username_ascii UsernameASCII +version Version +kernel_archi KernelArch +kernel_distrib KernelDistrib +kernel_name KernelName +kernel_version KernelVersion +package_archi PkgArch +package_distrib PkgDistrib +package_name PkgName +package_version PkgVersion +authentication Auth +ip_addr IPAddr +metric Metric +netmask Netmask +next_hope NextHope +client_login ClientLogin +server_login SvrLogin +server_password SvrPassword +speed Speed +term_type TermType +procedure Procedure +program Program +program_version ProgramVersion +state State +xid XID +version Version +remote_login RemoteLogin +server Svr +login Login +module Module +password Passwd +login Login +cname CNAME +email Email +loc Loc +name Name +note Note +phone Phone +rr_cumlost RrCumlost +rr_jitter RrJitter +rr_ssrc_id RrSsrcID +ssrc SSrc +tool Tool +app_name AppName +start_time StartTime +stop_time StopTime +page_url PageURL +stream_url StreamURL +codec_name CodecName +end_session EndSession +mos Mos +mos_satellite MosSatellite +mos_session MosSession +rfactor Rfactor +ssrc SSrc +timestamp Timestamp +unseq Unseq +code Code +cseq Cseq +header_name HeaderName +header_statusline HeaderStatusline +header_value HeaderValue +media_attr_addr MediaAttrAddr +media_attr_channel MediaAttrChannel +media_attr_encoding MediaAttrEncoding +media_attr_label MediaAttrLabel +media_attr_param MediaAttrParam +media_attr_rate MediaAttrRate +media_attr_transport MediaAttrTransport +media_attr_type MediaAttrType +media_attr_value MediaAttrValue +media_format MediaFormat +media_proto MediaProto +media_type MediaType +server_agent SvrAgent +session_duration SessionDuration +start_time StartTime +uri_full URIFull +urilast64 URILast64 +urilen URILen +user_agent UserAgent +method Method +server Svr +directory Directory +filename Filename +uri URI +version Version +ep_enb_ue_id EPENBUEID +ep_ie EPIE +ep_ie_cgi EPIECGI +ep_ie_name EPIEName +ep_ie_rab EPIERAB +ep_ie_rab_addr EPIERABAddr +ep_ie_rab_teid EPIERABTEID +ep_ie_tai EPIETAE +ep_mme_ue_id EPMMEUEID +ep_name EPName +is_smartphone IsSmartphone +call_duration CallDuration +call_id CallID +call_way CallWay +callee Callee +calleename CalleeName +caller Caller +callername CallerName +callstate Callstate +codec Codec +device_name DeviceName +device_type DeviceType +keypad Keypad +message_type MsgType +nb_byt_rcv NBBytRcv +nb_byt_sent NBBytSent +nb_pkt_lost NBPktLost +nb_pkt_rcv NBPktRcv +nb_pkt_sent NBPktSent +softkeyevent Softkeyevent +start_time StartTime +stats_jitter StatsJitter +stats_latency StatsLatency +chunk_data_proto ChunkDataProto +chunk_data_tsn ChunkDataTSN +chat_type ChatType +message Msg +message_type MsgType +source_name SourceName +source_type SourceType +login Login +accept_language AcceptLanguage +alert_info AlertInfo +call_duration CallDuration +call_id CallID +call_info CallInfo +callee Callee +callee_addr CalleeAddr +callee_domain CalleeDomain +callee_e164 CalleeE164 +callee_nickname CalleeNickname +callee_server_agent CalleeSvrAgent +callee_user_agent CalleeUserAgent +callee_user_phone CalleeUserPhone +caller Caller +caller_addr CallerAddr +caller_domain CallerDomain +caller_e164 CallerE164 +caller_nickname CallerNickname +caller_server_agent CallerSvrAgent +caller_user_agent CallerUserAgent +caller_user_phone CallerUserPhone +confcall_callee ConfCallCallee +confcall_caller ConfCallCaller +connection_info_addr ConnectionInfoAddr +connection_info_addr_type ConnectionInfoAddrType +connection_info_net_type ConnectionInfoNetType +contact Contact +cseq Cseq +date Date +end_status EndStatus +expires Expires +from From +media_attr_addr MediaAttrAddr +media_attr_channel MediaAttrChannel +media_attr_encoding MediaAttrEncoding +media_attr_label MediaAttrLabel +media_attr_param MediaAttrParam +media_attr_rate MediaAttrRate +media_attr_transport MediaAttrTransport +media_attr_type MediaAttrType +media_attr_value MediaAttrValue +media_format MediaFormat +media_proto MediaProto +media_type MediaType +mime_type MIMEType +p_asserted_id PAssertedID +proxy_authorization ProxyAuthorization +reason Reason +record_route RecordRoute +remote_party_id RemotePartyID +reply_code ReplyCode +request_call_id RequestCallID +server_agent SvrAgent +session_duration SessionDuration +setup_delay SetupDelay +start_time StartTime +time_before_spk TimeBeforeSpk +to To +user_agent UserAgent +user_id UserID +via Via +www_authenticate WWWAuthenticate +method Method +subject Subject +uri URI +password Passwd +login Login +nearest_service NearestService +service_duration ServiceDuration +service Service +service_id ServiceID +version Version +file_id FileID +filesize FileSize +password Passwd +query Query +transfer_way TransferWay +login Login +filename Filename +version Version +attributes Attributes +dialect Dialect +end_of_file EndOfFile +ext_attributes ExtAttributes +file_attributes FileAttributes +file_chunk_data_offset FileChunkDataOffset +file_chunk_len FileChunkLen +filesize FileSize +loadway Loadway +native_lan_manager NativeLANManager +native_os NativeOS +nt_status NtStatus +process_id ProcessID +query_id QueryID +search_attributes SearchAttribs +search_pattern SearchPtrn +search_storage_type SearchStorageType +security_blob_len SecurityBlobLen +service Service +user_id UserID +command_string CommandString +domain Domain +login Login +directory Directory +filename Filename +path Path +version Version +receiver Rcvr +sender Sender +attach_disposition AttachDisposition +attach_size AttachSize +attach_transfer_encoding AttachTransferEncoding +attach_type AttachType +date Date +duration Duration +email_index EmailIndex +greeting_message GreetingMsg +index Index +mime_type MIMEType +msg_id MsgID +password Passwd +received_by_ip RcvdByIP +received_by_name RcvdByName +received_date RcvdDate +received_from_ip RcvdFromIP +received_from_name RcvdFromName +received_server_agent RcvdSvrAgent +received_with RcvdWith +receiver_alias RcvrAlias +receiver_domain RcvrDomain +receiver_email RcvrEmail +receiver_rcptto RcvrRcptto +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_domain SenderDomain +sender_email SenderEmail +sender_mailfrom SenderMailFrom +server_agent SvrAgent +server_response SvrResp +start_time StartTime +stop_time StopTime +user_agent UserAgent +xmailer Xmailer +method Method +server Svr +login Login +response_code ResponseCode +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +community Community +oid OID +value_len ValueLen +method Method +value_type ValueType +request_id RequestID +name Name +caller_id CallerID +message Msg +pager_id PagerID +password Passwd +method Method +login Login +remote_addr RemoteAddr +remote_addr RemoteAddr +remote_name RemoteName +header_count HeaderCount +header_name HeaderName +header_value HeaderValue +length Length +status_code StatusCode +stream_id StreamID +divergence Divergence +found_protocol FoundProtocol +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folder Folder +login_server LoginSvr +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +password Passwd +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +rtt RTT +validity_not_after ValidityNotAfter +validity_not_before ValidityNotBefore +supported_next_protocol SupportedNextProto +server_name SvrName +common_name CommonName +issuer Issuer +subject_alt_name SubjectAltName +bridge_addr BridgeAddr +root_addr RootAddr +root_path_cost RootPathCost +code Code +callee Callee +caller Caller +fax_message_number FaxMsgNum +password Passwd +login Login +call_duration CallDuration +call_id CallID +callee Callee +callee_id CalleeID +caller Caller +caller_id CallerID +device_id DeviceID +phone_number PhoneNum +service Service +user_email UserEmail +user_id UserID +login Login +password Passwd +login Login +ack_number AckNumber +cnx_duration CnxDuration +loss_count LossCount +previous_lost PreviousLost +rtt RTT +rtt_app RTTApp +seq_number SeqNum +start_time StartTime +tsecr Tsecr +tsval Tsval +application App +hostname Hostname +language Language +library Library +password Passwd +query Query +server Svr +login Login +database_name DatabaseName +channel Channel +channel_action ChannelAction +channel_description ChannelDescription +channel_id ChannelID +channel_name ChannelName +channel_topic ChannelTopic +channel_user ChannelUser +client_platform ClientPlatform +client_software ClientSoftware +client_uid ClientUID +client_version ClientVersion +contact_alias ContactAlias +contact_uid ContactUID +greeting_message GreetingMsg +message Msg +message_scope MsgScope +nickname Nickname +password Passwd +receiver_uid RcvrUID +sender_uid SenderUID +server_name SvrName +server_platform SvrPlatform +server_version SvrVersion +session_id SessionID +login Login +receiver Rcvr +sender Sender +password Passwd +rtt RTT +term_type TermType +login Login +auth_value AuthValue +client_id ClientID +client_ip ClientIP +origin_client_ip OriginClientIP +server_ip SvrIP +filesize FileSize +mode Mode +query Query +request_filename RequestFilename +filename Filename +base Base +client_hostname ClientHostname +client_os ClientOS +client_program_name ClientProgramName +client_program_path ClientProgramPath +password Passwd +query Query +response_size ResponseSize +response_time ResponseTime +server_hostname SvrHostname +server_os SvrOS +login Login +date Date +param_text ParamText +param_user_id ParamUserID +relation Relation +screen_name ScreenName +tweet Tweet +action Action +login Login +param_screen_name ParamScreenName +user_id UserID +session_id SessionID +media_url MediaURL +cnx_duration CnxDuration +start_time StartTime +maybe_application MaybeApplication +maybe_application_id MaybeApplicationID +maybe_family MaybeFamily +password Passwd +query_raw QueryRaw +query_text QueryText +login Login +contact_alias ContactAlias +contact_email ContactEmail +groupe Groupe +password Passwd +login Login +filesize FileSize +service Service +service_duration ServiceDuration +service_id ServiceID +account_uid AcctUID +contact_alias ContactAlias +contact_email ContactEmail +contact_uid ContactUID +group_name GroupName +name Name +password Passwd +login Login +service Service +service_id ServiceID +phone_number PhoneNum +service Service +service_id ServiceID +version Version +query_raw QueryRaw +query_text QueryText +application_name AppName +kb KB +platform Platform +file_chunk_data_offset FileChunkDataOffset +file_chunk_len FileChunkLen +filesize FileSize +loadway Loadway +query Query +login Login +filename Filename +connect_rtt ConnectRTT +index Index +index_client IndexClient +index_server IndexSvr +mime_type MIMEType +mime_type_main MIMETypeMain +mime_type_sub MIMETypeSub +pdu_type PDUType +profile Profile +query_rtt QueryRTT +request_size RequestSize +user_agent UserAgent +server Svr +uri URI +called_addr CalledAddr +calling_addr CallingAddr +pkt_type PktType +client_ip ClientIP +server_ip SvrIP +server_status SvrStatus +action Action +date Date +draft Draft +group_detailed_description GroupDetailedDesc +group_join_request GroupJoinRequest +group_membership GroupMembership +group_name GroupName +group_short_description GroupShortDesc +msg_number MsgNumber +name Name +query_raw QueryRaw +query_text QueryText +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +sender_nickname SenderNickname +sender_uid SenderUID +uid UID +login Login +sender Sender +subject Subject +city City +country Country +latitude Latitude +longitude Longitude +query_text QueryText +street Street +encoding Encoding +query_raw QueryRaw +query_text QueryText +query_type QueryType +password Passwd +query_raw QueryRaw +query_text QueryText +query_type QueryType +login Login +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folderlist_item_id FolderListItemID +folderlist_item_name FolderListItemName +importance Importance +msg_id MsgID +msglist_attach MsgListAttach +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +msglist_unread MsgListUnread +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_fileid AttachFileID +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +contact_firstname ContactFirstName +contact_lastname ContactLastName +contact_name ContactName +date Date +draft Draft +encoding Encoding +folder Folder +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_size MsgListSize +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_id AttachID +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folder Folder +msg_id MsgID +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +password Passwd +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +folder Folder +msg_id MsgID +msglist_content MsgListContent +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +password Passwd +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_fileid AttachFileID +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact_email ContactEmail +contact_firstname ContactFirstName +contact_lastname ContactLastName +date Date +draft Draft +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_msgid MsgListMsgID +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_size MsgListSize +msglist_subject MsgListSubject +name Name +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +session_id SessionID +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +call_duration CallDuration +callee Callee +caller Caller +channel Channel +channel_action ChannelAction +channel_name ChannelName +channel_user ChannelUser +chat_id ChatID +client_country ClientCountry +client_firstname ClientFirstName +client_ip ClientIP +client_lastname ClientLastName +client_local_ip ClientLocalIP +client_version ClientVersion +contact_login ContactLogin +encoding Encoding +file_receiver FileReceiver +file_sender FileSender +filehash FileHash +filesize FileSize +message Msg +message_len MsgLen +server_ip SvrIP +service Service +sessionid SessionID +timestamp Timestamp +transfer_id TransferID +webcam_brand WebcamBrand +login Login +filename Filename +receiver Rcvr +sender Sender +file_url FileURL +version Version +call_duration CallDuration +caller Caller +login Login +client_ip ClientIP +file_identifier FileIdentifier +file_receiver FileReceiver +file_sender FileSender +filehash FileHash +filesize FileSize +server_ip SvrIP +login Login +filename Filename +file_url FileURL +webcam_brand WebcamBrand +login Login +contact_firstname ContactFirstName +contact_lastname ContactLastName +contact_login ContactLogin +contact_name ContactName +message Msg +msg_code MsgCode +service Service +sessionid SessionID +login Login +receiver Rcvr +sender Sender +version Version +audio_datarate AuditDataRate +date Date +description Description +name Name +nameviewer NameViewer +password Passwd +query_text QueryText +start_time StartTime +tags Tags +title Title +total_datarate TotalDataRate +video_datarate VidDataRate +video_duration VidDuration +video_framerate VidFrameRate +video_height VidHeight +video_totalduration VidTotalDuration +video_width VidWidth +videoid VidID +method Method +login Login +query_raw QueryRaw +url URL +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_receiver MsgListReceiver +msglist_receiver_alias MsgListReceiverAlias +msglist_receiver_email MsgListReceiverEmail +msglist_sender MsgListSender +msglist_sender_alias MsgListSenderAlias +msglist_sender_email MsgListSenderEmail +msglist_subject MsgListSubject +password Passwd +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject +action Action +attach_id AttachID +attach_size AttachSize +attach_type AttachType +contact Contact +contact_alias ContactAlias +contact_email ContactEmail +date Date +draft Draft +msg_id MsgID +msglist_date MsgListDate +msglist_folder MsgListFolder +msglist_receiver_alias MsgListReceiverAlias +msglist_sender_alias MsgListSenderAlias +msglist_subject MsgListSubject +receiver_alias RcvrAlias +receiver_email RcvrEmail +receiver_type RcvrType +replyto ReplyTo +sender_alias SenderAlias +sender_email SenderEmail +login Login +attach_filename Filename +receiver Rcvr +sender Sender +subject Subject diff --git a/resources/remapping.NEW b/resources/remapping.NEW deleted file mode 100644 index d0afa556f3604..0000000000000 --- a/resources/remapping.NEW +++ /dev/null @@ -1,957 +0,0 @@ -VTP_mgmt_domain VTPMgmtDomain -_3gpp_sgsn_address 3GppSgsnAddress -_3gpp_sgsn_mcc_mnc 3GppSgsnMccMnc -accept_encoding AcceptEncoding -accept_language AcceptLanguage -access_point AccessPoint -account_uid AccountUID -acct_input_octets AcctInputOctets -acct_multi_session_id AcctMultiSessionID -acct_output_octets AcctOutputOctets -acct_record_number AcctRecordNumber -acct_record_type AcctRecordType -acct_session_id AcctSessionID -acct_sub_session_id AcctSubSessionID -ack_number AckNumber -action Action -ad_bid_type AdBidType -ad_channel AdChannel -ad_client AdClient -ad_page AdPage -ad_status AdStatus -ad_targeting_type AdTargetingType -ad_text AdText -ad_title AdTitle -ad_type AdType -ad_url AdURL -ad_url_full AdURLFull -ad_visible_url AdVisibleURL -address Address -alert_info AlertInfo -alias Alias -ancount Ancount -app_name AppName -application Application -application_action ApplicationAction -application_end ApplicationEnd -application_id ApplicationID -application_id_end ApplicationIDEnd -application_name ApplicationName -arcount Arcount -area_id AreaID -as_number AsNumber -assertion_value AssertionValue -attach_compress AttachCompress -attach_content_seq AttachContentSeq -attach_content_size AttachContentSize -attach_disposition AttachDisposition -attach_fileid AttachFileid -attach_filename AttachFilename -attach_id AttachID -attach_mime_type AttachMimeType -attach_size AttachSize -attach_transfer_encoding AttachTransferEncoding -attach_type AttachType -attribute_desc AttributeDesc -attributes Attributes -audio_data AudioData -audio_datarate AudioDatarate -auth_password AuthPassword -auth_request_type AuthRequestType -auth_username AuthUsername -auth_value AuthValue -authentication Authentication -authentification_type AuthentificationType -authority Authority -authorization_country_code AuthorizationCountryCode -avp_int AvpInt -avp_int64 AvpInt64 -avp_interface_id AvpInterfaceID -avp_ipv4 AvpIPv4 -avp_vendor_id AvpVendorID -backup_router BackupRouter -base Base -bootfilename Bootfilename -bridge_addr BridgeAddr -call_byte_count CallByteCount -call_duration CallDuration -call_id CallID -call_info CallInfo -call_pkt_count CallPktCount -call_setup CallSetup -call_way CallWay -callback_number CallbackNumber -called_addr CalledAddr -called_station_id CalledStationID -callee Callee -callee_addr CalleeAddr -callee_domain CalleeDomain -callee_e164 CalleeE164 -callee_id CalleeID -callee_nickname CalleeNickname -callee_server_agent CalleeServerAgent -callee_uid CalleeUID -callee_user_agent CalleeUserAgent -callee_user_phone CalleeUserPhone -calleename Calleename -caller Caller -caller_addr CallerAddr -caller_domain CallerDomain -caller_e164 CallerE164 -caller_id CallerID -caller_nickname CallerNickname -caller_server_agent CallerServerAgent -caller_uid CallerUID -caller_user_agent CallerUserAgent -caller_user_phone CallerUserPhone -callername Callername -calling_addr CallingAddr -calling_station_id CallingStationID -callstate Callstate -canceled_chunk_data_offset CanceledChunkDataOffset -canceled_chunk_length CanceledChunkLength -canceled_chunk_number CanceledChunkNumber -chaddr Chaddr -challenge_name ChallengeName -channel Channel -channel_action ChannelAction -channel_description ChannelDescription -channel_disabled ChannelDisabled -channel_encrypt_way ChannelEncryptWay -channel_id ChannelId -channel_name ChannelName -channel_priority ChannelPriority -channel_topic ChannelTopic -channel_user ChannelUser -charset Charset -chat_id ChatID -chat_im ChatIM -chat_type ChatType -chunk_data_proto ChunkDataProto -chunk_data_tsn ChunkDataTSN -chunk_len ChunkLen -ciaddr Ciaddr -circuit_id CircuitID -city City -classification_type ClassificationType -client_addr ClientAddr -client_addr32 ClientAddr32 -client_build ClientBuild -client_country ClientCountry -client_firstname ClientFirstname -client_hostname ClientHostname -client_id ClientID -client_ip ClientIP -client_lastname ClientLastname -client_local_ip ClientLocalIP -client_login ClientLogin -client_message ClientMessage -client_net ClientNet -client_nickname ClientNickname -client_os ClientOS -client_platform ClientPlatform -client_port ClientPort -client_program_name ClientProgramName -client_program_path ClientProgramPath -client_software ClientSoftware -client_status ClientStatus -client_time ClientTime -client_uid ClientUID -client_version ClientVersion -cname Cname -cnx_duration CnxDuration -code Code -code_respmod_req CodeRespmodReq -codec Codec -codec_name CodecName -college College -command_code CommandCode -command_string CommandString -command_type CommandType -comment Comment -common_name CommonName -communication_id_number CommunicationIDNumber -community Community -component_list_desc ComponentListDesc -component_list_name ComponentListName -component_list_url ComponentListURL -component_list_version ComponentListVersion -confcall_callee ConfcallCallee -confcall_caller ConfcallCaller -connect_rtt ConnectRTT -connection_header ConnectionHeader -connection_id ConnectionID -connection_info_addr ConnectionInfoAddr -connection_info_addr_type ConnectionInfoAddrType -connection_info_net_type ConnectionInfoNetType -connection_type ConnectionType -contact Contact -contact_alias ContactAlias -contact_blocked ContactBlocked -contact_email ContactEmail -contact_firstname ContactFirstname -contact_id ContactID -contact_im ContactIM -contact_lastname ContactLastname -contact_login ContactLogin -contact_message ContactMessage -contact_name ContactName -contact_nickname ContactNickname -contact_status ContactStatus -contact_uid ContactUID -contains_sasl ContainsSasl -content_disposition ContentDisposition -content_encoding ContentEncoding -content_len ContentLen -content_location ContentLocation -content_part_filename ContentPartFilename -content_part_id ContentPartID -content_part_type ContentPartType -content_range ContentRange -content_type ContentType -content_type_respmod_req ContentTypeRespmodReq -context_id ContextID -cookie Cookie -country Country -country_code CountryCode -create_ctxt_delay CreateCtxtDelay -creator Creator -cseq Cseq -current_ip_address CurrentIPAddress -current_version CurrentVersion -database_name DatabaseName -date Date -dd_seq_nbr DdSeqNbr -dead_interval DeadInterval -dechunk_size DechunkSize -declassified Declassified -decompress_size DecompressSize -default_username DefaultUsername -delete_url DeleteURL -delivery_country_code DeliveryCountryCode -description Description -designed_router DesignedRouter -desktop_height DesktopHeight -desktop_width DesktopWidth -dest_point_code DestPointCode -destination_host DestinationHost -dev Dev -device_id DeviceID -device_name DeviceName -device_type DeviceType -dialect Dialect -digitmap Digitmap -directory Directory -display Display -divergence Divergence -dns_ip_addr DnsIPAddr -dns_server DnsServer -domain Domain -domain_ascii DomainASCII -download_url DownloadURL -draft Draft -dst_addr DstAddr -dst_net DstNet -duration Duration -e_action EAction -east East -email Email -email_address EmailAddress -email_index EmailIndex -email_invited EmailInvited -email_type EmailType -employer Employer -enc_data_type EncDataType -encoding Encoding -encrypted Encrypted -end_addr EndAddr -end_addr_raw EndAddrRaw -end_addr_text EndAddrText -end_of_file EndOfFile -end_session EndSession -end_status EndStatus -end_to_end_id EndToEndID -endpoint Endpoint -entropy Entropy -ep_enb_ue_id EpEnbUeID -ep_ie EpIe -ep_ie_cgi EpIeCGI -ep_ie_name EpIeName -ep_ie_rab EpIeRab -ep_ie_rab_addr EpIeRabAddr -ep_ie_rab_teid EpIeRabTeid -ep_ie_tai EpIeTai -ep_mme_ue_id EpMmeUeID -ep_name EpName -err_cname_name ErrCnameName -err_cname_type ErrCnameType -err_crealm ErrCrealm -err_realm ErrRealm -err_sname_name ErrSnameName -err_sname_type ErrSnameType -err_text ErrText -error Error -error_code ErrorCode -etsi_671_nei Etsi_671Nei -event Event -expires Expires -ext_attributes ExtAttributes -external_fwd_addr ExternalFwdAddr -external_ip_address ExternalIPAddress -external_route_tag ExternalRouteTag -family Family -family_end FamilyEnd -fax_message_number FaxMessageNumber -feed_like FeedLike -feed_text FeedText -feed_type FeedType -file_attributes FileAttributes -file_chunk_data_offset FileChunkDataOffset -file_chunk_identifier FileChunkIdentifier -file_chunk_len FileChunkLen -file_chunk_number FileChunkNumber -file_chunk_sid FileChunkSid -file_chunk_type FileChunkType -file_completed FileCompleted -file_compression_type FileCompressionType -file_downloaded FileDownloaded -file_ed2k FileED2K -file_hash FileHash -file_id FileID -file_identifier FileIdentifier -file_incomplete FileIncomplete -file_is_compressed FileIsCompressed -file_left FileLeft -file_md5 FileMD5 -file_receiver FileReceiver -file_sender FileSender -file_sha1 FileSHA1 -file_sid FileSID -file_uploaded FileUploaded -file_url FileURL -filehash Filehash -fileid Fileid -filekey Filekey -filename Filename -filename_encoding FilenameEncoding -filesize Filesize -firstname Firstname -flags Flags -flow_id FlowID -folder Folder -folderlist_item_id FolderlistItemID -folderlist_item_name FolderlistItemName -forward_addr ForwardAddr -forward_redline ForwardRedline -found_protocol FoundProtocol -fragment_lost_size FragmentLostSize -framed_ip FramedIP -framed_ipv6_pool FramedIPV6Pool -framed_ipv6_route FramedIPV6Route -from From -giaddr Giaddr -gid Gid -greeting_message GreetingMessage -group Group -group_detailed_description GroupDetailedDescription -group_id GroupID -group_join_request GroupJoinRequest -group_membership GroupMembership -group_name GroupName -group_short_description GroupShortDescription -groupe Groupe -gsn_address GsnAddress -gsn_address_control GsnAddressControl -gsn_address_data GsnAddressData -gsn_type GsnType -h245_addr H245Addr -h245_method H245Method -header_count HeaderCount -header_end_offset HeaderEndOffset -header_name HeaderName -header_raw HeaderRaw -header_statusline HeaderStatusline -header_value HeaderValue -highschool Highschool -hop_by_hop_id HopByHopID -host Host -host_addr HostAddr -host_respmod_req HostRespmodReq -hostname Hostname -hostname_ascii HostnameASCII -ice_type IceType -icon_buddy IconBuddy -identifier Identifier -idle_timeout IdleTimeout -ignore_encapsulations IgnoreEncapsulations -im_network ImNetwork -image_height ImageHeight -image_type ImageType -image_width ImageWidth -imei Imei -imei_receiver ImeiReceiver -imei_sender ImeiSender -imei_sv ImeiSV -imei_tac ImeiTac -importance Importance -imsi Imsi -imsi_cc ImsiCC -imsi_nc ImsiNC -imsi_receiver ImsiReceiver -imsi_sender ImsiSender -index Index -index_client IndexClient -index_server IndexServer -information Information -interface_uuid InterfaceUUID -internal_ip_address InternalIPAddress -io_channel_id Io_channelID -ior_type_id IorTypeID -ip_addr IPAddr -ip_lease_time IPLeaseTime -ip_local IPLocal -is_mobile_service IsMobileService -is_smartphone IsSmartphone -issuer Issuer -jitter Jitter -job Job -kb KB -kernel_archi KernelArchi -kernel_distrib KernelDistrib -kernel_name KernelName -kernel_version KernelVersion -keypad Keypad -label Label -language Language -last_activity LastActivity -last_activity_timestamp LastActivityTimestamp -lastname Lastname -latency Latency -latitude Latitude -length Length -library Library -life_duration LifeDuration -liid Liid -link_data LinkData -link_id LinkID -link_layer_addr_type LinkLayerAddrType -link_layer_eui64_addr LinkLayerEui64Addr -link_layer_mac_addr LinkLayerMacAddr -loadway Loadway -loc Loc -location Location -location_ci LocationCI -location_lac LocationLac -location_mcc LocationMcc -location_mnc LocationMnc -location_rai LocationRai -location_sac LocationSac -location_type LocationType -login Login -login_info LoginInfo -login_server LoginServer -longitude Longitude -loss_count LossCount -ls_adv_router LsAdvRouter -ls_attach_router LsAttachRouter -ls_id LsID -ls_metric LsMetric -ls_netmask LsNetmask -ls_seq_number LsSeqNumber -ls_type LsType -major_version MajorVersion -maybe_application MaybeApplication -maybe_application_id MaybeApplicationID -maybe_family MaybeFamily -media_attr_addr MediaAttrAddr -media_attr_channel MediaAttrChannel -media_attr_encoding MediaAttrEncoding -media_attr_label MediaAttrLabel -media_attr_param MediaAttrParam -media_attr_rate MediaAttrRate -media_attr_transport MediaAttrTransport -media_attr_type MediaAttrType -media_attr_value MediaAttrValue -media_channel_addr MediaChannelAddr -media_control_channel_addr MediaControlChannelAddr -media_format MediaFormat -media_proto MediaProto -media_type MediaType -media_url MediaURL -member_alias MemberAlias -member_email MemberEmail -message Message -message_id MessageID -message_len MessageLen -message_name MessageName -message_scope MessageScope -message_sz MessageSZ -message_ts MessageTS -message_type MessageType -message_way MessageWay -method Method -method_respmod_req MethodRespmodReq -metric Metric -microsecond Microsecond -mime_type MimeType -mime_type_main MimeTypeMain -mime_type_sub MimeTypeSub -mime_version MimeVersion -minor_version MinorVersion -mobile_ip_addr MobileIPAddr -mode Mode -mode_channel ModeChannel -mode_status ModeStatus -model Model -module Module -mos Mos -mos_satellite MosSatellite -mos_session MosSession -ms_address MsAddress -ms_address_peer MsAddressPeer -msg_code MsgCode -msg_id MsgID -msg_number MsgNumber -msg_type MsgType -msglist_attach MsglistAttach -msglist_attach_filename MsglistAttachFilename -msglist_attach_mime_type MsglistAttachMimeType -msglist_content MsglistContent -msglist_date MsglistDate -msglist_flags MsglistFlags -msglist_folder MsglistFolder -msglist_importance MsglistImportance -msglist_mime_type MsglistMimeType -msglist_msgid MsglistMsgid -msglist_receiver MsglistReceiver -msglist_receiver_alias MsglistReceiverAlias -msglist_receiver_email MsglistReceiverEmail -msglist_receiver_type MsglistReceiverType -msglist_sender MsglistSender -msglist_sender_alias MsglistSenderAlias -msglist_sender_email MsglistSenderEmail -msglist_sensivity MsglistSensivity -msglist_size MsglistSize -msglist_subject MsglistSubject -msglist_unread MsglistUnread -msisdn Msisdn -msisdn_receiver MsisdnReceiver -msisdn_sender MsisdnSender -multi_match_proto_id MultiMatchProtoID -name Name -name_invited NameInvited -nameviewer Nameviewer -nas_id NasID -nas_ip NasIP -nas_port NasPort -nas_port_id NasPortID -nas_port_type NasPortType -native_lan_manager NativeLanManager -native_os NativeOS -nb_byt_rcv NbBytRcv -nb_byt_sent NbBytSent -nb_pkt_lost NbPktLost -nb_pkt_rcv NbPktRcv -nb_pkt_sent NbPktSent -nb_receiver NbReceiver -near_raw NearRaw -near_text NearText -nearest_service NearestService -neighbor Neighbor -netmask Netmask -network_element_id NetworkElementID -new_version NewVersion -newsgroup Newsgroup -next_attach_id NextAttachID -next_hope NextHope -nickname Nickname -nlri_prefix NlriPrefix -north North -note Note -notifiedEntity NotifiedEntity -nscount Nscount -nt_status NtStatus -ntlm_domain NtlmDomain -ntlm_user NtlmUser -ntlm_workstation NtlmWorkstation -number Number -octets_received OctetsReceived -octets_sent OctetsSent -offset Offset -oid Oid -online_principal OnlinePrincipal -operator_id OperatorID -organization Organization -orig_point_code OrigPointCode -origin_client_ip OriginClientIP -origin_host OriginHost -os Os -other_ip_address OtherIpAddress -p_asserted_id PAssertedID -pa_data_type PaDataType -package_archi PackageArchi -package_distrib PackageDistrib -package_name PackageName -package_version PackageVersion -packet_counter PacketCounter -packets_lost PacketsLost -packets_received PacketsReceived -packets_sent PacketsSent -page_url PageURL -pager_id PagerID -param_screen_name ParamScreenName -param_text ParamText -param_user_id ParamUserID -parameter_name ParameterName -parameter_size ParameterSize -parameter_value ParameterValue -part_filename PartFilename -part_header_name PartHeaderName -part_header_value PartHeaderValue -part_name PartName -password Password -path Path -path_attr_value_as_num PathAttrValueAsNum -path_attr_value_local_pref PathAttrValueLocalPref -path_attr_value_next_hop_ip PathAttrValueNextHopIP -path_len PathLen -path_type PathType -payload_is_crypted PayloadIsCrypted -pdu_type PduType -peer_addr PeerAddr -peer_hash PeerHash -peer_id PeerID -peer_ip PeerIP -peer_port PeerPort -peer_share_id PeerShareID -peer_share_ip PeerShareIP -phone Phone -phone_number PhoneNumber -piece_length PieceLength -pkg_name PkgName -pkt_type PktType -platform Platform -plugin_current_version PluginCurrentVersion -plugin_id PluginID -plugin_name PluginName -plugin_new_version PluginNewVersion -port_id PortID -post_variable_decoded PostVariableDecoded -previous_lost PreviousLost -printer Printer -procedure Procedure -process_id ProcessID -product_id ProductID -product_name ProductName -profile Profile -profile_name ProfileName -profile_value ProfileValue -program Program -program_version ProgramVersion -proto_version ProtoVersion -protocol Protocol -proxy_auth ProxyAuth -proxy_authorization ProxyAuthorization -proxy_login ProxyLogin -proxy_realm ProxyRealm -qdcount Qdcount -qos_alloc_ret_prio QosAllocRetPrio -qos_delay QosDelay -qos_max_downlink QosMaxDownlink -qos_max_uplink QosMaxUplink -qos_mean QosMean -qos_peak QosPeak -qos_precedence QosPrecedence -qos_reliability QosReliability -query Query -query_id QueryID -query_index QueryIndex -query_raw QueryRaw -query_rtt QueryRTT -query_text QueryText -query_type QueryType -query_way QueryWay -rai Rai -real_sender_domain RealSenderDomain -real_sender_msgid RealSenderMsgid -realm Realm -reason Reason -received_by_ip ReceivedByIP -received_by_name ReceivedByName -received_date ReceivedDate -received_from_ip ReceivedFromIP -received_from_name ReceivedFromName -received_server_agent ReceivedServerAgent -received_with ReceivedWith -receiver Receiver -receiver_alias ReceiverAlias -receiver_domain ReceiverDomain -receiver_email ReceiverEmail -receiver_rcptto ReceiverRcptto -receiver_sex ReceiverSex -receiver_type ReceiverType -receiver_uid ReceiverUID -recipientid Recipientid -record_maddress RecordMaddress -record_route RecordRoute -reference_clock ReferenceClock -referer Referer -referer_path RefererPath -referer_respmod_req RefererRespmodReq -referer_server RefererServer -relation Relation -remote_addr RemoteAddr -remote_id RemoteID -remote_id_subtype RemoteIDSubtype -remote_id_type RemoteIDType -remote_login RemoteLogin -remote_name RemoteName -remote_party_id RemotePartyID -reply_cause_code ReplyCauseCode -reply_code ReplyCode -replyto Replyto -request_call_id RequestCallID -request_callee RequestCallee -request_caller RequestCaller -request_filename RequestFilename -request_id RequestID -request_operation RequestOperation -request_size RequestSize -request_ts RequestTS -response_code ResponseCode -response_name ResponseName -response_size ResponseSize -response_status_code ResponseStatusCode -response_status_text ResponseStatusText -response_time ResponseTime -response_ts ResponseTS -result_code ResultCode -return_content ReturnContent -reverse_addr ReverseAddr -rfactor Rfactor -root_addr RootAddr -root_path_cost RootPathCost -router Router -router_id RouterID -rr_cumlost RrCumlost -rr_jitter RrJitter -rr_ssrc_id RrSsrcID -rtt Rtt -rtt_app RttApp -s10_mme_gtpc_address S10MmeGtpcAddress -s10_mme_gtpc_teid S10MmeGtpcTeID -s11_mme_gtpc_address S11MmeGtpcAddress -s11_mme_gtpc_teid S11MmeGtpcTeID -s11_s4_sgw_gtpc_address S11S4SgwGtpcAddress -s11_s4_sgw_gtpc_teid S11S4SgwGtpcTeID -s12_rnc_gtpu_address S12RncGtpuAddress -s12_rnc_gtpu_teid S12RncGtpuTeID -s12_sgw_gtpu_address S12SgwGtpuAddress -s12_sgw_gtpu_teid S12SgwGtpuTeID -s1u_enodeb_gtpu_address S1UEnodebGtpuAddress -s1u_enodeb_gtpu_teid S1UEnodebGtpuTeID -s1u_sgw_gtpu_address S1USgwGtpuAddress -s1u_sgw_gtpu_teid S1USgwGtpuTeID -s3_mme_gtpc_address S3MmeGtpcAddress -s3_mme_gtpc_teid S3MmeGtpcTeID -s3_sgsn_gtpc_address S3SgsnGtpcAddress -s3_sgsn_gtpc_teid S3SgsnGtpcTeID -s4_sgsn_gtpc_address S4SgsnGtpcAddress -s4_sgsn_gtpc_teid S4SgsnGtpcTeID -s4_sgsn_gtpu_address S4SgsnGtpuAddress -s4_sgsn_gtpu_teid S4SgsnGtpuTeID -s4_sgw_gtpu_address S4SgwGtpuAddress -s4_sgw_gtpu_teid S4SgwGtpuTeID -s5_s8_pgw_gtpc_address S5S8PgwGtpcAddress -s5_s8_pgw_gtpc_teid S5S8PgwGtpcTeID -s5_s8_pgw_gtpu_address S5S8PgwGtpuAddress -s5_s8_pgw_gtpu_teid S5S8PgwGtpuTeID -s5_s8_sgw_gtpc_address S5S8SgwGtpcAddress -s5_s8_sgw_gtpc_teid S5S8SgwGtpcTeID -s5_s8_sgw_gtpu_address S5S8SgwGtpuAddress -s5_s8_sgw_gtpu_teid S5_s8SgwGtpuTeID -screen_name ScreenName -seal_algo SealAlgo -search_attributes SearchAttributes -search_pattern SearchPattern -search_storage_type SearchStorageType -second Second -second_dns_ip_addr SecondDNSIPAddr -second_win_ip_addr SecondWinIPAddr -security_blob_len SecurityBlobLen -sender Sender -sender_alias SenderAlias -sender_domain SenderDomain -sender_email SenderEmail -sender_mailfrom SenderMailfrom -sender_nickname SenderNickname -sender_sex SenderSex -sender_uid SenderUID -sensivity Sensivity -seq Seq -seq_number SeqNumber -sequence_number SequenceNumber -server Server -server_addr ServerAddr -server_addr32 ServerAddr32 -server_agent ServerAgent -server_hostname ServerHostname -server_ip ServerIP -server_login ServerLogin -server_name ServerName -server_net ServerNet -server_os ServerOS -server_password ServerPassword -server_platform ServerPlatform -server_port ServerPort -server_response ServerResponse -server_status ServerStatus -server_version ServerVersion -service Service -service_duration ServiceDuration -service_id ServiceID -session_duration SessionDuration -session_id SessionID -session_packet_counter SessionPacketCounter -session_time SessionTime -session_timeout SessionTimeout -sessionid Sessionid -setup_delay SetupDelay -sex Sex -share_text ShareText -share_with ShareWith -siaddr Siaddr -sid Sid -sidc Sidc -signal Signal -size Size -smb_client SmbClient -sname Sname -softkeyevent Softkeyevent -software_version SoftwareVersion -source_name SourceName -source_type SourceType -south South -speed Speed -sr_filehash SrFilehash -sr_filename SrFilename -sr_filesize SrFilesize -src_addr SrcAddr -src_net SrcNet -ssrc Ssrc -start_addr StartAddr -start_addr_raw StartAddrRaw -start_addr_text StartAddrText -start_time StartTime -state State -stats_jitter StatsJitter -stats_latency StatsLatency -status_code StatusCode -status_update StatusUpdate -stop_time StopTime -stream_id StreamID -stream_url StreamURL -street Street -subject Subject -subject_alt_name SubjectAltName -subnetmask Subnetmask -supported_next_protocol SupportedNextProtocol -t_pdu_direction TPduDirection -tag Tag -tags Tags -teid Teid -teid_control TeidControl -teid_data TeidData -term_type TermType -terminate_cause TerminateCause -thread_id ThreadID -thumbnail Thumbnail -ticket_name TicketName -ticket_name_type TicketNameType -tid Tid -time Time -time_before_spk TimeBeforeSpk -time_stamp_qualifier TimeStampQualifier -timestamp Timestamp -title Title -to To -tool Tool -torrent_filename TorrentFilename -total_datarate TotalDatarate -tracker Tracker -transaction_id TransactionID -transfer_duration TransferDuration -transfer_id TransferID -transfer_way TransferWay -tsecr Tsecr -tsval Tsval -ttl Ttl -tweet Tweet -type Type -type_string TypeString -uid Uid -unseq Unseq -update_manager UpdateManager -upgrade_header UpgradeHeader -upload_description UploadDescription -uri URI -uri_decoded URIDecoded -uri_end_offset URIEndOffset -uri_full URIFull -uri_get_decoded URIGetDecoded -uri_param_name URIParamName -uri_param_value URIParamValue -uri_path URIPath -uri_path_decoded URIPathDecoded -uri_post_decoded URIPostDecoded -uri_respmod_req URIRespmodReq -uri_start_offset URIStartOffset -urilast64 Urilast64 -urilen URILen -url URL -user_agent UserAgent -user_agent_end_offset UserAgentEndOffset -user_agent_respmod_req UserAgentRespmodReq -user_agent_start_offset UserAgentStartOffset -user_email UserEmail -user_id UserID -username_ascii UsernameASCII -validity_not_after ValidityNotAfter -validity_not_before ValidityNotBefore -validity_period ValidityPeriod -value_len ValueLen -value_string ValueString -value_type ValueType -vendor Vendor -vendor_name VendorName -version Version -version_code VersionCode -via Via -video_avgdatarate VideoAvgdatarate -video_brand VideoBrand -video_datarate VideoDatarate -video_duration VideoDuration -video_framerate VideoFramerate -video_height VideoHeight -video_totalduration VideoTotalduration -video_type VideoType -video_uuid VideoUUID -video_width VideoWidth -videoid VideoID -virtual_addr VirtualAddr -wap_profile WapProfile -webcam_brand WebcamBrand -west West -win_ip_addr WinIPAddr -withdrawn_prefix WithdrawnPrefix -www_authenticate WWWAuthenticate -x_client_ip_respmod_req XClientIPRespmodReq -x_content_urn XContentUrn -xid Xid -xmailer Xmailer -yiaddr Yiaddr -zoom Zoom -method_content MethodContent -host_start_offset HostStartOffset -last_modified LastModified -_3gpp_imsi 3GppImsi diff --git a/scripts/buildDpiMsgLRProto.pl b/scripts/buildDpiMsgLRProto.pl index 051799169ed4e..43f0f73d0ca78 100755 --- a/scripts/buildDpiMsgLRProto.pl +++ b/scripts/buildDpiMsgLRProto.pl @@ -114,8 +114,28 @@ sub CheckRenameFile { } +sub CreateRemappingFile { + my($remappingfile,$nmfieldnames) = @_; + + open nmfieldnamesFile, "$nmfieldnames" or die $!; + open remappingFile, '>'."$remappingfile" or die $!; + seek remappingFile, 0, 0; + + while () { + if ($_ =~ m/.*Q_PROTO.*/ ) { + my @lineValues = split(/,/,$_); + print remappingFile "$lineValues[2] $lineValues[3]\n"; + } + } + + close nmfieldnamesFile; + close remappingFile; + +} + $QosmosWorkBookName = $ARGV[0]; ($exludeFilter,$includeFilter) = ReadFilters($ARGV[2]); +CreateRemappingFile($ARGV[4],$ARGV[6]); (%renameMapping) = ReadRemappingFile($ARGV[4]); my $renameMap = $ARGV[5]; if ($renameMap eq "" ) { diff --git a/scripts/buildDpiMsgLRProto.sh b/scripts/buildDpiMsgLRProto.sh index 84f1aad4f394d..457d0767a04c5 100755 --- a/scripts/buildDpiMsgLRProto.sh +++ b/scripts/buildDpiMsgLRProto.sh @@ -4,7 +4,7 @@ TMPFILE=/tmp/buildDpiMsgLRProto.$BASHPID TMPFILE2=/tmp/buildDpiMsgLRProto2.$BASHPID cat resources/DpiMsgLRproto.protoheader > $TMPFILE -perl scripts/buildDpiMsgLRProto.pl resources/Qosmos_Protobook.csv protofiles/DpiMsgLRproto.proto.orig resources/ProtocolFilters resources/ProtocolDescriptions.csv resources/remapping resources/remapping.yaml > $TMPFILE2 +perl scripts/buildDpiMsgLRProto.pl resources/Qosmos_Protobook.csv protofiles/DpiMsgLRproto.proto.orig resources/ProtocolFilters resources/ProtocolDescriptions.csv resources/remapping resources/remapping.yaml resources/NetMonFieldNames.csv > $TMPFILE2 sort -nk 5 $TMPFILE2 >> $TMPFILE cat resources/DpiMsgLRproto.protofooter >> $TMPFILE diff --git a/scripts/buildESTemplate.pl b/scripts/buildESTemplate.pl index 60923e9523997..27820bf4f6dc4 100644 --- a/scripts/buildESTemplate.pl +++ b/scripts/buildESTemplate.pl @@ -34,31 +34,31 @@ sub ReadProtoFile { print "\"$remapping{application_end}\", "; print "\"$remapping{application_id}\", "; print "\"$remapping{application_id_end}\", "; -print "\"#file_id\" "; +print "\"FileID\" "; print "]\n"; print "},\n"; print "\"properties\" : {\n"; -print "\"ip_source\" : { \"type\": \"ip\", \"ignore_malformed\" : true },\n"; -print "\"ip_dest\" : { \"type\": \"ip\", \"ignore_malformed\" : true },\n"; -print "\"time_start\" : { \"format\": \"yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||yyyy-MM-dd'T'HH:mm:ss.SSSZZ\", \"type\": \"date\"},\n"; -print "\"time_updated\" : { \"format\": \"yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||yyyy-MM-dd'T'HH:mm:ss.SSSZZ\", \"type\": \"date\"},\n"; -print "\"time_total\" : { \"type\": \"long\", \"ignore_malformed\" : true },\n"; -print "\"time_delta\" : { \"type\": \"long\", \"ignore_malformed\" : true },\n"; -print "\"captured\" : { \"type\": \"string\", \"null_value\": \"false\"},\n"; -print "\"session_id\" : {\"type\": \"string\", \"index\" : \"not_analyzed\"},\n"; -print "\"mac_source\" : {\"type\" : \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true},\n"; +print "\"SrcIP\" : { \"type\": \"ip\", \"ignore_malformed\" : true },\n"; +print "\"DestIP\" : { \"type\": \"ip\", \"ignore_malformed\" : true },\n"; +print "\"TimeStart\" : { \"format\": \"yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||yyyy-MM-dd'T'HH:mm:ss.SSSZZ\", \"type\": \"date\"},\n"; +print "\"TimeUpdated\" : { \"format\": \"yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||yyyy-MM-dd'T'HH:mm:ss.SSSZZ\", \"type\": \"date\"},\n"; +print "\"TimeTotal\" : { \"type\": \"long\", \"ignore_malformed\" : true },\n"; +print "\"TimeDelta\" : { \"type\": \"long\", \"ignore_malformed\" : true },\n"; +print "\"Captured\" : { \"type\": \"string\", \"null_value\": \"false\"},\n"; +print "\"Session\" : {\"type\": \"string\", \"index\" : \"not_analyzed\"},\n"; +print "\"MacSource\" : {\"type\" : \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true},\n"; for $app ( keys %typeHash ) { - if ($app eq "timestamp" || $app eq "syslog_message" ) { + if ($app eq "Timestamp" || $app eq "SyslogMessage" ) { print "\"$remapping{$app}\" : { \"type\" : \"string\", \"store\" : \"no\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true },\n" - } elsif ($app eq "file_id" || $app eq "application" || $app eq "application_end" || $app eq "application_id" || $app eq "application_id_end" ) { + } elsif ($app eq "FileID" || $app eq "Application" || $app eq "ApplicationEnd" || $app eq "ApplicationID" || $app eq "ApplicationIDEnd" ) { print "\"$remapping{$app}\" : { \"type\" : \"object\", \"enabled\" : false },\n" - } elsif ($app eq "index" || $app eq "call_id" || $app eq "version" || $app eq "device_type" ) { + } elsif ($app eq "index" || $app eq "CallID" || $app eq "Version" || $app eq "DeviceType" ) { print "\"$remapping{$app}\" : { \"type\" : \"string\", \"index\" : \"not_analyzed\", \"store\" : \"yes\", \"ignore_malformed\" : true},\n" - } elsif ($app eq "device_type" ) { + } elsif ($app eq "DeviceType" ) { print "\"$remapping{$app}\" : { \"type\" : \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true},\n" - } elsif ($app eq "server_addr" || $app eq "client_addr" ) { + } elsif ($app eq "ServerAddr" || $app eq "ClientAddr" ) { print "\"$remapping{$app}\" : { \"type\": \"ip\", \"ignore_malformed\" : true},\n" } elsif ($app eq "ttl" ) { print "\"$remapping{$app}\" : { \"type\" : \"long\", \"store\" : \"yes\", \"index\": \"not_analyzed\", \"ignore_malformed\" : true },\n" @@ -66,7 +66,7 @@ sub ReadProtoFile { print "\"$remapping{$app}\" : { \"type\" : \"string\", \"store\" : \"yes\", \"ignore_malformed\" : true},\n" } } -print "\"mac_dest\" : {\"type\" : \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true}\n"; +print "\"MacDest\" : {\"type\" : \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true}\n"; print "}\n"; print "}\n";