[
https://issues.apache.org/jira/browse/METRON-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346908#comment-15346908
]
ASF GitHub Bot commented on METRON-254:
---------------------------------------
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.
----
> pcap inspector emits fields that are named based on the enum, rather than the
> standardized field names
> ------------------------------------------------------------------------------------------------------
>
> Key: METRON-254
> URL: https://issues.apache.org/jira/browse/METRON-254
> Project: Metron
> Issue Type: Bug
> Reporter: Casey Stella
> Assignee: Casey Stella
>
> PcapInspector utility prints field names that are enum names (i.e. SRC_ADDR)
> as opposed to the standard field names (ip_src_addr)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)