calmh / ipfix

IPFIX parser package for Go
MIT License
48 stars 26 forks source link

generate builtin dictionary from ipfix.xml #3

Closed georgmu closed 9 years ago

georgmu commented 9 years ago

etc/generate-builtin-dict.go will download the latest ipfix.xml from IANA and then generates new builtin-dictionary.go.

To update builtin-dictionary.go, run the following commands:

go run etc/generate-builtin-dict.go go fmt builtin-dictionary.go

calmh commented 9 years ago

:+1: