Ethereal-dev: Re: [Ethereal-dev] New Tacacs+ dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 19 May 2002 03:24:26 -0700
On Sun, May 19, 2002 at 09:47:29AM +0200, Emanuele Caratti wrote:
>  I've ported ( and cleaned up a little :) ) the dissector for crypted
>  Tacacs+ I did some years ago to the tvbuff structure.... And I've merged
>  it with the new tacacs/xtacacs/tacacs+ dissector.
>  
>  Now you can specify the password to use via preferences in the gui or via
>  CLI, and read tacacs+ packet.
> 
>  You can just put the attached files in the ethereal directory and
>  recompile....

No, I can't:

	% make |& tee errs

		...

	gcc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I/usr/local/include 
	    -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I. -I./wiretap
	    -I/usr/local/include -I/usr/local/include/gtk-1.2
	    -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include
	    -I/usr/X11R6/include -c packet-tacacs.c
	packet-tacacs.c:903: openssl/md5.h: No such file or directory

You have to make a version that doesn't *require* OpenSSL.