Skip to content
Snippets Groups Projects
decode_options.go 64 B
Newer Older
  • Learn to ignore specific revisions
  • package packet
    
    type DecodeOptions struct {
    	Use32BitASN bool
    }