# PaCkAgE DaTaStReAm radstock 1 304 # end of header 0707010003b762000081a40000000000000000000000014f4719c300000106000000b500010002ffffffffffffffff0000001100000000radstock/pkginfoPKG=radstock NAME=GNU radstock 0.66 i86pc Solaris 10 VERSION=0.66 PSTAMP=24th February 2012 VENDOR=GNU EMAIL=mailto: DESC=RADIUS packet decoder ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010003b761000081a40000000000000000000000014f4719c30000035f000000b500010002ffffffffffffffff0000001000000000radstock/pkgmap: 1 304 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/radstock 0755 root root 77128 58157 1330058910 1 d none /usr/local/etc 0755 root root 1 d none /usr/local/etc/raddb 0755 root root 1 f none /usr/local/etc/raddb/dictionary 0644 root root 23751 41270 1330058910 1 d none /usr/local/man 0755 root root 1 d none /usr/local/man/man1 0755 root root 1 f none /usr/local/man/man1/radstock.1 0644 root root 4567 2727 1330058910 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/doc 0755 root root 1 d none /usr/local/share/doc/radstock 0755 root root 1 f none /usr/local/share/doc/radstock/COPYING 0644 root root 17992 29528 1330059057 1 f none /usr/local/share/doc/radstock/README 0644 root root 2742 5127 1330059200 1 i checkinstall 790 2504 1330059715 1 i pkginfo 262 20288 1330059715 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010003b762000081a40000000000000000000000014f4719c300000106000000b500010002ffffffffffffffff0000000800000000pkginfoPKG=radstock NAME=GNU radstock 0.66 i86pc Solaris 10 VERSION=0.66 PSTAMP=24th February 2012 VENDOR=GNU EMAIL=mailto: DESC=RADIUS packet decoder ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010003b761000081a40000000000000000000000014f4719c30000035f000000b500010002ffffffffffffffff0000000700000000pkgmap: 1 304 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/radstock 0755 root root 77128 58157 1330058910 1 d none /usr/local/etc 0755 root root 1 d none /usr/local/etc/raddb 0755 root root 1 f none /usr/local/etc/raddb/dictionary 0644 root root 23751 41270 1330058910 1 d none /usr/local/man 0755 root root 1 d none /usr/local/man/man1 0755 root root 1 f none /usr/local/man/man1/radstock.1 0644 root root 4567 2727 1330058910 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/doc 0755 root root 1 d none /usr/local/share/doc/radstock 0755 root root 1 f none /usr/local/share/doc/radstock/COPYING 0644 root root 17992 29528 1330059057 1 f none /usr/local/share/doc/radstock/README 0644 root root 2742 5127 1330059200 1 i checkinstall 790 2504 1330059715 1 i pkginfo 262 20288 1330059715 0707010003b773000041ed0000000000000000000000024f4719c300000000000000b500010002ffffffffffffffff0000000800000000install0707010003b774000081ed0000000000000000000000014f4719c300000316000000b500010002ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="i386" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi #if [ ${bits} != ${expected_bits} ]; then # echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" # echo "\tYour machine is running a ${bits} bit O.S. currently\n" # echo "\tAborting installation.\n\n\n" # exit 1 #fi exit 0 0707010003b763000041ed0000000000000000000000034f4719c300000000000000b500010002ffffffffffffffff0000000500000000root0707010003b764000041ed0000000000000000000000034f4719c300000000000000b500010002ffffffffffffffff0000000900000000root/usr0707010003b765000041ed0000000000000000000000064f4719c300000000000000b500010002ffffffffffffffff0000000f00000000root/usr/local0707010003b76e000041ed0000000000000000000000034f4719c300000000000000b500010002ffffffffffffffff0000001500000000root/usr/local/share0707010003b76f000041ed0000000000000000000000034f4719c300000000000000b500010002ffffffffffffffff0000001900000000root/usr/local/share/doc0707010003b770000041ed0000000000000000000000024f4719c300000000000000b500010002ffffffffffffffff0000002200000000root/usr/local/share/doc/radstock0707010003b771000081a40000000000000000000000014f47173100004648000000b500010002ffffffffffffffff0000002a00000000root/usr/local/share/doc/radstock/COPYING GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. 0707010003b772000081a40000000000000000000000014f4717c000000ab6000000b500010002ffffffffffffffff0000002900000000root/usr/local/share/doc/radstock/READMEradstock Radstock is primarily a sysadmins tool to diagnose problems with radius server configurations. It was written because I always found snoop/tcpdump to be a poor alternative, and trying to use these on heavily loaded, complex radius servers proved to be a nightmare. It provides the ability to fully decode each packet. Here is some sample output. unix# radstock interface: hme0 (1.2.3.0/255.255.255.0) filter: udp and port 1645 Auth-Request(134) - 10.1.3.6:60284 -> 1.2.3.4:1645 User-Name Len 29 "bobby@dummy.org" CHAP-Password Len 19 "*****`*p*M|**l**N" NAS-IP-Address Len 6 10.1.3.6 NAS-Port-Id Len 6 117 Service-Type Len 6 Framed-User Framed-Protocol Len 6 PPP Called-Station-Id Len 8 "9876" Calling-Station-Id Len 12 "12345678" NAS-Port-Type Len 6 Async Auth-Reject (35) - 1.2.3.4:1645 -> 10.1.3.8:60284 Auth-Request(113) - 10.1.1.1:36332 -> 1.2.3.4:1645 User-Name Len 8 "paul" CHAP-Password Len 19 "****Y***W*>N****d" NAS-IP-Address Len 6 10.1.1.1 NAS-Port-Id Len 6 93 Service-Type Len 6 Framed-User Framed-Protocol Len 6 PPP Called-Station-Id Len 8 "9876" Calling-Station-Id Len 12 "12345679" NAS-Port-Type Len 6 Async Auth-Accept (59) - 1.2.3.4:1645 -> 10.1.1.1:36332 Service-Type Len 6 Framed-User Framed-Protocol Len 6 PPP Framed-IP-Address Len 6 255.255.255.254 Ascend-Idle-Limit Len 6 1200 However, the key feature of radstock is its ability to filter the packets shown based on any attribute. It will also listen out for responses to matched packets and display these as well. An example filter would be (all on one line): radstock -e "(user-name = paul or user-name = bob) and exists nas-port-id" You can also get radstock to read filters from the command line or stdin. For further details on how to write a radius filter, see the manual page. For those of you who are interested as to the name - here's a clue. This program was written to replace a program called radsnoop. COMPILING To compile radstock you need the following o libpcap o flex or lex o bison/yacc Once you have these, the following three commands should do just about all you need. ./configure make make install It has been successfully compiled on Linux and Solaris platforms. Whether it works on them is a completely different story. 0707010003b766000041ed0000000000000000000000024f4719c300000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/bin0707010003b767000081ed0000000000000000000000014f47169e00012d48000000b500010002ffffffffffffffff0000001c00000000root/usr/local/bin/radstockELF#4'4 ($#44xABDFHLMOPQRSTVWXZ[]^`bdfgilnrsuvwy|  $%'+./678:=?@CEGIJKNUY\_acehjkmopqtxz{}~#,%@u+j 5,!D2^ TG, j r# y"@; ( lL#@td1 0<{Gf %Q  l `#$ +$7!EL"S@Mg axgЖyjs  Pr\* !i8= |#!L <Wr 4 DT !l4!  * #0?s  :< A3 Q 8ot;8 s l#Ss  <n `uL!\4"@ D> !(EHy 2> C! ( !P0X\ ^9] l`sM , H bx! ԖD+s  MK \#D 885 +F :1mz K/ X|!]any m3 xl!H @dL5s  4 hok ,""98" H8 s  ! u2A "% .tFp >LܗUt  \"bsXy]s  t l Hpws  <"! |"X 2]  ";; OP0" #"8,#>RX  F#M i <#L\"!To @5%  \!d(Vt x=tM=tD5(Phz 5Phz hz}  DE PPP=Xt=\u5Phz 5j5Ph85`  5P} DE PP=Xt=\u5Phz> 5j5Ph85` t%hz5` j H=\u5Phzh85`t#hz5` jf=Pt 5Pd 5` wW|4^4R4F4:4.4"h{h( jjh>j5`t jU(EEEE8uW hE E@PEEu E&huCEEE8t!EE 2xE@E׃ E@PoEEt EPSEEu EE@PjuXEPjuAEEEEE8t3EEEEEEtEH EŃuh<|u u&EEEU=\u}x hJ|=Lt 5L=\uG}xA=hu8=`t/EP5`6uuuhP|\=`t 5` uUjxuE}tEEEE8tEE)xEEEU uE E0EpEphi|E EP U uuEE0EpEpEPEdЙ}REpEp h||E

