wireshart shows wrong information

Juan Pablo L. jpablolorenzetti at hotmail.com
Mon Apr 29 21:33:18 CEST 2013


Hi Alan, i m sorry i m sorry if i m not being clear enough, but please consider the example from my last reply: this is the code in the module:pairadd(&request->reply->vps,pairmake("3GPP2-Prepaid-Acct-Quota-QuotaIDentifier","1", T_OP_EQ));

and this is what travels on the wire:
subtype = 01 (3GPP2-Prepaid-Acct-Quota-QuotaIDentifier)subtype-length = 06 value = f3 08 48 12 
as you see, the value in value is expected it to be 00000001 and not f3 08 48 12 . maybe is a misunderstanding from me. i m using freeradius stable 2.2 and wireshark 1.8.6.
thanks!
From: jpablolorenzetti at hotmail.com
To: freeradius-users at lists.freeradius.org
Subject: RE: wireshart shows wrong information
Date: Fri, 26 Apr 2013 14:22:20 +0000




i realise now that i may have not been very clear in my explanation of the problem, that problem is that all values for the fields are the wrong values, for example, this is my code:
pairadd(&request->reply->vps,pairmake("3GPP2-Prepaid-Acct-Quota-QuotaIDentifier","1", T_OP_EQ));

and this is what travels on the wire:
subtype = 01 (3GPP2-Prepaid-Acct-Quota-QuotaIDentifier)subtype-length = 06 value = f3 08 48 12 

and this happens for all values ... i might be missing something .... thanks!

From: jpablolorenzetti at hotmail.com
To: freeradius-users at lists.freeradius.org
Subject: RE: wireshart shows wrong information
Date: Thu, 25 Apr 2013 21:00:51 +0000




i m sorry i accidentally press the wrong combination of keys and the mail left .... resuming my message below .....
this is the data that tcpdump show as being transmitted for this attribute:
type = 1a length = 1a vendor = 00 00 15 9f vendor-type = 5a vendor-length = 14 subtype = 01 (3GPP2-Prepaid-Acct-Quota-QuotaIDentifier)subtype-length = 06 value = f3 08 48 12 subtype = 02 (3GPP2-Prepaid-Acct-Quota-VolumeQuota)subtype-length=06value = 00 00 00 00 subtype = 04 (3GPP2-Prepaid-Acct-Quota-VolumeThreshold)length = 06 value = 00 00 88 fa
i dont see where i m doing wrong ... any help will be appreciated.
From: jpablolorenzetti at hotmail.com
To: freeradius-users at lists.freeradius.org
Subject: wireshart shows wrong information
Date: Thu, 25 Apr 2013 20:53:58 +0000




Hi, i m implementing a module in which i m using some TLV for which i modified the dictionary.3gpp2 as very well suggested in a different thread, but i see that the data for those TLV fields are not encoded properly or at least that is what wireshark is showing even thou debugging freeradius it shows that the data being sent is the correct it differs from the data captured using tcpdump ... here is my dictionary entry:
ATTRIBUTE       3GPP2-Prepaid-Acct-Quota                90      tlvBEGIN-TLV       3GPP2-Prepaid-Acct-QuotaATTRIBUTE       3GPP2-Prepaid-Acct-Quota-QuotaIDentifier        1       integerATTRIBUTE       3GPP2-Prepaid-Acct-Quota-VolumeQuota    2       integerATTRIBUTE       3GPP2-Prepaid-Acct-Quota-VolumeThreshold        4       integerEND-TLV         3GPP2-Prepaid-Acct-Quota

and for that i m writing the following code:
pairadd(&request->reply->vps,pairmake("3GPP2-Prepaid-Acct-Quota-QuotaIDentifier","1", T_OP_EQ));pairadd(&request->reply->vps,pairmake("3GPP2-Prepaid-Acct-Quota-VolumeQuota","1000000", T_OP_EQ));pairadd(&request->reply->vps,pairmake("3GPP2-Prepaid-Acct-Quota-VolumeThreshold","100", T_OP_EQ));  		 	   		   		 	   		   		 	   		   		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20130429/6d21cc7b/attachment-0001.html>


More information about the Freeradius-Users mailing list