view contrib/tools/grep_fd_dict_dump @ 1537:e2fa1e9c6aa9

dict csv: harmonise to 8 columns Remove the optional extra rows past "MUST NOT" (usually "May encrypt"). Not consistently provided by AVP
author Luke Mewburn <luke@mewburn.net>
date Mon, 20 Apr 2020 14:48:17 +1000
parents 7d121fbf269a
children
line wrap: on
line source

#!/bin/sh

# Grep stdin for the output of fd_dict_dump() and reformat to remove
# pointer addresses.  Use to post-process the output of dict_dump.fdx
# into a format that's diff-able between freeDiameter invocations.

egrep '^ *{dict|VENDOR|APPLICATION|TYPE|ENUMVAL|AVP|COMMAND|RULE' \
	| sed \
	-e 's/{dict.*}(@0x[^ ]*): //' \
	-e 's/{dict(0x[^ ]*) : \(.*\)}/\1/' \
	-e 's/p:[^ ]* //'
"Welcome to our mercurial repository"