Skip to content

Commit 9898937

Browse files
committed
HTTP: Bugfix in IPFIX template.
1 parent 4eed88a commit 9898937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/ipfixprobe/ipfix-elements.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ namespace ipxp {
342342
F(HTTP_REFERER) \
343343
F(HTTP_URI) \
344344
F(HTTP_CONTENT_TYPE) \
345-
F(HTTP_STATUS) \
346345
F(HTTP_SERVER) \
347-
F(HTTP_SET_COOKIE_NAMES)
346+
F(HTTP_SET_COOKIE_NAMES) \
347+
F(HTTP_STATUS)
348348

349349
#define IPFIX_RTSP_TEMPLATE(F) \
350350
F(RTSP_METHOD) \

0 commit comments

Comments
 (0)