@@ -118,15 +118,6 @@ FME_SIP_CALLED_PARTY string flowmon:sipCalledParty
118118FME_SIP_VIA string flowmon:sipVia # SIP VIA
119119
120120# --- HTTP elements ---
121- HTTP_REQUEST_METHOD_ID uint32 e16982id500 # HTTP request method id
122- HTTP_REQUEST_HOST string e16982id501 # HTTP(S) request host
123- HTTP_REQUEST_URL string e16982id502 # HTTP request url
124- HTTP_REQUEST_AGENT_ID uint32 e16982id503 # HTTP request agent id
125- HTTP_REQUEST_AGENT string e16982id504 # HTTP request agent
126- HTTP_REQUEST_REFERER string e16982id505 # HTTP referer
127- HTTP_RESPONSE_STATUS_CODE uint32 e16982id506 # HTTP response status code
128- HTTP_RESPONSE_CONTENT_TYPE string e16982id507 # HTTP response content type
129-
130121FME_HTTP_UA_OS uint16 flowmon:httpUaOs
131122FME_HTTP_UA_OS_MAJ uint16 flowmon:httpUaOsMaj
132123FME_HTTP_UA_OS_MIN uint16 flowmon:httpUaOsMin
@@ -136,10 +127,14 @@ FME_HTTP_UA_APP_MAJ uint16 flowmon:httpUaAppMaj
136127FME_HTTP_UA_APP_MIN uint16 flowmon:httpUaAppMin
137128FME_HTTP_UA_APP_BLD uint16 flowmon:httpUaAppBld
138129FME_HTTP_METHOD_MASK uint16 flowmon:httpMethodMask
139- FME_HTTP_REQUEST_HOST string flowmon:httpHost # HTTP(S) request host
140- FME_HTTP_REQUEST_URL string flowmon:httpUrl # HTTP request url
141- FME_HTTP_RESPONSE_STATUS_CODE uint32 flowmon:httpStatusCode # HTTP response status code
142- FME_HTTP_REQUEST_USER_AGENT string flowmon:httpUserAgent
130+
131+ HTTP_REQUEST_AGENT string flowmon:httpUserAgent
132+ HTTP_REQUEST_HOST string flowmon:httpHost # HTTP(S) request host
133+ HTTP_REQUEST_REFERER string flowmon:httpReferer
134+ HTTP_REQUEST_URL string flowmon:httpUrl # HTTP request url
135+ HTTP_REQUEST_METHOD string cesnet:httpMethod # HTTP method text representation
136+ HTTP_RESPONSE_STATUS_CODE uint16 flowmon:httpStatusCode # HTTP response status code
137+ HTTP_RESPONSE_CONTENT_TYPE string flowmon:httpContentType # HTTP ContentType text representation
143138
144139# --- Other fields ---
145140IPV6_TUN_TYPE uint8 e16982id405 # IPv6 tunnel type
0 commit comments