U̍E=tiETTt TtA 5u%EPEp EPE EUE XtEP5hTh}tChh{ =\uhh{ h]UEE;H}LUPu2u U EUEEEEUEE;D}sUPu uGUEE;Eu&UЍ E)ЉEEEEUEdE h¸PRQE;dwE;d` Dž``U h{Gh5HhEP UEE E h{Gh5DhEP U8E ¸PRQ3Eh¸PRQE;XrE;X DžUVSDžthulluDžh/HDl@  ljxxPxtx#tx tx tXtxPhh3xPPxPPhӃxPP hP*=HuHЍ PJxPHP<hxPuu DžtLhxPNu Džt%hxP'u DžtXt>HPHhhH‰ЍtHhEHh5Hh ll@ tljxxPnxtx#tx tx txPPxPPhӃxP& h"PT=DuCDžpp;H'xPpPru}DЍ4p xPPDPD~p8hEHh5Dh l&Džhhe[^Uuh@6t@=Xt h(LH=Xt hPUEPuE}u%uhuh jzEUSd uE=Xt$uuu uuhh } t } tgЍE ЍE ǀ EE􋀄E}t}}}u u{E?uuE}u%uuh̄h j/=XtuhhvЍE ЍE ЍE쉂 E} t+} t"hh jpEE8^th>EPEEE8'uE uEH8'u uEHuEPW uyEH8$th@EP,=XtEPhBhЍE ЍE Ѝ j  u j+jEP EE]ULLE=Xt!uu uuhXh UЍE ġUЍEȡUЍE̡EU}uEGUWVDžDžXT($DžEE<TP$ PPEfT;PTP)@'v'v Dž'T PuM T׉󤋅T $׉󤋅$X;t gTP$ T;Pw.}uE`u!=u =Dž7=w Dž3;uz$X}tEE  E u}+  h=XLhPh~2=X%h\hW =Xt 0hhh, =Xthwh 0 0 0  mj 0 0A B  =X$hhV jhh 0 0 0?P jhhj 0 0Pz { =X`hhF=Xthwho 0 0 0 Dž Dž Dž Dž Dž Dž Dž Dž Dž sDž gDž [ 5l BDž 5h) Dž 5h )P)Dž  ՆqPE}x0}3*EfPf;uEEa1EK}u< h }u9==u'hhn EE`tIx83/8u~RP;Tur E Phˈ (P(PEK  EDž&Dž hڈDž=thh1  )P)P;Tt8 P Ph  (P(뺍X;Tt Te^_UhhB jU(=ll=pu p=Pu Px=Tu T=dt\d<u1Kh@5Pz\d hEtUEEpUU EEftUE죄EE;Et$U@U}:~E E뽋UUEEEfct\UU}uEUEEUE+EUtEUh}UtUEUjEE=XthhE=Xth"hEq=Xth,hE GE; h7E hCEE E E EEE 5hOtEE5h]<EWEA5Tj55EE+HEtU\dx,uR\d@x\dP\d@,\dxB;hr]EhE uzEE}thhUEEhUE܃}t } }tv}|0t,hpHEEEE=|^ 5PHEhEhUE=\dxBhEhUE hlEUS4\d@EEܡ\dxB@;hs h#\dx(u,h)‰Ѓu EEh)ЉEMEM9M}E܊E܋EEE\dx,u*\dx@\d@ +EHE}=dt\dUEMЉMEPh)ЉEExtYE@ E}MUE@ B A UE@ B ]E@ PEpIC E@Exu h0vUEBh\d@ +EHE} ~E t8~zE*tEtEE;EsI}tC}t=\dER‹EM؈ tEtE믋Ex x\dxB=xuD}uE 5P8+E\d@,EM x\d;H v|UxxE\du\dpqC\dxu h\ Ex\dxB\dxB@\d@EEE]U pEUE;hU:tU EEEftUEEE;Et$U@U}:~E E뽋UUEEMEU hEEEftEEEE;Et$E@E}:~E E뽋EEE}:uEEEEUShEtU\d@;Ex\d \d@ IME\d@؉E\dU9PsMMUUҋE+EEE+EE \d \d@ xA\d@;Ev hl MEUE UtEh]Uhth8\dxB;hv hh)‰ЉEhRE}t'}}tQ]}tU 5Pwu t E]=|u 5PK0E9EhhEhhhtEEEU=dt\d<u1`h@5P\d u=dt\dUEuFU=dt\d;E }u=dt\\d<tEht\dhB\dxB\ dE |U\d@x\d@h\dPhtUS j0E}u h5UE B ] E@ PCExu hE@uuE]U}uj=dt\d;Et}u\dExt Ep/ u!U8E uUE E@(=dt\d;Eu }uE@ E@$EEE} t" u EPL~EEUBE8U}ulE@E@E@@UE@BE@E@,=dt\d;Et }ucU}ur=dt\\d<tEht\dhB\dxB=dt\d<t\\ dE|U=d\d<u =dt\dUEu*\d=\t \=dt&\d<t|U=duhE EPd=du hؓ^EPj5dmE`\`H;\wtEE`EEP5dd=du hؓEPj`dPܮE`U} vE E8uE EH8u E j0E}u h OUE B MUEBAE@EUE@ BE@E@E@(E@, uKEEEUu覯PuUE E u'E}u h8yEE;E }EU‹EEEߋE U‹E E@uuE}u haE@EUuhh议 j豬UܗUPUTUUUEܗUEPUETUXUEXUd\`hlpPTU=dtm\d<tV =dt\dUEu\d5늃 5dHd U uSUu uڮU u褬UUVS[Ò`p@Ћu[^US[[[US[;[Parsing switches KLMNpd:hXVi:c:wqe:vxlDtTn:i:A:I:O:f:error: switch -d requires an integer value Reading dictionary Cannot open dictionary file %s /usr/local/etc/raddb/dictionary-RADSTOCK_PATH:%s/%sChecking for file '%s' Config file found : %s Cannot open config file Handling radius filter '%s' Done radius filter '%s' input: %s interface: %s (%s/%s) filter1: %s filter2: %s pcap compilefilter: %s pcap setfatal: unsupported interface type 'V&V&'V&V&V&V&e'V&&&&&t'V&V&V&V&'V&U(V&Z(V&V&V&V&V&V&V&V&V&V&'&"(V'V&e('V&V&'V&'V&L'?(V&V&V&V&(J( (/J/////J//b/n/V//z/udp and ( %s)exit %d received, %d dropped [%02d:%02d:%02d] [%02d/%02d/%02d %02d:%02d:%02d] +%d.%06d usage: radstock -h - display this page -f file - define location of dictionary -i intf - listen on given interface -d lvl - enable debugging output -q - quiet mode - do not show packet contents -p - run in non-promiscuous mode -T - print the time for each packet -D - print the date and time for each packet -K - only show authentication packets -L - only show accounting packets -M - only show request packets -N - only show response packets -V - show the version number -e exp - radius filter expression -c file - read radius filter from file (- = stdin) i.e. radstock -e "user-name = henry" port 1645 0.66radstock: version %s parse_packet: curpos=%d lside=%d rside=%d op=%d parse_packet: curpos=%d op=%d term=%d attrib=%d value=%d parse_packet: error with operator %d parse_packet: curpos=%d lresult=%d rresult=%d result=%d watchlist_check: checking %d (%d) startpos = %d watchlist_check: found at pos = %d watchlist_add: adding %d (%d) watchlist_add: startpos = %d curpos = %d max = %d watchlist_add: storing pos = %d port = %d timeout = %d match_attr: Matched attrib %ld <==a==@==Request Accept Reject Acc-Req Acc-Ack Ac-Chal Stat-Se Stat-Cl Packet %3d (skip)Src: %s Dst: %s %s:%d%s(%2x) - %s <- %s (L%d) %s(%2x) - %s -> %s (L%d) Ignoring malformed extra data %-20s Len %2d %s %-20s Len %2d %d %-20s Len %2d " Attrib %u Len %u Packet: total filters %d - showpkt %d %s@???@0@@@@@@[@v@@rreaddict: buffer = :%s: %s %s %s %s ATTRIBUTEintegeripaddrstringreaddict: new attrib (%d) = :%s: VALUEget_radfilter: Parsing radius filter get_radfilter: Passed radius filter Attribute '%s' not found *** Test: attr (index %d) %s op %d value (type %d) '%s' Error: Attribute %s - no value defined for %s Found integer %d Only = and != are valid for STR and IP types ^$Adding regexp '%s' Node %d: left %d op %d right %d $Id: grammar.y,v 1.7 2000/10/26 15:04:16 withnail Exp $  !""     %#  #$!" &       ! !  "Deletingsyntax ok1 syntax ok2 Found test %d Found test lop test Found (exp) Found test (exp) syntax errorError: discardingError: poppingmemory exhaustedCleanup: discarding lookaheadCleanup: popping/VVV}VVWWFW~WW XBXYXXXXXXXX YY!Y-YFYhYError in Radius Filter     bcU[SRICE@%$&/H-5;81,2<?c*-c$$#!c)QSUW::;:;<;=;;;;;;;;;;;;;;;<><<;=?;;;;;;;;;>@<:!;;;:+;;;;;;;::::::  &*!'9!+* 8765+--431-0---22/.2,222))**((%$#":::::::::::::::::::::::::::: <  ;8 ) )6543!!/.*!'!!!++&%$++++==>>??@@::::::::::::::::::::::::::::$Id: scanner.l,v 1.5 2000/10/26 15:04:16 withnail Exp $lex: AND lex: OR lex: NOT lex: LPAR lex: RPAR lex: NUM %s lex: STR %s fatal flex scanner internal error--no action found^^^^^_9_E_a_}_________)`?`l```fatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowout of dynamic memory in yy_get_next_buffer()flex scanner push-back overflowout of dynamic memory in yy_create_buffer()out of dynamic memory in yyensure_buffer_stack()out of dynamic memory in yy_scan_buffer()out of dynamic memory in yy_scan_bytes()bad buffer in yy_scan_bytes()%s   " 2 B R b r         !!"!2!B!R!b!r!!!!!!!!!""""2"B"R"b"r"""""""""##"#2#B#R#b#r##### u @u)) E ooo\Poo#$Id: radstock.c,v 1.8 2000/10/26 15:16:42 withnail Exp $udp and port 1645$Id: process.c,v 1.7 2000/10/26 14:43:42 withnail Exp $$Id: init.c,v 1.1.1.1 2000/10/13 12:23:11 withnail Exp $\d|   # u @u`u !"#g m -@ KR^iw$ 0% 9`898&2Ն7< 'EG O`'V ^4f4n 'uR \`dhlpv  p@ 8bp (;li =tJbyxf g bZ |s( `hd i m sZ ^#0>Jt `u#|,@uj ,!2^ G,  # "@; ( lL#!@(t0d1 ; 0E[<e{Gf s%Q  xl `$ $!"@Mg xЖjs  Pr\* ! i8= |##!,L 3<;Wr I4U \DeTkry!l4!   #?s  < "3  8;8 s l#Ss  <n .`u;L!JW\[4]"h@vD> !EHy  !x  ( !0\ 9] `M , H x! Ԗ(D7+s  DMK S\#[D5b v885 F 1mz / |!any 3  l!H dL5s  z4 "h,ok @,"G"8M"U H8 ks  +!wu2A " tFp ܗt  "X]s  t l H p ws  F <", !3 : |"B XP W 2] ` "k ;; Pz 0 " #"6 ,# RX  #  <#  L \" ! T o . @35% 8 B \!L dS \ (j t x } x $ > : ; I I: ;I : ;  : ; I8    : ; : ;I8  : ; : ;I : ; : ; I 8 < I!I/ .? : ; ' I@ : ; I 4: ; I   .? : ;I< !I/.? : ;' I@ : ;I 4: ;I .? : ;' @ .? : ;' @ !!4: ; I? < "4: ; I?  % $ > $ > : ; I : ;I : ;  : ; I8    I  : ; : ;I8  : ; : ;I : ; : ; I 8  : ; I!I/  : ; I8 .? : ; ' I@ : ; I 4: ; I  4: ; I : ; I .? : ; @ .? : ; I@ .? : ; ' @ .? : ;' @ : ;I !4: ;I "4: ;I #.? : ;I< $ : ;%!I/&4: ; I? < '4: ; I?  % $ > $ >  I: ; I : ;  : ; I8  : ; I 8  : ; I !I/ .? : ; ' I@ : ; I : ; I 4: ; I &.? : ; ' @ .? : ; I< .? : ;' I@ : ;I 4: ;I   4: ; I? < 4: ; I?  !I/% $ > $ >  I: ; I : ;  : ; I8  : ; I 8  : ; : ;I .: ;' @ : ;I &I.? : ;' I@ 4: ;I  : ;.? : ;I<   4: ;I .? : ;I< .? : ; ' I< I.? : ;I< I!I/ .? : ; ' I@ : ; I .? : ; I< 4: ; I? < 4: ; I !4: ; I?  "!I/#4: ;I?  % $ > : ; I : ;  : ; I8  : ; I 8  I$ > : ; I8 : ;I  .? : ;' I@ 4: ;I 4: ;I  : ;  .: ;' I@ : ;I .: ;' @ : ;I .? : ;' @ .: ;' @ .? : ;' @ &I.? : ;' I@ .: ;' I@ .? : ; ' I@ I!I/ 4: ; I? < 4: ;I?  !4: ; I 5%GNU C 3.4.3 (csl-sol210-3_4-branch+sol_rpath)radstock.c/home/t600359/dev/radstock-0.66long intunsigned charcharshort intintlong long intuint8_tHuint16_tIshort unsigned intuint32_tJlong long unsigned intlong unsigned intlong double suseconds_t9ytime_tyu_chareu_shortfu_intgtimeval1tv_sec2g#tv_usec3S#tm$Etm_secF#tm_minG#tm_hourH#tm_mdayI# tm_monJ#tm_yearK#tm_wdayL#tm_ydayM#tm_isdstN# double>float     s_b1 # s_b2 # s_b3 # s_b4 # # ! s_w1 !# s_w2 !# Z 'S_un_b S_un_w !S_addr #|in_addr  S_un '##bpf_u_int32Dbpf_programXbf_lenY#bf_insnsZ#bpf_insnZ code# jtv# jfv# k|#__FILE '__FILE _cnt ##_ptr $#_base &#_flag '# _file (# __orientation *# __ionolock + # __seekable , # __extendedfd - # __xf_nocheck . # __filler / # pcap_tQ(pcappcap_dumper_tRDpcap_dumperpcap_pkthdrts#caplen|#len|# pcap_stat ps_recv#ps_drop#ps_ifdrop#;attribs 7name 8;#op 9)#xvalue 9)#|vala :)#valb :)#Krwt_watchlist >saddr ?)#sport ?)#ident @#timeout A)# main_%/Uargc_argv_ c`tradfilterfilea>pradfilterbufbw ) +fdګwnbytesګwbufptr>wenvptr>wv)^*tmpbufu#-g-inet_ntoa0 -.pcap_restart@ rrget_filterw>/d1Uargvwargx|theirsx>xminex>tfromy>ptoy>llenzhclean_exitd12Usigshstrishex2u2Ustr>s>|D print_timeu22UhD buf> tJ |R print_time_date23UhD buf> tJ | print_time_diff33UhD buf> secs|usecsxN dump_delay3l4UhD secs|usecsxv usagel45Ueversion55U !__ctype%  r;!__iob !optarg >!optind ̫ KrB"watchlist D  ! r"filters E @ H r"radattrs F7 "radvals G7 "netMZ"maskMZ"show_authR<"show_acctS@"show_reqTD"show_respUH"link_offsetP4"quietK\"debugKX"print_time_fn[g r8rcsid6W  r"defpcapfilter,"promisc>0"to>4"show_empty?"show_hex? "match_after@$"keep_matching@("invert_matchA,"bin_matchA0"matchesB4"max_matchesB8"live_readC8"want_delayC< r"pc_errE `"re_errE>`"re_match_wordG@"re_ignore_caseGD"match_dataI>H"bin_dataI>L"filterI>P"match_lenJT"pcapfilterL8"pdN`"devO>d"read_fileW>h"dump_fileW>l"dict_fileW>p"pd_dumpXMt/"prev_tsZx"prev_delay_tsZ tF5GNU C 3.4.3 (csl-sol210-3_4-branch+sol_rpath)process.c/home/t600359/dev/radstock-0.66#long intunsigned charcharint16_t<short intintlong long intuint8_tHuint16_tIshort unsigned intuint32_tJ#long long unsigned intlong unsigned intuchar_t\ushort_t]long double suseconds_t9xtime_txu_chareu_intgtimeval1tv_sec2#tv_usec3|#doublefloat   in_port_t < q  s_b1 # s_b2 # s_b3 # s_b4 # ! s_w1!# s_w2!#'S_un_b 'S_un_w!qS_addr#in_addr S_un'#ip(ip_hl*L#ip_v+L#ip_tos0L#ip_len1[#ip_id2[#ip_off3[#ip_ttl6L#ip_p7L# ip_sum8[# ip_src9# ip_dst9#udphdr uh_sport #uh_dport #uh_ulen #uh_sum #bpf_u_int32D__FILE 5(__FILE _cnt##_ptr$#_base&#_flag'# _file(# __orientation*# __ionolock+ # __seekable, # __extendedfd- # __xf_nocheck. # __filler/ # ipcap_pkthdrts#caplen#len# tree_elem *operator +#lside ,#rside ,#s_tree 0root 1#elem 2#oqcQattribs 7name 8Q#op 97#xvalue 97#|vala :7#valb :7#aqwt_watchlist >saddr ?7#sport ?7# @#timeout A7# Gparse_packet>5i8Ucurpos=lresult?|rresult?xresult?tL67IpabcIlwatchlist_checki89Upkt_type~saddrsportlpx tLwatchlist_add9;Usaddr sporttimeoutxlpt pzreset_filters;;;Ulpù|filter_matchesʹ;;;Ulp˹|count˹xv˹tG match_attr;>Uݹattr_typeݹ dataklp߹|value߹xresult߹t process>tFU data1i h  pi!ip_packet t!ap!ip_hll!ip_offh!fragmentedd!tmpbuf !longbuf !hdrbuf !tmpdata `!tmpdatav \!udp X!udphdr_offsetT"P!lengthL!atdataH!dataD"C!pkttypeB!lp!len!showpkt!replypkt!reverse!srchost !dsthost ~#{ inet_ntoa^ $LABELEBC!value~ (  %q q   q 'q;&__iob  aqB'watchlist D  F q'filters E6 @ m %q'radattrs F\ 'radvals G\ 't_radfilters8&show_auth L&show_acct L&show_req L&show_resp L&link_offset N&quiet O&debug P&print_time_fn Q &tree Rh q7rcsid6X `'t_watchptr7 RtFGNU C 3.4.3 (csl-sol210-3_4-branch+sol_rpath)init.c/home/t600359/dev/radstock-0.66Clong intunsigned charcharshort intintlong long intshort unsigned intClong long unsigned intlong unsigned intlong double doublefloat__FILEM@__FILE_cnt##_ptr$9#_base&9#_flag'# _file(# __orientation*# __ionolock+ # __seekable, # __extendedfd- # __xf_nocheck. # __filler/ # FILEJ?tree_elem *operator+#lside,#rside,# s_tree0root1#elem2# L nc.attribs7name8.#op9#xvalue9#|vala:#valb:# > nwt_watchlist>saddr?#sport?#ident@#timeoutA# my_find_radattr[tFFU 0Z radindexZ3 lp\| Pmy_find_radvaliF{GUradattrh 0h  lpj|tmpvaljx my_find_attrsz{GGUayby b1{~a1|~ find_radattr_by_valueG HU 9 Nfind_radvals_by_value HEHUattrib 9 tmp| cmp_attrsEHHUab a1~b1} WreaddictH@MUdictfile bufferW~arg1.}arg2.|arg3.{arg4.ztemp2zlpzfdgz g n|@get_radfilter@MMUarg yyparseyacc_find_attruMMUstrt indexv|resvxyacc_parse_testMyQUa1a2 a3value myattrtretvalpNOradvallOqQtmpstrtmpptr l  n1Qyacc_add_nodeyQRUa1a2 a3retval| a? n;__iobQ > nBwatchlistDp   nfiltersE@  nradattrsFradvalsGt_radfiltersIdebugPtreeX D n8rcsid44 t_radvals6Dt_radattrs7Hcurnode8L nyacc_input_buffA @yacc_input_posB t( F\RGNU C 3.4.3 (csl-sol210-3_4-branch+sol_rpath)y.tab.c/home/t600359/dev/radstock-0.66[long unsigned intdoublelong double intchar__FILE__FILE_cnt##_ptr$#_base&#_flag'# _file(# __orientation*# __ionolock+ # __seekable, # __extendedfd- # __xf_nocheck. # __filler/ # float[unsigned charlong long intlong intYYSTYPEyytype_uint8yytype_int84signed charshort unsigned intyytype_int16mshort int yyallocQ yyss_allocRY yyvs_allocS yydestructDRRU yymsg< yytype< yyvaluep< KyyparseRr\UyystatetyyerrstatuspyyssaK|yyss[|yyssp[|yyvsaavyyvsvyyvspvyystacksizevyynvyyresultvyytokenvyyvalvyylenvyysetstateRyynewstateWRyyexhaustedlab[yyabortlab[yyacceptlab[yybackuppTyydefault]Uyyerrlab^LZyyreducegUyyerrlab1ZyyerrorlabZyyreturn[5hdReTyysizevSTyyss1[vyyptrquRSSPuSSPuTTyylex-FYfYstrcpy0hYYstrcpyRZhZhd[YoYqozhr\\Usclean_exito;__iobo7 rcsid  debugoc!tmpbuf AA"o yytranslate` 0uAoyyr1Ն eAoyyr2 Ao&yydefact  o !yydefgoto G #o&yypact8` Mo yypgotoc =xo3yytable* ho3yycheck4 Ao&yystos@  #yychard#yylvalg#yynerrsj<}t\GNU C 3.4.3 (csl-sol210-3_4-branch+sol_rpath)lex.yy.c/home/t600359/dev/radstock-0.66char__FILEy__FILE_cnt#y#_ptr$#_base&#_flag'# _file(# __orientation*# __ionolock+ # __seekable, # __extendedfd- # __xf_nocheck. # __filler/ # intunsigned char{long long intFILEJxsize_tRlong intsigned charflex_int16_t3short intflex_int32_t4yshort unsigned intYY_BUFFER_STATEFLwyy_buffer_state0yy_input_file#yy_ch_buf#yy_buf_pos#yy_buf_sizew# y#yy_is_our_buffery#yy_is_interactivey#yy_at_boly#yy_bs_linenoy# yy_bs_columny#$yy_fill_buffery#(yy_buffer_statusy#,yy_size_tp YY_CHARN yy_state_typeRy{long long unsigned intlong unsigned int long double  yylexy\bU p lyy_bphyy_actydyy_matchi]yy_find_action ^do_actionm^i]]yy_ccl`kbyy_amount_of_matched_texty|apayy_next_statex:yy_get_next_bufferybfUdest`source\ yXiyTret_valyx c{enum_to_read;ytcdbB/pyy_c_buf_p_offsetDyldkd IyhdSecgyhngylemf whyy_get_previous_statefgU | xggyy_cw yy_try_NUL_transg`hUyy_is_jamyP |yy_c{yyunput`hiUcyyy_bp xhi ySdesttsourcepinputyijUcy|jjoffsetyx yyrestart?jokUinput_file>Byy_switch_to_bufferPok;lUpO/yy_load_buffer_stateo;llU yy_create_buffer}/l1mUfile|size|y b~/xyy_delete_buffer1mmUb/B yy_init_buffermanUb/file oerrnoy|t yy_flush_bufferannUb/ yypush_buffer_statenoUp/yypop_buffer_stateobpU0 yyensure_buffer_stackbp]qUnum_to_allocy|p[qgrow_size4yx yy_scan_bufferK/]q2rUbaseJsizeJw bL/| yy_scan_stringp/2rWrUyystro  p Q yy_scan_bytes}/WrsUyybytes| _yybytes_len|y b~/|bufxnwtiyp yy_fatal_errors+sUmsg yyget_linenoy+s5sUyyget_in5s?sUyyget_out?sIsUyyget_lengyIsSsUyyget_textSs]sUV yyset_lineno]sjsUline_numbery yyset_injswsUin_str yyset_outwssUout_stryyget_debugyssU yyset_debugssUbdebugyyy_init_globalsyssUyylex_destroy#ystU yyallocPttUsizeOw yyreallocUttUptrTsizeTw  yyfreeattUptr`yywrapOyttUx;__ioberrno(y yylengy yyinPP yyoutPT!yy_buffer_stack_top\!yy_buffer_stack_max`!yy_buffer_stackd/yy_hold_charpt yxyy_c_buf_phyy_initylyy_startypyy_did_buffer_switch_on_eofy| yylinenoVyܗ yytext:yy_acceptsyy_ec} yy_meta+ @@yy_baseV0yy_defp@0~yy_nxtuyy_chkuyy_last_accepting_stateyy_last_accepting_cpos yy_flex_debugyXyylval yyacc_input_posdebugyh 7!rcsid {XV /usr/local/include/pcap/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/include/sys/usr/include/sys/usr/include/iso/usr/include/usr/include/netinetradstock.cpcap.htypes.htime.hbpf.htime_iso.hstdlib_iso.hstdio_iso.hstdio_tag.hstdio_impl.hstdlib.hradstock.hin.hint_types.h%r' ?#$,-,-,WdWVWWWWdWWVWWWZ,WdWdWsWdWdWWdW IV;Hd;rVȸe$Ȝ6:<V(,(V(VV/......HV.des,,6HeddrWdXe:Were:rZd(/dE.f-VW.f-V՜.ddH K /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/include/sys/usr/local/include/pcap/usr/include/sys/usr/include/netinet/usr/include/iso/usr/includeprocess.ctypes.hpcap.htime.hbpf.hip.hin.hint_types.hradstock.hudp.hbyteorder.hstdio_iso.hstdio_tag.hstdio_impl.h5=dINHVVes,HԹA.--+:0 IԹ:,,-sv rXt:.W0;V.fbs.dsVV-wU qdXfW,dWdZ%1$$X*\j+- XVՎ%Հ&HWHHWHHWHWHH.HH-HH-HH-IK69=e/-J%W䎡dXEr;dddJWsd&'HXrIVIxdh*I ŏ]H.eHt /usr/include/iso/usr/includeinit.cradstock.hstdio_iso.hstdio_tag.hstdio_impl.htFf%mxrXf%z& qrY2.d$.d$/20㜞%*3,(''%>,%3,J(dzU d,V+eHer:/u$;.+-sZHHddI+'&':YfԎ: /usr/include/iso/usr/includey.tab.cgrammar.ystdio_iso.hstdio_tag.hstdio_impl.hRZW/YYYX⸸-d.W- U&i;#-]ee&hYs!u:0.jU[\12u&$<drqdH  /usr/include/iso/usr/includelex.yy.cscanner.lstdio_iso.hstdio_tag.hstdio_impl.herrno.h\ cǡV,ZeՎd:/e-YzUƸƸƺV,WUȞ  $ fdZY. ZYցX򁎀[K Ur%>-X*ȟ/de##ter0rsV<dgsՎdr:3eHՀdV.t#73򫀜 Uf$e$٪d UeV,:V2jV.Wr\.: +td:\ed-*s +dՀ,>2:d-*V +ddWXdtV2d$W7reV1frfXs# +f"d✎d Ue +jdtI:d:2dr;V1:V1:V1:V2:V2; +:.:.:V.:.>V/f7ruWV+d.k.dq+:V| %Q  B.|... ...... .O.!. .$/  .$d1 .$2]  .,u2A  .+. ,2^  .H. $3 .$3 .$l4!  .$5% .| 45 m. !.. ,i8= z. z.,9] ".. ;8 ;; ,; Z.. > -./.U.. .'. .(. .3. P.. .&. .4. ... .| $tFp ..$F ..${Gf '.$G, . $ H8 +. $EHy .HH .. .. .4@Mg .+.!.$MK  .8M .0. .$yQ 3. | R tRX  .b..e. .:. .. .+. .$r\* .| \\ ...P..A...e.,bZ O.f g ,`hd +.8i ..$..,j 6.X.ok ;li ,l .$1mz _.4m .s. .any n ,o [.O.$bp .$]q 6.,2r%  . .$Wr .$s( .+s  5s  ?s  Is  Ss  ]s  js  ws  s  s  sZ 8s R. ...$t  .$t  .$t  .t  mainget_filterclean_exitstrishexprint_timeP print_time_date print_time_diff dump_delayN usagev version watchlist! filtersH radattrs_ radvalsu net mask show_auth show_acct show_req show_resp link_offset quiet' debug; print_time_fn defpcapfilter snaplen promisc to show_empty show_hex match_after- keep_matchingI invert_matchd bin_match| matches max_matches live_read want_delay pc_errre_errre_match_word3re_ignore_casePmatch_dataibin_datafiltermatch_lenpcapfilterpddevread_filedump_filedict_file7pd_dumpSprev_tsiprev_delay_ts parse_packetGwatchlist_checkwatchlist_addLreset_filterszfilter_matchesmatch_attrG process watchlistF filtersm radattrs radvals t_radfilters{ t_watchptrm my_find_radattrmy_find_radvalPmy_find_attrsfind_radattr_by_valuefind_radvals_by_valueNcmp_attrsreaddictmget_radfilteryacc_find_attryacc_parse_testyacc_add_nodewatchlistfiltersradattrsradvals! treeW t_radvalso t_radattrs curnode yacc_input_buff yacc_input_posS', yyparsewyyerrortmpbufyycharyylval yynerrs20yylexyyrestart yy_switch_to_bufferfyy_create_bufferyy_delete_bufferB yy_flush_buffert yypush_buffer_state yypop_buffer_state0 yy_scan_buffer yy_scan_string yy_scan_bytes yyget_lineno yyget_in yyget_out yyget_leng yyget_text yyset_linenoV yyset_in yyset_out yyget_debug yyset_debug. yylex_destroyP yyalloc yyrealloc yyfree yywrap6yylengLyyin`yyoutwyylinenoyytextyy_flex_debug%5tF 'R 20\Kunsigned intstartposidentattribunsigned intattrnamelookupvalunsigned intyynewbytesunsigned intyyerrornew_bufferunsigned intnew_sizenumber_to_moveyy_current_stateyy_n_charsyy_cp.interp.hash.dynsym.dynstr.SUNW_version.rel.text.rel.got.rel.data.rel.bss.rel.plt.init.fini.rodata.dynamic.ctors.dtors.eh_frame.jcr.data.rel.local.symtab.strtab.comment.debug_abbrev.debug_info.debug_line.debug_frame.debug_pubnames.debug_aranges.debug_str.shstrtab   "Eop- B\\ 7 Bdd@ B||J B(S B W1##\Q\ u ub@u@uh`u`u# ;pD@ yNf 0r ,9 eE ?A  x%% &&0707010003b768000041ed0000000000000000000000034f4719c300000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/etc0707010003b769000041ed0000000000000000000000024f4719c300000000000000b500010002ffffffffffffffff0000001900000000root/usr/local/etc/raddb0707010003b76a000081a40000000000000000000000014f47169e00005cc7000000b500010002ffffffffffffffff0000002400000000root/usr/local/etc/raddb/dictionary# # Updated 07-Nov-1998 to RFC 2138 and RFC 2139 # # This file contains dictionary translations for parsing # requests and generating responses. All transactions are # composed of Attribute/Value Pairs. The value of each attribute # is specified as one of 4 data types. Valid data types are: # # string - 0-253 octets # ipaddr - 4 octets in network byte order # integer - 32 bit value in big endian order (high byte first) # date - 32 bit value in big endian order - seconds since # 00:00:00 GMT, Jan. 1, 1970 # # Enumerated values are stored in the user file with dictionary # VALUE translations for easy administration. # # Example: # # ATTRIBUTE VALUE # --------------- ----- # Framed-Protocol = PPP # 7 = 1 (integer encoding) # # # Include compatibility dictionary for older users file. Move this # directive to the end of the file if you want to see the old names # in the logfiles too. # $INCLUDE dictionary.compat $INCLUDE dictionary.livingston $INCLUDE dictionary.tunnel $INCLUDE dictionary.usr $INCLUDE dictionary.ascend # # Following are the proper new names. Use these. # ATTRIBUTE User-Name 1 string ATTRIBUTE Password 2 string ATTRIBUTE CHAP-Password 3 string ATTRIBUTE NAS-IP-Address 4 ipaddr ATTRIBUTE NAS-Port-Id 5 integer ATTRIBUTE Service-Type 6 integer ATTRIBUTE Framed-Protocol 7 integer ATTRIBUTE Framed-IP-Address 8 ipaddr ATTRIBUTE Framed-IP-Netmask 9 ipaddr ATTRIBUTE Framed-Routing 10 integer ATTRIBUTE Filter-Id 11 string ATTRIBUTE Framed-MTU 12 integer ATTRIBUTE Framed-Compression 13 integer ATTRIBUTE Login-IP-Host 14 ipaddr ATTRIBUTE Login-Service 15 integer ATTRIBUTE Login-TCP-Port 16 integer ATTRIBUTE Reply-Message 18 string ATTRIBUTE Callback-Number 19 string ATTRIBUTE Callback-Id 20 string ATTRIBUTE Framed-Route 22 string ATTRIBUTE Framed-IPX-Network 23 ipaddr ATTRIBUTE State 24 string ATTRIBUTE Class 25 string ATTRIBUTE Vendor-Specific 26 string ATTRIBUTE Session-Timeout 27 integer ATTRIBUTE Idle-Timeout 28 integer ATTRIBUTE Termination-Action 29 integer ATTRIBUTE Called-Station-Id 30 string ATTRIBUTE Calling-Station-Id 31 string ATTRIBUTE NAS-Identifier 32 string ATTRIBUTE Proxy-State 33 string ATTRIBUTE Login-LAT-Service 34 string ATTRIBUTE Login-LAT-Node 35 string ATTRIBUTE Login-LAT-Group 36 string ATTRIBUTE Framed-AppleTalk-Link 37 integer ATTRIBUTE Framed-AppleTalk-Network 38 integer ATTRIBUTE Framed-AppleTalk-Zone 39 string ATTRIBUTE Acct-Status-Type 40 integer ATTRIBUTE Acct-Delay-Time 41 integer ATTRIBUTE Acct-Input-Octets 42 integer ATTRIBUTE Acct-Output-Octets 43 integer ATTRIBUTE Acct-Session-Id 44 string ATTRIBUTE Acct-Authentic 45 integer ATTRIBUTE Acct-Session-Time 46 integer ATTRIBUTE Acct-Input-Packets 47 integer ATTRIBUTE Acct-Output-Packets 48 integer ATTRIBUTE Acct-Terminate-Cause 49 integer ATTRIBUTE Acct-Multi-Session-Id 50 string ATTRIBUTE Acct-Link-Count 51 integer ATTRIBUTE CHAP-Challenge 60 string ATTRIBUTE NAS-Port-Type 61 integer ATTRIBUTE Port-Limit 62 integer ATTRIBUTE Login-LAT-Port 63 integer ATTRIBUTE Connect-Info 77 string # # Experimental Non Protocol Attributes used by Cistron-Radiusd # ATTRIBUTE Old-Huntgroup-Name 221 string # These attributes CAN go in the reply item list. ATTRIBUTE Fall-Through 500 integer ATTRIBUTE Add-Port-To-IP-Address 501 integer ATTRIBUTE Exec-Program 502 string ATTRIBUTE Exec-Program-Wait 503 string # These attributes CANNOT go in the reply item list. ATTRIBUTE User-Category 1029 string ATTRIBUTE Group-Name 1030 string ATTRIBUTE Huntgroup-Name 1031 string ATTRIBUTE Simultaneous-Use 1034 integer ATTRIBUTE Strip-User-Name 1035 integer ATTRIBUTE Old-Fall-Through 1036 integer ATTRIBUTE Old-Add-Port-To-IP-Address 1037 integer ATTRIBUTE Old-Exec-Program 1038 string ATTRIBUTE Old-Exec-Program-Wait 1039 string ATTRIBUTE Hint 1040 string ATTRIBUTE Pam-Auth 1041 string ATTRIBUTE Login-Time 1042 string # # Non-Protocol Attributes # These attributes are used internally by the server # ATTRIBUTE Expiration 21 date ATTRIBUTE Auth-Type 1000 integer ATTRIBUTE Menu 1001 string ATTRIBUTE Termination-Menu 1002 string ATTRIBUTE Prefix 1003 string ATTRIBUTE Suffix 1004 string ATTRIBUTE Group 1005 string ATTRIBUTE Crypt-Password 1006 string ATTRIBUTE Connect-Rate 1007 integer # # Integer Translations # # User Types VALUE Service-Type Login-User 1 VALUE Service-Type Framed-User 2 VALUE Service-Type Callback-Login-User 3 VALUE Service-Type Callback-Framed-User 4 VALUE Service-Type Outbound-User 5 VALUE Service-Type Administrative-User 6 VALUE Service-Type NAS-Prompt-User 7 VALUE Service-Type Call-Check 10 # Framed Protocols VALUE Framed-Protocol PPP 1 VALUE Framed-Protocol SLIP 2 # Framed Routing Values VALUE Framed-Routing None 0 VALUE Framed-Routing Broadcast 1 VALUE Framed-Routing Listen 2 VALUE Framed-Routing Broadcast-Listen 3 # Framed Compression Types VALUE Framed-Compression None 0 VALUE Framed-Compression Van-Jacobson-TCP-IP 1 # Login Services VALUE Login-Service Telnet 0 VALUE Login-Service Rlogin 1 VALUE Login-Service TCP-Clear 2 VALUE Login-Service PortMaster 3 # Status Types VALUE Acct-Status-Type Start 1 VALUE Acct-Status-Type Stop 2 VALUE Acct-Status-Type Alive 3 VALUE Acct-Status-Type Accounting-On 7 VALUE Acct-Status-Type Accounting-Off 8 # Authentication Types VALUE Acct-Authentic RADIUS 1 VALUE Acct-Authentic Local 2 # Termination Options VALUE Termination-Action Default 0 VALUE Termination-Action RADIUS-Request 1 # NAS Port Types, available in 3.3.1 and later VALUE NAS-Port-Type Async 0 VALUE NAS-Port-Type Sync 1 VALUE NAS-Port-Type ISDN 2 VALUE NAS-Port-Type ISDN-V120 3 VALUE NAS-Port-Type ISDN-V110 4 # Acct Terminate Causes, available in 3.3.2 and later VALUE Acct-Terminate-Cause User-Request 1 VALUE Acct-Terminate-Cause Lost-Carrier 2 VALUE Acct-Terminate-Cause Lost-Service 3 VALUE Acct-Terminate-Cause Idle-Timeout 4 VALUE Acct-Terminate-Cause Session-Timeout 5 VALUE Acct-Terminate-Cause Admin-Reset 6 VALUE Acct-Terminate-Cause Admin-Reboot 7 VALUE Acct-Terminate-Cause Port-Error 8 VALUE Acct-Terminate-Cause NAS-Error 9 VALUE Acct-Terminate-Cause NAS-Request 10 VALUE Acct-Terminate-Cause NAS-Reboot 11 VALUE Acct-Terminate-Cause Port-Unneeded 12 VALUE Acct-Terminate-Cause Port-Preempted 13 VALUE Acct-Terminate-Cause Port-Suspended 14 VALUE Acct-Terminate-Cause Service-Unavailable 15 VALUE Acct-Terminate-Cause Callback 16 VALUE Acct-Terminate-Cause User-Error 17 VALUE Acct-Terminate-Cause Host-Request 18 #VALUE Tunnel-Type L2TP 3 #VALUE Tunnel-Medium-Type IP 1 # # Non-Protocol Integer Translations # VALUE Auth-Type Local 0 VALUE Auth-Type System 1 VALUE Auth-Type SecurID 2 VALUE Auth-Type Crypt-Local 3 VALUE Auth-Type Reject 4 VALUE Auth-Type ActivCard 4 # # Cistron extensions # VALUE Auth-Type Pam 253 VALUE Auth-Type Accept 254 # # Experimental Non-Protocol Integer Translations for Cistron-Radiusd # VALUE Fall-Through No 0 VALUE Fall-Through Yes 1 VALUE Add-Port-To-IP-Address No 0 VALUE Add-Port-To-IP-Address Yes 1 # # Configuration Values # comment out these two lines to turn account expiration off # VALUE Server-Config Password-Expiration 30 VALUE Server-Config Password-Warning 5 # # dictionary.cisco # # Accounting VSAs by # "Marcelo M. Sosa Lugones" # # Version: @(#)dictionary.cisco 1.01 21-Mar-1999 miquels@cistron.nl # VENDOR Cisco 9 # # Standard attribute # ATTRIBUTE Cisco-AVPair 1 string Cisco # # Extra attributes sent by the Cisco, if you configure # "radius-server vsa accounting" (requires IOS11.2+). # VALUE Cisco-Disconnect-Cause Unknown 2 VALUE Cisco-Disconnect-Cause CLID-Authentication-Failure 4 VALUE Cisco-Disconnect-Cause No-Carrier 10 VALUE Cisco-Disconnect-Cause Lost-Carrier 11 VALUE Cisco-Disconnect-Cause No-Detected-Result-Codes 12 VALUE Cisco-Disconnect-Cause User-Ends-Session 20 VALUE Cisco-Disconnect-Cause Idle-Timeout 21 VALUE Cisco-Disconnect-Cause Exit-Telnet-Session 22 VALUE Cisco-Disconnect-Cause No-Remote-IP-Addr 23 VALUE Cisco-Disconnect-Cause Exit-Raw-TCP 24 VALUE Cisco-Disconnect-Cause Password-Fail 25 VALUE Cisco-Disconnect-Cause Raw-TCP-Disabled 26 VALUE Cisco-Disconnect-Cause Control-C-Detected 27 VALUE Cisco-Disconnect-Cause EXEC-Program-Destroyed 28 VALUE Cisco-Disconnect-Cause Timeout-PPP-LCP 40 VALUE Cisco-Disconnect-Cause Failed-PPP-LCP-Negotiation 41 VALUE Cisco-Disconnect-Cause Failed-PPP-PAP-Auth-Fail 42 VALUE Cisco-Disconnect-Cause Failed-PPP-CHAP-Auth 43 VALUE Cisco-Disconnect-Cause Failed-PPP-Remote-Auth 44 VALUE Cisco-Disconnect-Cause PPP-Remote-Terminate 45 VALUE Cisco-Disconnect-Cause PPP-Closed-Event 46 VALUE Cisco-Disconnect-Cause Session-Timeout 100 VALUE Cisco-Disconnect-Cause Session-Failed-Security 101 VALUE Cisco-Disconnect-Cause Session-End-Callback 102 VALUE Cisco-Disconnect-Cause Invalid-Protocol 120 # # Ascend dictionary. # # Enable by putting the line "$INCLUDE dictionary.ascend" into # the main dictionary file. # # Version: 1.00 21-Jul-1997 Jens Glaser # 1.01 22-Jan-1998 Tomas Pospisek # # # Ascend specific extensions # Used by ASCEND MAX/Pipeline products # ATTRIBUTE Ascend-FCP-Parameter 119 string ATTRIBUTE Ascend-Modem-PortNo 120 integer ATTRIBUTE Ascend-Modem-SlotNo 121 integer ATTRIBUTE Ascend-Modem-ShelfNo 122 integer ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer ATTRIBUTE Ascend-Call-Block-Duration 124 integer ATTRIBUTE Ascend-Maximum-Call-Duration 125 integer ATTRIBUTE Ascend-Temporary-Rtes 126 integer ATTRIBUTE Tunneling-Protocol 127 integer ATTRIBUTE Ascend-Shared-Profile-Enable 128 integer ATTRIBUTE Ascend-Primary-Home-Agent 129 string ATTRIBUTE Ascend-Secondary-Home-Agent 130 string ATTRIBUTE Ascend-Dialout-Allowed 131 integer ATTRIBUTE Ascend-Client-Gateway 132 ipaddr ATTRIBUTE Ascend-BACP-Enable 133 integer ATTRIBUTE Ascend-DHCP-Maximum-Leases 134 integer ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr ATTRIBUTE Ascend-Client-Assign-DNS 137 integer ATTRIBUTE Ascend-User-Acct-Type 138 integer ATTRIBUTE Ascend-User-Acct-Host 139 ipaddr ATTRIBUTE Ascend-User-Acct-Port 140 integer ATTRIBUTE Ascend-User-Acct-Key 141 string ATTRIBUTE Ascend-User-Acct-Base 142 integer ATTRIBUTE Ascend-User-Acct-Time 143 integer ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr ATTRIBUTE Ascend-Assign-IP-Server 145 ipaddr ATTRIBUTE Ascend-Assign-IP-Global-Pool 146 string ATTRIBUTE Ascend-DHCP-Reply 147 integer ATTRIBUTE Ascend-DHCP-Pool-Number 148 integer ATTRIBUTE Ascend-Expect-Callback 149 integer ATTRIBUTE Ascend-Event-Type 150 integer ATTRIBUTE Ascend-Session-Svr-Key 151 string ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer ATTRIBUTE Ascend-IF-Netmask 153 ipaddr ATTRIBUTE Ascend-Remote-Addr 154 ipaddr ATTRIBUTE Ascend-Multicast-Client 155 integer ATTRIBUTE Ascend-FR-Circuit-Name 156 string ATTRIBUTE Ascend-FR-LinkUp 157 integer ATTRIBUTE Ascend-FR-Nailed-Grp 158 integer ATTRIBUTE Ascend-FR-Type 159 integer ATTRIBUTE Ascend-FR-Link-Mgt 160 integer ATTRIBUTE Ascend-FR-N391 161 integer ATTRIBUTE Ascend-FR-DCE-N392 162 integer ATTRIBUTE Ascend-FR-DTE-N392 163 integer ATTRIBUTE Ascend-FR-DCE-N393 164 integer ATTRIBUTE Ascend-FR-DTE-N393 165 integer ATTRIBUTE Ascend-FR-T391 166 integer ATTRIBUTE Ascend-FR-T392 167 integer ATTRIBUTE Ascend-Bridge-Address 168 string ATTRIBUTE Ascend-TS-Idle-Limit 169 integer ATTRIBUTE Ascend-TS-Idle-Mode 170 integer ATTRIBUTE Ascend-DBA-Monitor 171 integer ATTRIBUTE Ascend-Base-Channel-Count 172 integer ATTRIBUTE Ascend-Minimum-Channels 173 integer ATTRIBUTE Ascend-IPX-Route 174 string ATTRIBUTE Ascend-FT1-Caller 175 integer ATTRIBUTE Ascend-Backup 176 string ATTRIBUTE Ascend-Call-Type 177 integer ATTRIBUTE Ascend-Group 178 string ATTRIBUTE Ascend-FR-DLCI 179 integer ATTRIBUTE Ascend-FR-Profile-Name 180 string ATTRIBUTE Ascend-Ara-PW 181 string ATTRIBUTE Ascend-IPX-Node-Addr 182 string ATTRIBUTE Ascend-Home-Agent-IP-Addr 183 ipaddr ATTRIBUTE Ascend-Home-Agent-Password 184 string ATTRIBUTE Ascend-Home-Network-Name 185 string ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer ATTRIBUTE Ascend-Multilink-ID 187 integer ATTRIBUTE Ascend-Num-In-Multilink 188 integer ATTRIBUTE Ascend-First-Dest 189 ipaddr ATTRIBUTE Ascend-Pre-Input-Octets 190 integer ATTRIBUTE Ascend-Pre-Output-Octets 191 integer ATTRIBUTE Ascend-Pre-Input-Packets 192 integer ATTRIBUTE Ascend-Pre-Output-Packets 193 integer ATTRIBUTE Ascend-Maximum-Time 194 integer ATTRIBUTE Ascend-Disconnect-Cause 195 integer ATTRIBUTE Ascend-Connect-Progress 196 integer ATTRIBUTE Ascend-Data-Rate 197 integer ATTRIBUTE Ascend-PreSession-Time 198 integer ATTRIBUTE Ascend-Token-Idle 199 integer ATTRIBUTE Ascend-Token-Immediate 200 integer ATTRIBUTE Ascend-Require-Auth 201 integer ATTRIBUTE Ascend-Number-Sessions 202 string ATTRIBUTE Ascend-Authen-Alias 203 string ATTRIBUTE Ascend-Token-Expiry 204 integer ATTRIBUTE Ascend-Menu-Selector 205 string ATTRIBUTE Ascend-Menu-Item 206 string ATTRIBUTE Ascend-PW-Warntime 207 integer ATTRIBUTE Ascend-PW-Lifetime 208 integer ATTRIBUTE Ascend-IP-Direct 209 ipaddr ATTRIBUTE Ascend-PPP-VJ-Slot-Comp 210 integer ATTRIBUTE Ascend-PPP-VJ-1172 211 integer ATTRIBUTE Ascend-PPP-Async-Map 212 integer ATTRIBUTE Ascend-Third-Prompt 213 string ATTRIBUTE Ascend-Send-Secret 214 string ATTRIBUTE Ascend-Receive-Secret 215 string ATTRIBUTE Ascend-IPX-Peer-Mode 216 integer ATTRIBUTE Ascend-IP-Pool-Definition 217 string ATTRIBUTE Ascend-Assign-IP-Pool 218 integer ATTRIBUTE Ascend-FR-Direct 219 integer ATTRIBUTE Ascend-FR-Direct-Profile 220 string ATTRIBUTE Ascend-FR-Direct-DLCI 221 integer ATTRIBUTE Ascend-Handle-IPX 222 integer ATTRIBUTE Ascend-Netware-timeout 223 integer ATTRIBUTE Ascend-IPX-Alias 224 integer ATTRIBUTE Ascend-Metric 225 integer ATTRIBUTE Ascend-PRI-Number-Type 226 integer ATTRIBUTE Ascend-Dial-Number 227 string ATTRIBUTE Ascend-Route-IP 228 integer ATTRIBUTE Ascend-Route-IPX 229 integer ATTRIBUTE Ascend-Bridge 230 integer ATTRIBUTE Ascend-Send-Auth 231 integer ATTRIBUTE Ascend-Send-Passwd 232 string ATTRIBUTE Ascend-Link-Compression 233 integer ATTRIBUTE Ascend-Target-Util 234 integer ATTRIBUTE Ascend-Maximum-Channels 235 integer ATTRIBUTE Ascend-Inc-Channel-Count 236 integer ATTRIBUTE Ascend-Dec-Channel-Count 237 integer ATTRIBUTE Ascend-Seconds-Of-History 238 integer ATTRIBUTE Ascend-History-Weigh-Type 239 integer ATTRIBUTE Ascend-Add-Seconds 240 integer ATTRIBUTE Ascend-Remove-Seconds 241 integer ATTRIBUTE Ascend-Idle-Limit 244 integer ATTRIBUTE Ascend-Preempt-Limit 245 integer ATTRIBUTE Ascend-Callback 246 integer ATTRIBUTE Ascend-Data-Svc 247 integer ATTRIBUTE Ascend-Force-56 248 integer ATTRIBUTE Ascend-Billing-Number 249 string ATTRIBUTE Ascend-Call-By-Call 250 integer ATTRIBUTE Ascend-Transit-Number 251 string ATTRIBUTE Ascend-Host-Info 252 string ATTRIBUTE Ascend-PPP-Address 253 ipaddr ATTRIBUTE Ascend-MPP-Idle-Percent 254 integer ATTRIBUTE Ascend-Xmit-Rate 255 integer # Ascend protocols VALUE Service-Type Dialout-Framed-User 5 VALUE Framed-Protocol ARA 255 VALUE Framed-Protocol MPP 256 VALUE Framed-Protocol EURAW 257 VALUE Framed-Protocol EUUI 258 VALUE Framed-Protocol X25 259 VALUE Framed-Protocol COMB 260 VALUE Framed-Protocol FR 261 VALUE Framed-Protocol MP 262 VALUE Framed-Protocol FR-CIR 263 # # Ascend specific extensions # Used by ASCEND MAX/Pipeline products (see above) # VALUE Ascend-FR-Direct FR-Direct-No 0 VALUE Ascend-FR-Direct FR-Direct-Yes 1 VALUE Ascend-Handle-IPX Handle-IPX-None 0 VALUE Ascend-Handle-IPX Handle-IPX-Client 1 VALUE Ascend-Handle-IPX Handle-IPX-Server 2 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Router 0 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Dialin 1 VALUE Ascend-Call-Type Nailed 1 VALUE Ascend-Call-Type Nailed/Mpp 2 VALUE Ascend-Call-Type Perm/Switched 3 VALUE Ascend-FT1-Caller FT1-No 0 VALUE Ascend-FT1-Caller FT1-Yes 1 VALUE Ascend-PRI-Number-Type Unknown-Number 0 VALUE Ascend-PRI-Number-Type Intl-Number 1 VALUE Ascend-PRI-Number-Type National-Number 2 VALUE Ascend-PRI-Number-Type Local-Number 4 VALUE Ascend-PRI-Number-Type Abbrev-Number 5 VALUE Ascend-Route-IP Route-IP-No 0 VALUE Ascend-Route-IP Route-IP-Yes 1 VALUE Ascend-Route-IPX Route-IPX-No 0 VALUE Ascend-Route-IPX Route-IPX-Yes 1 VALUE Ascend-Bridge Bridge-No 0 VALUE Ascend-Bridge Bridge-Yes 1 VALUE Ascend-TS-Idle-Mode TS-Idle-None 0 VALUE Ascend-TS-Idle-Mode TS-Idle-Input 1 VALUE Ascend-TS-Idle-Mode TS-Idle-Input-Output 2 VALUE Ascend-Send-Auth Send-Auth-None 0 VALUE Ascend-Send-Auth Send-Auth-PAP 1 VALUE Ascend-Send-Auth Send-Auth-CHAP 2 VALUE Ascend-Send-Auth Send-Auth-MS-CHAP 3 VALUE Ascend-Link-Compression Link-Comp-None 0 VALUE Ascend-Link-Compression Link-Comp-Stac 1 VALUE Ascend-Link-Compression Link-Comp-Stac-Draft-9 2 VALUE Ascend-Link-Compression Link-Comp-MS-Stac 3 VALUE Ascend-History-Weigh-Type History-Constant 0 VALUE Ascend-History-Weigh-Type History-Linear 1 VALUE Ascend-History-Weigh-Type History-Quadratic 2 VALUE Ascend-Callback Callback-No 0 VALUE Ascend-Callback Callback-Yes 1 VALUE Ascend-Expect-Callback Expect-Callback-No 0 VALUE Ascend-Expect-Callback Expect-Callback-Yes 1 VALUE Ascend-Data-Svc Switched-Voice-Bearer 0 VALUE Ascend-Data-Svc Switched-56KR 1 VALUE Ascend-Data-Svc Switched-64K 2 VALUE Ascend-Data-Svc Switched-64KR 3 VALUE Ascend-Data-Svc Switched-56K 4 VALUE Ascend-Data-Svc Switched-384KR 5 VALUE Ascend-Data-Svc Switched-384K 6 VALUE Ascend-Data-Svc Switched-1536K 7 VALUE Ascend-Data-Svc Switched-1536KR 8 VALUE Ascend-Data-Svc Switched-128K 9 VALUE Ascend-Data-Svc Switched-192K 10 VALUE Ascend-Data-Svc Switched-256K 11 VALUE Ascend-Data-Svc Switched-320K 12 VALUE Ascend-Data-Svc Switched-384K-MR 13 VALUE Ascend-Data-Svc Switched-448K 14 VALUE Ascend-Data-Svc Switched-512K 15 VALUE Ascend-Data-Svc Switched-576K 16 VALUE Ascend-Data-Svc Switched-640K 17 VALUE Ascend-Data-Svc Switched-704K 18 VALUE Ascend-Data-Svc Switched-768K 19 VALUE Ascend-Data-Svc Switched-832K 20 VALUE Ascend-Data-Svc Switched-896K 21 VALUE Ascend-Data-Svc Switched-960K 22 VALUE Ascend-Data-Svc Switched-1024K 23 VALUE Ascend-Data-Svc Switched-1088K 24 VALUE Ascend-Data-Svc Switched-1152K 25 VALUE Ascend-Data-Svc Switched-1216K 26 VALUE Ascend-Data-Svc Switched-1280K 27 VALUE Ascend-Data-Svc Switched-1344K 28 VALUE Ascend-Data-Svc Switched-1408K 29 VALUE Ascend-Data-Svc Switched-1472K 30 VALUE Ascend-Data-Svc Switched-1600K 31 VALUE Ascend-Data-Svc Switched-1664K 32 VALUE Ascend-Data-Svc Switched-1728K 33 VALUE Ascend-Data-Svc Switched-1792K 34 VALUE Ascend-Data-Svc Switched-1856K 35 VALUE Ascend-Data-Svc Switched-1920K 36 VALUE Ascend-Data-Svc Switched-inherited 37 VALUE Ascend-Data-Svc Switched-restricted-bearer-x30 38 VALUE Ascend-Data-Svc Switched-clear-bearer-v110 39 VALUE Ascend-Data-Svc Switched-restricted-64-x30 40 VALUE Ascend-Data-Svc Switched-clear-56-v110 41 VALUE Ascend-Data-Svc Switched-modem 42 VALUE Ascend-Data-Svc Switched-atmodem 43 VALUE Ascend-Data-Svc Nailed-56KR 1 VALUE Ascend-Data-Svc Nailed-64K 2 VALUE Ascend-Force-56 Force-56-No 0 VALUE Ascend-Force-56 Force-56-Yes 1 VALUE Ascend-PW-Lifetime Lifetime-In-Days 0 VALUE Ascend-PW-Warntime Days-Of-Warning 0 VALUE Ascend-PPP-VJ-1172 PPP-VJ-1172 1 VALUE Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1 VALUE Ascend-Require-Auth Not-Require-Auth 0 VALUE Ascend-Require-Auth Require-Auth 1 VALUE Ascend-Token-Immediate Tok-Imm-No 0 VALUE Ascend-Token-Immediate Tok-Imm-Yes 1 VALUE Ascend-DBA-Monitor DBA-Transmit 0 VALUE Ascend-DBA-Monitor DBA-Transmit-Recv 1 VALUE Ascend-DBA-Monitor DBA-None 2 VALUE Ascend-FR-Type Ascend-FR-DTE 0 VALUE Ascend-FR-Type Ascend-FR-DCE 1 VALUE Ascend-FR-Type Ascend-FR-NNI 2 VALUE Ascend-FR-Link-Mgt Ascend-FR-No-Link-Mgt 0 VALUE Ascend-FR-Link-Mgt Ascend-FR-T1-617D 1 VALUE Ascend-FR-Link-Mgt Ascend-FR-Q-933A 2 VALUE Ascend-FR-LinkUp Ascend-LinkUp-Default 0 VALUE Ascend-FR-LinkUp Ascend-LinkUp-AlwaysUp 1 VALUE Ascend-Multicast-Client Multicast-No 0 VALUE Ascend-Multicast-Client Multicast-Yes 1 VALUE Ascend-User-Acct-Type Ascend-User-Acct-None 0 VALUE Ascend-User-Acct-Type Ascend-User-Acct-User 1 VALUE Ascend-User-Acct-Type Ascend-User-Acct-User-Default 2 VALUE Ascend-User-Acct-Base Base-10 0 VALUE Ascend-User-Acct-Base Base-16 1 VALUE Ascend-DHCP-Reply DHCP-Reply-No 0 VALUE Ascend-DHCP-Reply DHCP-Reply-Yes 1 VALUE Ascend-Client-Assign-DNS DNS-Assign-No 0 VALUE Ascend-Client-Assign-DNS DNS-Assign-Yes 1 VALUE Ascend-Event-Type Ascend-ColdStart 1 VALUE Ascend-Event-Type Ascend-Session-Event 2 VALUE Ascend-BACP-Enable BACP-No 0 VALUE Ascend-BACP-Enable BACP-Yes 1 VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0 VALUE Ascend-Dialout-Allowed Dialout-Allowed 1 VALUE Ascend-Shared-Profile-Enable Shared-Profile-No 0 VALUE Ascend-Shared-Profile-Enable Shared-Profile-Yes 1 VALUE Ascend-Temporary-Rtes Temp-Rtes-No 0 VALUE Ascend-Temporary-Rtes Temp-Rtes-Yes 1 # # dictionary.tunnel # # Experimental tunneling attributes. # # # Version: @(#)dictionary.tunnel 1.10 11-Nov-1998 miquels@cistron.nl # # # Tunneling Attributes # ATTRIBUTE Tunnel-Type 64 integer ATTRIBUTE Tunnel-Medium-Type 65 integer ATTRIBUTE Acct-Tunnel-Client-Endpoint 66 string ATTRIBUTE Tunnel-Server-Endpoint 67 string ATTRIBUTE Acct-Tunnel-Connection-Id 68 string ATTRIBUTE Tunnel-Password 69 string ATTRIBUTE Private-Group-Id 75 integer VALUE Framed-Protocol PPTP 9 # Some of the new Tunnel values VALUE Tunnel-Security None 0 VALUE Tunnel-Security Control-Only 1 VALUE Tunnel-Security Data-Only 2 VALUE Tunnel-Security Both 3 # Tunnel Type VALUE Tunnel-Type PPTP 1 VALUE Tunnel-Type L2F 2 VALUE Tunnel-Type L2TP 3 VALUE Tunnel-Type ATMP 4 VALUE Tunnel-Type VTP 5 VALUE Tunnel-Type AH 6 VALUE Tunnel-Type IP 7 VALUE Tunnel-Type MIN-IP 8 VALUE Tunnel-Type ESP 9 VALUE Tunnel-Type GRE 10 VALUE Tunnel-Type DVS 11 # # Tunnel Medium Type VALUE Tunnel-Medium-Type IP 1 VALUE Tunnel-Medium-Type X25 2 VALUE Tunnel-Medium-Type ATM 3 VALUE Tunnel-Medium-Type Frame-Relay 4 ATTRIBUTE Cisco-Data-Filter 242 integer Cisco 0707010003b76b000041ed0000000000000000000000034f4719c300000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/man0707010003b76c000041ed0000000000000000000000024f4719c300000000000000b500010002ffffffffffffffff0000001800000000root/usr/local/man/man10707010003b76d000081a40000000000000000000000014f47169e000011d7000000b500010002ffffffffffffffff0000002300000000root/usr/local/man/man1/radstock.1.\" $Id: radstock.1,v 1.3 2000/10/26 14:43:42 withnail Exp $ .TH radstock 1 "SEPTEMBER 2000" .SH NAME radstock \- radius packet analyser .SH SYNOPSIS .B radstock <-hVTDKLMNqp> <-i .I interface .B > <-c .I radius filter file .B > <-f .I dictionary .B > <-e .I radius filter .B > < .I pcap filter .B > .SH DESCRIPTION radstock provides a convenient tool to analyse radius traffic, including the ability to display radius attributes and also to actively filter on them. radstock is written using the pcap libraries and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as .BR tcpdump (8) and .BR snoop (1). For details on writing pcap filters, please see these manual pages. .SH OPTIONS .IP -h Display help/usage information. .IP -V Display version information. .IP -i Specify the interface to monitor. .IP -q Be quiet; don't parse the radius packets. This option will only show the type of radius packet and the source and destinations (i.e. the top lines). .IP -e "\fI radius filter\fP" Provides a radius filter on the command line. The exact format of these filters will be detailed below. .IP -f "\fI dictionary\fP" Specify \fIdictionary\fP to be used rather than the default dictionary (/usr/local/etc/raddb/dictionary). .IP -c "\fI radius filter file\fP" Read the radius filter from \fIradius filter file\fP rather than the command line. If the file is a relative path, it is searched for using the \fIRADIUS_PATH\fP environment variable. If the filename is - then read the filter from stdin. .IP -p Do not put the interface in promiscuous mode. .IP -T Print the time that each packet was received .IP -D Print the date and time that each packet was received .IP -K Only display authentication packets .IP -L Only display accounting packets .IP -M Only show request packets (auth or acct) .IP -N Only show response packets (auth or acct) .IP "\fI pcap filter\fP" The default filter is 'udp port 1645'. To override this filter specify a new one here. For example if you only wanted to see traffic between your radius server and server 1.2.3.4, then you could specify the filter as 'port 1645 and host 1.2.3.4'. Radstock will only monitor udp traffic, so it is not necessary to specify this in your filter. .SH RADIUS FILTER Radius filters are used to specify which radius packets are to be displayed. The filter defines a set of attributes to match, using a similar parser to the pcap filter. The simplist filter takes the form .IP .LP Where attribute is an attribute read from the radius dictionary. The value is handled differently for each specific attribute type. If the attribute type is either an ip address or a string, the value will be treated as a bounded POSIX regular expression. However, this regexp will have a '^' and '$' added at the beginning and end if they are not already present. If the attribute type is an integer, the value is expected to be either a number, or a value defined in the radius dictionary for that attribute. Both the attribute and value matches are case insensitive. When specifying string values, you may use single quotes as delimiters, to allow non alphanumeric characters in the value. The following operators are valid: '=', '!=', '>', '>=', '<', '<='. However, please note that only '=' and '!=' are valid for string and ip address matches. In addition, there are two further operators. 'exists ' is used to match any packet with that attribute present. 'nexists is used to match a packet that does not contain the given attribute. Comparisions can be joined together with 'and' (&&), 'or' (||), 'not' (!), and the use of brackets. Please be aware of a slight catch with the '!=' operator. If you specify the following filter: .IP acct-status-type != start .LP This filter actually means 'show me all packets where acct-status-type is present and is not equal to start'. .SH RADIUS FILTER EXAMPLES To show only auth requests from the @dummy.org domain from Nas-IP-Address 1.2.3.4 use the following filter: .IP user-name = '.*@dummy.org' and nas-ip-address = 1.2.3.4 .LP To show packets with which does not contain the attribute Ascend-Idle-Limit, use the following filter: .IP nexists ascend-idle-limit .LP A slightly more complex example, which includes the command line: .IP radstock -e "(user-name = bob or user-name = fred) and nas-port-id > 30" udp port 1812 .SH SEE ALSO .BR pcap (3), .BR tcpdump (8), .BR regex(7) .SH AUTHOR Paul Rhodes 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!