diff options
author | Anders Broman <anders.broman@ericsson.com> | 2013-01-23 12:08:15 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2013-01-23 12:08:15 +0000 |
commit | fceeb16e666cc4fd48a41a76352fbbeeaf6eb35f (patch) | |
tree | 2a6fa3959c48c0b3fdb25fc56cadbf9e0b2cb5fa /radius | |
parent | 260cafb04c8ff616c21ced1187fe35199a0bbd5f (diff) | |
download | wireshark-fceeb16e666cc4fd48a41a76352fbbeeaf6eb35f.tar.gz wireshark-fceeb16e666cc4fd48a41a76352fbbeeaf6eb35f.tar.bz2 wireshark-fceeb16e666cc4fd48a41a76352fbbeeaf6eb35f.zip |
Make it possible to add custom radius dictionaries. Top Makefile.am needs more modifications to include the file in the tarball.
svn path=/trunk/; revision=47224
Diffstat (limited to 'radius')
-rw-r--r-- | radius/custom.includes | 4 | ||||
-rw-r--r-- | radius/dictionary | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/radius/custom.includes b/radius/custom.includes new file mode 100644 index 0000000000..6f14af0a63 --- /dev/null +++ b/radius/custom.includes @@ -0,0 +1,4 @@ +# +# Version $Id$ +# Add custom Radius files her in the format $INCLUDE dictionary.foo +# diff --git a/radius/dictionary b/radius/dictionary index 5005ff7f1c..7c499106fb 100644 --- a/radius/dictionary +++ b/radius/dictionary @@ -212,6 +212,7 @@ $INCLUDE dictionary.wichorus $INCLUDE dictionary.wimax $INCLUDE dictionary.wispr $INCLUDE dictionary.xedia +$INCLUDE custom.includes # # And finally the server internal attributes. |