Skip to content

alexandroskoliousis/iana-ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iana-ports

An Awk script to process the IANA port list.

Download and save IANA's port-numbers file as iana-port-numbers. Then, run

cat iana-port-numbers | awk -f process_iana.awk

or, in case of multiple files, run

awk -f process_iana.awk iana-port-numbers p2p-port-numbers

The script outputs two files, tcp_port.list and udp_port.list.

About

An Awk script to process the IANA port list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages