mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
doc updates
This commit is contained in:
@ -2,11 +2,11 @@ jc changelog
|
||||
|
||||
201911xx v1.5.1
|
||||
- Add -r and raw=True options. By default, jc will now convert numbers and boolean, if possible, and add other semantic information, while the raw output will keep all values as text and provide a more literal JSON output
|
||||
- Clean up helptext code
|
||||
- Add compatibility warnings to stderr
|
||||
- Add -q and quiet=True options to suppress warnings to stderr
|
||||
- Updated lsof parser to allow parsing of added columns
|
||||
- Updated netstat parser to allow parsing of unix sockets
|
||||
- Updated netstat parser to allow parsing of unix sockets and non-tcp/udp connections
|
||||
- Clean up code and reorganize package
|
||||
|
||||
20191031 v1.1.1
|
||||
- Add arp parser
|
||||
|
@ -91,7 +91,8 @@ def parse_post(raw_data):
|
||||
# clean up trailing whitespace on each item in each entry
|
||||
# flags --- = null
|
||||
# program_name - = null
|
||||
# post process to split pid and program name and ip addresses and ports
|
||||
# split pid and program name and ip addresses and ports
|
||||
# create network and transport protocol fields
|
||||
|
||||
for entry in raw_data:
|
||||
for item in entry:
|
||||
|
Reference in New Issue
Block a user