We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084f1f3 commit 408abe1Copy full SHA for 408abe1
hep-proto.js
@@ -36,7 +36,7 @@ class HepToLineProtocolConverter {
36
protocol_header: decoded.rcinfo,
37
create_date: this.getHepTimestamp(decoded.rcinfo),
38
raw: decoded.payload || "",
39
- type: decoded.rcinfo.payload_type || decoded.rcinfo.payloadType || 0
+ type: decoded.rcinfo.payload_type || decoded.rcinfo.proto_type || 0
40
};
41
42
// Convert to Line Protocol
0 commit comments