GitHub user cestella opened a pull request:
https://github.com/apache/incubator-metron/pull/171
METRON-254 pcap inspector emits fields that are named based on the enum,
rather than the standardized field names
PcapInspector utility prints field names that are enum names (i.e.
SRC_ADDR) as opposed to the standard field names (ip_src_addr)
Check this by running some pcap data through (follow steps 1-7 from
https://github.com/apache/incubator-metron/pull/156)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cestella/incubator-metron
pcap_inspector_naming
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/171.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #171
----
commit 379bb0b274352f444d203747d9162010122cdf41
Author: cstella <[email protected]>
Date: 2016-06-23T18:10:59Z
Changing the inspector to output field name, not enum name.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---