Ethereal-users: [Ethereal-users] Problems, building a WINDOWS version

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

From: "Stefan Auweiler" <stefan@xxxxxxxxxxxxxxxx>
Date: Sun, 15 Jun 2003 12:49:58 +0200
Hello all,

I've some problems while compiling a Windows Version, using MSVC++.
I try to extend the lists of RADIUS Vendor specific attributes, but it might
me a general issue.
Here it is:

After inserting 3 Attributes (RADIUS VSA) into the 'packet-radius.c', the
compilation stops during building the 'register.c' file. The error states: 

NMAKE : fatal error U1095: Expandierte Befehlszeile 'bash make-reg-dotc
register.c . /here are the listed packet files/ too long'

I would translate the German frase 'Expandierte Befehlszeile' to 'expanded
inputline'.



What I've added to the 'packet-radius.c' file was the 250, 251 and 252 VSAs
(tree lines) in the Cisco area:
  {243,	RADIUS_INTEGER4,	"Cisco Call Filter"},
  {244,	RADIUS_INTEGER4,	"Cisco Idle Limit"},
  {250,	RADIUS_STRING,	"Cisco Account Info"},
  {251,	RADIUS_STRING,	"Cisco Service Info"},
  {252,	RADIUS_STRING,	"Cisco Control Info"},
  {255,	RADIUS_INTEGER4,	"Cisco Xmit Rate"},
  {0, 0, NULL}

If I overwrite the file with the original one, it works fine.
Is there somebody out there, who can help me? If you want to check my
'packet-radius.c' file in your environment (possibly to check if I did
something wrong with it; I modified it with Windows wordpad and Linux
KWRITE, no difference in the result ;-() you can donload it at
www.saitc.de/packet-radius.c or ar rar file: www.saitc.de/packet-radius.rar
.

Thanks in advance
Stefan from Germany