diff --git a/protofiles/DpiMsgLRproto.proto b/protofiles/DpiMsgLRproto.proto index 61b671683ee0d8..f2a94d2d61ca59 100644 --- a/protofiles/DpiMsgLRproto.proto +++ b/protofiles/DpiMsgLRproto.proto @@ -856,7 +856,7 @@ repeated bytes filenameQ_PROTO_HTTP = 1112; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_FILENA repeated bytes content_rangeQ_PROTO_HTTP = 1113; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_CONTENT_RANGE repeated bytes charsetQ_PROTO_HTTP = 1114; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_CHARSET repeated bytes wap_profileQ_PROTO_HTTP = 1115; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_WAP_PROFILE -//repeated bytes header_rawQ_PROTO_HTTP = 1116; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_HEADER_RAW +repeated bytes header_rawQ_PROTO_HTTP = 1116; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_HEADER_RAW repeated bytes header_nameQ_PROTO_HTTP = 1117; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_HEADER_NAME //repeated bytes header_valueQ_PROTO_HTTP = 1118; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_HEADER_VALUE optional uint32 header_end_offsetQ_PROTO_HTTP = 1119; // QOSMOS:Q_PROTO_HTTP,Q_HTTP_HEADER_END_OFFSET diff --git a/resources/LuaProtoFieldsDesc.csv b/resources/LuaProtoFieldsDesc.csv index 19f7cfcd077ad2..7aa3083756e739 100644 --- a/resources/LuaProtoFieldsDesc.csv +++ b/resources/LuaProtoFieldsDesc.csv @@ -802,6 +802,7 @@ http, HyperText Transfer Protocol, filename, filenameq_proto_http, bytes, "Name http, HyperText Transfer Protocol, content_range, content_rangeq_proto_http, bytes, "Contains information about the size and offset of downloaded file (used by Gnutella)." http, HyperText Transfer Protocol, charset, charsetq_proto_http, bytes, "Contains the name of the used charset." http, HyperText Transfer Protocol, wap_profile, wap_profileq_proto_http, bytes, "url link that contains the specification of the used handset." +http, HyperText Transfer Protocol, header_raw, header_rawq_proto_http, bytes, "One HTTP header line (field and value)." http, HyperText Transfer Protocol, header_name, header_nameq_proto_http, bytes, "One HTTP header line (field)." http, HyperText Transfer Protocol, header_end_offset, header_end_offsetq_proto_http, uint32, "Offset to the first byte after the last HTTP Header-line (\r\n included). This is an offset to the '\r' character of the second carriage return." http, HyperText Transfer Protocol, header_statusline, header_statuslineq_proto_http, bytes, "The status line, just before the header lines." diff --git a/resources/ProtocolFilters b/resources/ProtocolFilters index c95e5e92167e8c..c18e5e8c43db0d 100644 --- a/resources/ProtocolFilters +++ b/resources/ProtocolFilters @@ -340,7 +340,6 @@ ![,:]Q_PROTO_HI5.*,Q_MPA_ACCOUNT[,\n]| ![,:]Q_PROTO_HI5.*,Q_MPA_END[,\n]| ![,:]Q_PROTO_HTTP.*,Q_HTTP_HEADER[,\n]| -![,:]Q_PROTO_HTTP.*,Q_HTTP_HEADER_RAW[,\n]| ![,:]Q_PROTO_HTTP.*,Q_HTTP_HEADER_VALUE[,\n]| ![,:]Q_PROTO_HTTP.*,Q_HTTP_PART[,\n]| ![,:]Q_PROTO_HTTP.*,Q_HTTP_PART_CONTENT[,\n]|