Re: omnisniff

2013-07-24 Thread Phil Mayers
a.l.m.bu...@lboro.ac.uk wrote:
>Hi,
>
>> Feel free to add your own feature requests :)
>
>number of UDP packets - i.e. is/was the datagram fragmented?
>
>alan
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html

If it's re-assembling fragments then I'm impressed...
-- 
Sent from my phone with, please excuse brevity and typos-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: omnisniff

2013-07-24 Thread A . L . M . Buxey
Hi,

> Feel free to add your own feature requests :)

number of UDP packets - i.e. is/was the datagram fragmented?

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: omnisniff

2013-07-24 Thread Arran Cudbard-Bell
Latency:

Sniffing on (lo0)
(1) Access-Request Id 97 lo0:127.0.0.1:56478 -> 127.0.0.1:1812  +0.000
User-Name = 'foo'
User-Password = 'bar'
NAS-IP-Address = 172.16.184.1
NAS-Port = 0
Message-Authenticator = 0x9673a64961929ac18e9ba4575461f994
(2) Access-Reject Id 97 lo0:127.0.0.1:1812 <- 127.0.0.1:56478   +1.002  +1.002
(3) Access-Request Id 126 lo0:127.0.0.1:51283 -> 127.0.0.1:1812 +5.364
User-Name = 'foo'
User-Password = 'bar'
NAS-IP-Address = 172.16.184.1
NAS-Port = 0
Message-Authenticator = 0xdfb19847e9e2698e47ffbd6a4242ed9b
(4) Access-Reject Id 126 lo0:127.0.0.1:1812 <- 127.0.0.1:51283  +6.366  +1.002
(5) Access-Request Id 165 lo0:127.0.0.1:57693 -> 127.0.0.1:1812 +8.525
User-Name = 'foo'
User-Password = 'bar'
NAS-IP-Address = 172.16.184.1
NAS-Port = 0
Message-Authenticator = 0x0bf1c451b17207286ef1d0cd40396517
(6) Access-Reject Id 165 lo0:127.0.0.1:1812 <- 127.0.0.1:57693  +9.527  +1.001
(7) Access-Request Id 126 lo0:127.0.0.1:54082 -> 127.0.0.1:1812 +15.634
User-Name = 'foo'
User-Password = 'bar'
NAS-IP-Address = 172.16.184.1
NAS-Port = 0
Message-Authenticator = 0x1c49330d81eef9c09ba824236c5bed26
(8) Access-Reject Id 126 lo0:127.0.0.1:1812 <- 127.0.0.1:54082  +16.636 +1.002

Feel free to add your own feature requests :)

Arran Cudbard-Bell 
FreeRADIUS Development Team

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


omnisniff

2013-07-23 Thread Arran Cudbard-Bell
shinyhead:freeradius-server-master arr2036$ /usr/local/freeradius/bin/radsniff 
-i en0 -i lo0
Sniffing on (en0 lo0)
(1) Access-Request Id 151 lo0:127.0.0.1:54458 -> 127.0.0.1:1812 +0.000
User-Name = 'foo'
User-Password = 'bar'
NAS-IP-Address = 192.168.146.1
NAS-Port = 0
Message-Authenticator = 0x4734507141d494e4ef857134b4e54bba
(2) Access-Reject Id 151 lo0:127.0.0.1:1812 -> 127.0.0.1:54458  +1.002
Reply-Message = 'Foo bar'
Reply-Message = 'Foo bar foo'
(3) Access-Request Id 38 en0:192.168.0.1:54065 -> 192.168.0.1:1812  +12.192
User-Name = 'foo'
User-Password = 'bar'
NAS-IP-Address = 192.168.146.1
NAS-Port = 0
Message-Authenticator = 0x59098b50968999437cf3fb0d6b10ef50


shinyhead:freeradius-server-master arr2036$ /usr/local/freeradius/bin/radsniff 
-xx
Defaulting to capture on all interfaces
Sniffing with options:
  Device(s): [en0 fw0 en1 p2p0 lo0]
  PCAP filter  : [udp port 1812 or 1813 or 3799]
  RADIUS secret: [testing123]
Failed opening pcap handle: p2p0: You don't have permission to capture on that 
device ((no devices found) /dev/bpf4: Permission denied)
Failed opening pcap handle: lo0: You don't have permission to capture on that 
device ((no devices found) /dev/bpf4: Permission denied)
Sniffing on (en0 fw0 en1)


shinyhead:freeradius-server-master arr2036$ /usr/local/freeradius/bin/radsniff 
-i en2 -i en1 -xx
Sniffing with options:
  Device(s): [en2 en1]
  PCAP filter  : [udp port 1812 or 1813 or 3799]
  RADIUS secret: [testing123]
radsniff: Failed opening pcap handle for en2
en2: No such device exists (BIOCSETIF failed: Device not configured)
Exiting..

Arran Cudbard-Bell 
FreeRADIUS Development Team

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html