Export IPs in decimal format
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Lua
- Stars
- 1.8k
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Please, add additional format option to export IPs (IPV4_SRC_ADDR, IPV4_DST_ADDR etc) to file in decimal format (not dotted).
For example, it might look like this:
--dump-ip-format <format>
where format is
d - for dotted format (127.0.0.1)
n - for numeric format (2130706433)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the export handling for IPV4_SRC_ADDR and IPV4_DST_ADDR and the existing dump-format option parsing. Add the requested --dump-ip-format values for dotted and numeric output, then verify that exported IP fields use the selected representation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100