patch for crasher plus dhcp troubles
- From: David Zeuthen <davidz redhat com>
- To: networkmanager-list gnome org
- Subject: patch for crasher plus dhcp troubles
- Date: Sat, 08 Jan 2005 17:40:49 -0500
Hi,
I got a Netgear MA111 USB device that can do 802.11b - it appears to
be prism2 based or something, the linux-wlan drivers support it,
except that scanning doesn't work. However, NM from CVS segfaults
when I try to force a ESSID - attached patch fixes it.
Now, it appears that the DHCP code in NM doesn't really work for me,
see the log file nm_out.log I've attached. I've captured, using
ethereal, the traffic (using the 'any' interface) see attached file
failed-dhcp-attempt.txt. Using dhclient works for me, see the
ethereal trace attached in dhcp-client-success.txt.
For the record I'm using a Linksys WRT54G router and the DHCP
server included in that product.
Thoughts?
Cheers,
David
? nm-fix-empty-ap-list-crasher.patch
? src/nm-fix-empty-ap-list-crasher.patch
? src/nm_out.log
? src/out
Index: src/NetworkManagerDevice.c
===================================================================
RCS file: /cvs/gnome/NetworkManager/src/NetworkManagerDevice.c,v
retrieving revision 1.75
diff -u -r1.75 NetworkManagerDevice.c
--- src/NetworkManagerDevice.c 22 Dec 2004 18:45:11 -0000 1.75
+++ src/NetworkManagerDevice.c 8 Jan 2005 21:01:17 -0000
@@ -2350,6 +2350,9 @@
g_return_val_if_fail (dev != NULL, NULL);
g_return_val_if_fail (nm_device_is_wireless (dev), NULL);
+ if (dev->options.wireless.ap_list == NULL)
+ dev->options.wireless.ap_list = nm_ap_list_new (NETWORK_TYPE_DEVICE);
+
return (dev->options.wireless.ap_list);
}
NetworkManager: starting...
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_frequency(): error setting frequency 2437000000.000000 for device wlan0. errno = 95
NetworkManager: nm_device_set_essid(): error setting ESSID ' ' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: wlan0: Driver support level is fully-supported
NetworkManager: nm_create_device_and_add_to_list(): adding device 'wlan0' (wireless)
NetworkManager: nm_device_set_essid(): error setting ESSID '' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: eth0: Driver support level is fully-supported
NetworkManager: nm_create_device_and_add_to_list(): adding device 'eth0' (wired)
NetworkManager: running mainloop...
NetworkManager: AUTO: Best wired device = (null), best wireless device = wlan0 (davidznet)
NetworkManager: SWITCH: best device changed
NetworkManager: nm_state_modification_monitor(): beginning activation for device 'wlan0'
NetworkManager: nm_device_activation_worker (wlan0) started...
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_set_essid(): error setting ESSID ' ' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: FORCE: device '/org/freedesktop/NetworkManager/Devices/wlan0', network 'davidznet'
NetworkManager: Forcing AP 'davidznet'
NetworkManager: nm_device_activation_cancel(wlan0): cancelling...
NetworkManager: nm_device_activation_worker(wlan0): activation canceled.
NetworkManager: Activation (wlan0) IP configuration/DHCP returned = 0
NetworkManager: Activation (wlan0) IP configuration/DHCP unsuccessful! Ending activation...
NetworkManager: Activation (wlan0) ending thread.
NetworkManager: nm_device_activation_cancel(wlan0): cancelled.
NetworkManager: nm_device_set_essid(): error setting ESSID '' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_wireless_network_exists () looking for network 'davidznet'...
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_essid(): error setting ESSID 'davidznet' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_essid(): error setting ESSID 'davidznet' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_essid(): error setting ESSID 'davidznet' for device wlan0. errno = 95
NetworkManager: found! (unencrypted)
NetworkManager: SWITCH: need to get an IP address.
NetworkManager: nm_device_set_essid(): error setting ESSID '' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_state_modification_monitor(): beginning activation for device 'wlan0'
NetworkManager: nm_device_activation_worker (wlan0) started...
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_frequency(): error setting frequency 2437000000.000000 for device wlan0. errno = 95
NetworkManager: nm_hal_device_property_modified() called with udi = /org/freedesktop/Hal/devices/usb_device_846_4110_132_-1_noserial, key = net.interface_up, is_removed = 0, is_added = 0
NetworkManager: nm_hal_device_property_modified() called with udi = /org/freedesktop/Hal/devices/usb_device_846_4110_132_-1_noserial, key = net.interface_up, is_removed = 0, is_added = 0
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_essid(): error setting ESSID ' ' for device wlan0. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_essid(): error setting ESSID 'davidznet' for device wlan0. errno = 95
NetworkManager: nm_device_set_wireless_config (wlan0) using essid 'davidznet', with no authentication.
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_frequency(): error setting frequency 2437000000.000000 for device wlan0. errno = 95
NetworkManager: HAVELINK: act=1
NetworkManager: dhcp_interface_init: MAC address = 00:09:5b:b7:af:f2
NetworkManager: ClassID = "Linux 2.6.9-1.667 ppc"
ClientID = "1.0.9.5B.B7.AF.F2.00.00"
NetworkManager: Broadcasting DHCP_DISCOVER
NetworkManager: DHCP: Starting request loop
NetworkManager: DHCP: Sending request packet...
NetworkManager: DHCP: Sent request packet.
NetworkManager: DHCP: Waiting for reply...
NetworkManager: DHCP waiting for data, overall timeout = {1105166780s, -217340us}
NetworkManager: DHCP waiting for data, remaining timeout = {5s, 153661us}
NetworkManager: DHCP: Got some data to check for reply packet.
NetworkManager: DHCP: Received data of len 576, looking for at least 28
NetworkManager: DHCP: actual data length was 576
NetworkManager: debug_dump_dhcp_options: 6 options received:
NetworkManager: i=1 (subnetMask) len=4 option = 255.255.255.0
NetworkManager: i=3 (routersOnSubnet) len=4 option = 192.168.1.1
NetworkManager: i=6 (dns) len=8 option = 204.127.204.8
NetworkManager: i=6 (dns) len=8 option = 216.148.227.204
NetworkManager: i=51 (dhcpMessageType) len=4 option = 86400
NetworkManager: i=53 (dhcpParamRequest) len=1 option = 2
NetworkManager: i=54 (dhcpMsg) len=4 option = 192.168.1.1
NetworkManager: dhcp_msg->yiaddr = 192.168.1.105
NetworkManager: dhcp_msg->siaddr = 192.168.1.1
NetworkManager: dhcp_msg->giaddr = 0.0.0.0
NetworkManager: dhcp_msg->sname = ""
NetworkManager: Server Hardware Address = 00.12.17.0A.A9.EB
NetworkManager: broadcastAddr option is missing in DHCP server response. Assuming 192.168.1.255
NetworkManager: dhcpIPaddrLeaseTime = 86400 in DHCP server response.
NetworkManager: dhcpT1value is missing in DHCP server response. Assuming 43200 sec
NetworkManager: dhcpT2value is missing in DHCP server response. Assuming 75600 sec
NetworkManager: DHCP_OFFER received from (192.168.1.1)
NetworkManager: Broadcasting DHCP_REQUEST for 192.168.1.105
NetworkManager: DHCP: Starting request loop
NetworkManager: DHCP: Sending request packet...
NetworkManager: DHCP: Sent request packet.
NetworkManager: DHCP: Waiting for reply...
NetworkManager: DHCP waiting for data, overall timeout = {1105166781s, -539686us}
NetworkManager: DHCP waiting for data, remaining timeout = {5s, 18975us}
NetworkManager: DHCP waiting for data, remaining timeout = {4s, 16002us}
NetworkManager: DHCP waiting for data, remaining timeout = {3s, 16132us}
NetworkManager: DHCP waiting for data, remaining timeout = {2s, 16305us}
NetworkManager: DHCP waiting for data, remaining timeout = {1s, 16458us}
NetworkManager: DHCP waiting for data, remaining timeout = {0s, 16610us}
NetworkManager: DHCP: Sending request packet...
NetworkManager: DHCP: Sent request packet.
NetworkManager: DHCP: Waiting for reply...
NetworkManager: DHCP waiting for data, overall timeout = {1105166792s, -546496us}
NetworkManager: DHCP waiting for data, remaining timeout = {10s, 9410us}
NetworkManager: DHCP waiting for data, remaining timeout = {9s, 10081us}
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_frequency(): error setting frequency 2437000000.000000 for device wlan0. errno = 95
NetworkManager: DHCP waiting for data, remaining timeout = {8s, 10257us}
NetworkManager: DHCP waiting for data, remaining timeout = {7s, 10410us}
NetworkManager: DHCP waiting for data, remaining timeout = {6s, 10561us}
NetworkManager: DHCP waiting for data, remaining timeout = {5s, 10714us}
NetworkManager: DHCP waiting for data, remaining timeout = {4s, 10846us}
NetworkManager: DHCP waiting for data, remaining timeout = {3s, 11019us}
NetworkManager: DHCP waiting for data, remaining timeout = {2s, 11170us}
NetworkManager: DHCP waiting for data, remaining timeout = {1s, 11323us}
NetworkManager: DHCP waiting for data, remaining timeout = {0s, 11475us}
NetworkManager: DHCP: Sending request packet...
NetworkManager: DHCP: Sent request packet.
NetworkManager: DHCP: Waiting for reply...
NetworkManager: DHCP waiting for data, overall timeout = {1105166805s, 434969us}
NetworkManager: DHCP waiting for data, remaining timeout = {12s, 992491us}
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_frequency(): error setting frequency 2437000000.000000 for device wlan0. errno = 95
NetworkManager: DHCP waiting for data, remaining timeout = {11s, 993243us}
NetworkManager: DHCP waiting for data, remaining timeout = {10s, 993394us}
NetworkManager: DHCP waiting for data, remaining timeout = {9s, 993545us}
NetworkManager: DHCP waiting for data, remaining timeout = {8s, 993697us}
NetworkManager: DHCP waiting for data, remaining timeout = {7s, 993828us}
NetworkManager: DHCP waiting for data, remaining timeout = {6s, 994004us}
NetworkManager: DHCP waiting for data, remaining timeout = {5s, 994154us}
NetworkManager: DHCP waiting for data, remaining timeout = {4s, 994307us}
NetworkManager: DHCP waiting for data, remaining timeout = {3s, 994460us}
NetworkManager: DHCP waiting for data, remaining timeout = {2s, 994586us}
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_frequency(): error setting frequency 2437000000.000000 for device wlan0. errno = 95
NetworkManager: DHCP waiting for data, remaining timeout = {1s, 991759us}
NetworkManager: DHCP waiting for data, remaining timeout = {0s, 986914us}
NetworkManager: DHCP: Sending request packet...
NetworkManager: DHCP: Send timeout
NetworkManager: nm_device_set_essid(): error setting ESSID '' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_activate_wireless(wlan0): no link to 'davidznet', or couldn't get configure interface for IP. Trying another access point.
NetworkManager: nm_device_set_essid(): error setting ESSID ' ' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_set_essid(): error setting ESSID ' ' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_set_essid(): error setting ESSID ' ' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_mode (wlan0): error setting card to Infrastructure mode. errno = 95
NetworkManager: nm_device_set_frequency(): error setting frequency 2437000000.000000 for device wlan0. errno = 95
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_set_essid(): error setting ESSID ' ' for device wlan0. errno = 95
NetworkManager: nm_device_set_enc_key(): error setting key for device wlan0. errno = 95
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: nm_device_activate_wireless(wlan0): waiting for an access point.
NetworkManager: Caught SIGINT/SIGTERM
NetworkManager: Caught terminiation signal
NetworkManager: exiting...
(process:3506): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL' failed
** (process:3506): CRITICAL **: nm_device_ap_list_clear: assertion `nm_device_is_wireless (dev)' failed
(process:3506): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(process:3506): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
No. Time Source Destination Protocol Info
1 0.000000 :: ff02::16 ICMPv6 Multicast Listener Report Message v2
Frame 1 (92 bytes on wire, 92 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: IPv6 (0x86dd)
Internet Protocol Version 6
Hop-by-hop Option Header
Internet Control Message Protocol v6
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 86 dd ........[.......
0010 60 00 00 00 00 24 00 01 00 00 00 00 00 00 00 00 `....$..........
0020 00 00 00 00 00 00 00 00 ff 02 00 00 00 00 00 00 ................
0030 00 00 00 00 00 00 00 16 3a 00 05 02 00 00 01 00 ........:.......
0040 8f 00 be e0 00 00 00 01 04 00 00 00 ff 02 00 00 ................
0050 00 00 00 00 00 00 00 01 ff b7 af f2 ............
No. Time Source Destination Protocol Info
2 0.622914 :: ff02::1:ffb7:aff2 ICMPv6 Neighbor solicitation
Frame 2 (80 bytes on wire, 80 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: IPv6 (0x86dd)
Internet Protocol Version 6
Internet Control Message Protocol v6
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 86 dd ........[.......
0010 60 00 00 00 00 18 3a ff 00 00 00 00 00 00 00 00 `.....:.........
0020 00 00 00 00 00 00 00 00 ff 02 00 00 00 00 00 00 ................
0030 00 00 00 01 ff b7 af f2 87 00 be ca 00 00 00 00 ................
0040 fe 80 00 00 00 00 00 00 02 09 5b ff fe b7 af f2 ..........[.....
No. Time Source Destination Protocol Info
3 1.622788 fe80::209:5bff:feb7:aff2 ff02::2 ICMPv6 Router solicitation
Frame 3 (72 bytes on wire, 72 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: IPv6 (0x86dd)
Internet Protocol Version 6
Internet Control Message Protocol v6
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 86 dd ........[.......
0010 60 00 00 00 00 10 3a ff fe 80 00 00 00 00 00 00 `.....:.........
0020 02 09 5b ff fe b7 af f2 ff 02 00 00 00 00 00 00 ..[.............
0030 00 00 00 00 00 00 00 02 85 00 63 c8 00 00 00 00 ..........c.....
0040 01 01 00 09 5b b7 af f2 ....[...
No. Time Source Destination Protocol Info
4 5.622143 fe80::209:5bff:feb7:aff2 ff02::2 ICMPv6 Router solicitation
Frame 4 (72 bytes on wire, 72 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: IPv6 (0x86dd)
Internet Protocol Version 6
Internet Control Message Protocol v6
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 86 dd ........[.......
0010 60 00 00 00 00 10 3a ff fe 80 00 00 00 00 00 00 `.....:.........
0020 02 09 5b ff fe b7 af f2 ff 02 00 00 00 00 00 00 ..[.............
0030 00 00 00 00 00 00 00 02 85 00 63 c8 00 00 00 00 ..........c.....
0040 01 01 00 09 5b b7 af f2 ....[...
No. Time Source Destination Protocol Info
5 7.286504 Netgear_b7:af:f2 SLL Sent by us
Frame 5 (342 bytes on wire, 342 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: Unknown (0x0000)
Data (326 bytes)
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 00 00 ........[.......
0010 45 00 01 46 96 dd 00 00 40 11 e2 ca 00 00 00 00 E F
0020 ff ff ff ff 00 44 00 43 01 32 d0 c3 01 01 06 00 .....D.C.2......
0030 66 25 a9 e2 00 0a 00 00 00 00 00 00 00 00 00 00 f%..............
0040 00 00 00 00 00 00 00 00 00 09 5b b7 af f2 00 00 ..........[.....
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 00 00 63 82 53 63 35 01 01 39 ........c.Sc5..9
0120 02 02 24 33 04 ff ff ff ff 37 09 01 03 06 0c 0f ..$3.....7......
0130 1c 28 29 2a 3c 15 4c 69 6e 75 78 20 32 2e 36 2e .()*<.Linux 2.6.
0140 39 2d 31 2e 36 36 37 20 70 70 63 3d 07 01 00 09 9-1.667 ppc=....
0150 5b b7 af f2 ff 00 [.....
No. Time Source Destination Protocol Info
6 7.310031 Cisco-Li_0a:a9:eb ARP Who has 192.168.1.105? Tell 192.168.1.1
Frame 6 (62 bytes on wire, 62 bytes captured)
Linux cooked capture
Packet type: Broadcast (1)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:12:17:0a:a9:eb (Cisco-Li_0a:a9:eb)
Protocol: ARP (0x0806)
Trailer: 000000000000000000000000000000000000
Address Resolution Protocol (request)
0000 00 01 00 01 00 06 00 12 17 0a a9 eb 00 00 08 06 ................
0010 00 01 08 00 06 04 00 01 00 12 17 0a a9 eb c0 a8 ................
0020 01 01 00 00 00 00 00 00 c0 a8 01 69 00 00 00 00 ...........i....
0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..............
No. Time Source Destination Protocol Info
7 8.025816 192.168.1.1 255.255.255.255 DHCP DHCP Offer - Transaction ID 0x6625a9e2
Frame 7 (592 bytes on wire, 592 bytes captured)
Linux cooked capture
Packet type: Broadcast (1)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:12:17:0a:a9:eb (Cisco-Li_0a:a9:eb)
Protocol: IP (0x0800)
Internet Protocol, Src Addr: 192.168.1.1 (192.168.1.1), Dst Addr: 255.255.255.255 (255.255.255.255)
User Datagram Protocol, Src Port: bootps (67), Dst Port: bootpc (68)
Bootstrap Protocol
Message type: Boot Reply (2)
Hardware type: Ethernet
Hardware address length: 6
Hops: 0
Transaction ID: 0x6625a9e2
Seconds elapsed: 0
Bootp flags: 0x0000 (Unicast)
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 192.168.1.105 (192.168.1.105)
Next server IP address: 192.168.1.1 (192.168.1.1)
Relay agent IP address: 0.0.0.0 (0.0.0.0)
Client hardware address: 00:09:5b:b7:af:f2
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Offer
Option 54: Server Identifier = 192.168.1.1
Option 51: IP Address Lease Time = 1 day
Option 1: Subnet Mask = 255.255.255.0
Option 3: Router = 192.168.1.1
Option 6: Domain Name Server
End Option
Padding
0000 00 01 00 01 00 06 00 12 17 0a a9 eb 00 00 08 00 ................
0010 45 00 02 40 00 00 00 00 40 11 b7 04 c0 a8 01 01 E @.......
0020 ff ff ff ff 00 43 00 44 02 2c ca 6c 02 01 06 00 .....C.D.,.l....
0030 66 25 a9 e2 00 00 00 00 00 00 00 00 c0 a8 01 69 f%.............i
0040 c0 a8 01 01 00 00 00 00 00 09 5b b7 af f2 00 00 ..........[.....
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 00 00 63 82 53 63 35 01 02 36 ........c.Sc5..6
0120 04 c0 a8 01 01 33 04 00 01 51 80 01 04 ff ff ff .....3...Q......
0130 00 03 04 c0 a8 01 01 06 08 cc 7f cc 08 d8 94 e3 ................
0140 cc ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0230 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
No. Time Source Destination Protocol Info
8 8.052869 Netgear_b7:af:f2 SLL Sent by us
Frame 8 (353 bytes on wire, 353 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: Unknown (0x0000)
Data (337 bytes)
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 00 00 ........[.......
0010 45 00 01 51 96 dd 00 00 40 11 e2 bf 00 00 00 00 E Q
0020 ff ff ff ff 00 44 00 43 01 3d 87 72 01 01 06 00 .....D.C.=.r....
0030 66 25 a9 e2 00 0a 00 00 00 00 00 00 00 00 00 00 f%..............
0040 00 00 00 00 00 00 00 00 00 09 5b b7 af f2 00 00 ..........[.....
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 00 00 63 82 53 63 35 01 03 39 ........c.Sc5..9
0120 02 02 24 36 04 c0 a8 01 01 32 04 c0 a8 01 69 33 ..$6.....2....i3
0130 04 00 01 51 80 37 09 01 03 06 0c 0f 1c 28 29 2a ...Q.7.......()*
0140 3c 15 4c 69 6e 75 78 20 32 2e 36 2e 39 2d 31 2e <.Linux 2.6.9-1.
0150 36 36 37 20 70 70 63 3d 07 01 00 09 5b b7 af f2 667 ppc=....[...
0160 ff .
No. Time Source Destination Protocol Info
9 9.621536 fe80::209:5bff:feb7:aff2 ff02::2 ICMPv6 Router solicitation
Frame 9 (72 bytes on wire, 72 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: IPv6 (0x86dd)
Internet Protocol Version 6
Internet Control Message Protocol v6
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 86 dd ........[.......
0010 60 00 00 00 00 10 3a ff fe 80 00 00 00 00 00 00 `.....:.........
0020 02 09 5b ff fe b7 af f2 ff 02 00 00 00 00 00 00 ..[.............
0030 00 00 00 00 00 00 00 02 85 00 63 c8 00 00 00 00 ..........c.....
0040 01 01 00 09 5b b7 af f2 ....[...
No. Time Source Destination Protocol Info
10 14.058291 Netgear_b7:af:f2 SLL Sent by us
Frame 10 (353 bytes on wire, 353 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: Unknown (0x0000)
Data (337 bytes)
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 00 00 ........[.......
0010 45 00 01 51 96 dd 00 00 40 11 e2 bf 00 00 00 00 E Q
0020 ff ff ff ff 00 44 00 43 01 3d 87 72 01 01 06 00 .....D.C.=.r....
0030 66 25 a9 e2 00 0a 00 00 00 00 00 00 00 00 00 00 f%..............
0040 00 00 00 00 00 00 00 00 00 09 5b b7 af f2 00 00 ..........[.....
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 00 00 63 82 53 63 35 01 03 39 ........c.Sc5..9
0120 02 02 24 36 04 c0 a8 01 01 32 04 c0 a8 01 69 33 ..$6.....2....i3
0130 04 00 01 51 80 37 09 01 03 06 0c 0f 1c 28 29 2a ...Q.7.......()*
0140 3c 15 4c 69 6e 75 78 20 32 2e 36 2e 39 2d 31 2e <.Linux 2.6.9-1.
0150 36 36 37 20 70 70 63 3d 07 01 00 09 5b b7 af f2 667 ppc=....[...
0160 ff .
No. Time Source Destination Protocol Info
11 25.067682 Netgear_b7:af:f2 SLL Sent by us
Frame 11 (353 bytes on wire, 353 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: Unknown (0x0000)
Data (337 bytes)
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 00 00 ........[.......
0010 45 00 01 51 96 dd 00 00 40 11 e2 bf 00 00 00 00 E Q
0020 ff ff ff ff 00 44 00 43 01 3d 87 72 01 01 06 00 .....D.C.=.r....
0030 66 25 a9 e2 00 0a 00 00 00 00 00 00 00 00 00 00 f%..............
0040 00 00 00 00 00 00 00 00 00 09 5b b7 af f2 00 00 ..........[.....
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 00 00 63 82 53 63 35 01 03 39 ........c.Sc5..9
0120 02 02 24 36 04 c0 a8 01 01 32 04 c0 a8 01 69 33 ..$6.....2....i3
0130 04 00 01 51 80 37 09 01 03 06 0c 0f 1c 28 29 2a ...Q.7.......()*
0140 3c 15 4c 69 6e 75 78 20 32 2e 36 2e 39 2d 31 2e <.Linux 2.6.9-1.
0150 36 36 37 20 70 70 63 3d 07 01 00 09 5b b7 af f2 667 ppc=....[...
0160 ff .
No. Time Source Destination Protocol Info
12 38.096633 Netgear_b7:af:f2 SLL Sent by us
Frame 12 (353 bytes on wire, 353 bytes captured)
Linux cooked capture
Packet type: Sent by us (4)
Link-layer address type: 1
Link-layer address length: 6
Source: 00:09:5b:b7:af:f2 (Netgear_b7:af:f2)
Protocol: Unknown (0x0000)
Data (337 bytes)
0000 00 04 00 01 00 06 00 09 5b b7 af f2 00 00 00 00 ........[.......
0010 45 00 01 51 96 dd 00 00 40 11 e2 bf 00 00 00 00 E Q
0020 ff ff ff ff 00 44 00 43 01 3d 87 72 01 01 06 00 .....D.C.=.r....
0030 66 25 a9 e2 00 0a 00 00 00 00 00 00 00 00 00 00 f%..............
0040 00 00 00 00 00 00 00 00 00 09 5b b7 af f2 00 00 ..........[.....
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 00 00 63 82 53 63 35 01 03 39 ........c.Sc5..9
0120 02 02 24 36 04 c0 a8 01 01 32 04 c0 a8 01 69 33 ..$6.....2....i3
0130 04 00 01 51 80 37 09 01 03 06 0c 0f 1c 28 29 2a ...Q.7.......()*
0140 3c 15 4c 69 6e 75 78 20 32 2e 36 2e 39 2d 31 2e <.Linux 2.6.9-1.
0150 36 36 37 20 70 70 63 3d 07 01 00 09 5b b7 af f2 667 ppc=....[...
0160 ff .
No. Time Source Destination Protocol Info
1 0.000000 fe80::209:5bff:feb7:aff2 ff02::2 ICMPv6 Router solicitation
Frame 1 (70 bytes on wire, 70 bytes captured)
Ethernet II, Src: aa:aa:03:00:00:00, Dst: 33:33:00:00:00:02
Internet Protocol Version 6
Internet Control Message Protocol v6
0000 33 33 00 00 00 02 aa aa 03 00 00 00 86 dd 60 00 33............`.
0010 00 00 00 10 3a ff fe 80 00 00 00 00 00 00 02 09 ....:...........
0020 5b ff fe b7 af f2 ff 02 00 00 00 00 00 00 00 00 [...............
0030 00 00 00 00 00 02 85 00 63 c8 00 00 00 00 01 01 ........c.......
0040 00 09 5b b7 af f2 ..[...
No. Time Source Destination Protocol Info
2 3.999310 fe80::209:5bff:feb7:aff2 ff02::2 ICMPv6 Router solicitation
Frame 2 (70 bytes on wire, 70 bytes captured)
Ethernet II, Src: aa:aa:03:00:00:00, Dst: 33:33:00:00:00:02
Internet Protocol Version 6
Internet Control Message Protocol v6
0000 33 33 00 00 00 02 aa aa 03 00 00 00 86 dd 60 00 33............`.
0010 00 00 00 10 3a ff fe 80 00 00 00 00 00 00 02 09 ....:...........
0020 5b ff fe b7 af f2 ff 02 00 00 00 00 00 00 00 00 [...............
0030 00 00 00 00 00 02 85 00 63 c8 00 00 00 00 01 01 ........c.......
0040 00 09 5b b7 af f2 ..[...
No. Time Source Destination Protocol Info
3 6.288417 Private_43:f7:1f Cisco-Li_0a:a9:ed MDS Header [Malformed Packet]
Frame 3 (14 bytes on wire, 14 bytes captured)
Ethernet II, Src: 00:0e:9b:43:f7:1f, Dst: 00:12:17:0a:a9:ed
[Malformed Packet: MDS Header]
0000 00 12 17 0a a9 ed 00 0e 9b 43 f7 1f 00 00 .........C....
No. Time Source Destination Protocol Info
4 8.056554 0.0.0.0 255.255.255.255 DHCP DHCP Request - Transaction ID 0x7692e1cf
Frame 4 (342 bytes on wire, 342 bytes captured)
Ethernet II, Src: aa:aa:03:00:00:00, Dst: ff:ff:ff:ff:ff:ff
Internet Protocol, Src Addr: 0.0.0.0 (0.0.0.0), Dst Addr: 255.255.255.255 (255.255.255.255)
User Datagram Protocol, Src Port: bootpc (68), Dst Port: bootps (67)
Bootstrap Protocol
Message type: Boot Request (1)
Hardware type: Ethernet
Hardware address length: 6
Hops: 0
Transaction ID: 0x7692e1cf
Seconds elapsed: 0
Bootp flags: 0x0000 (Unicast)
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 0.0.0.0 (0.0.0.0)
Next server IP address: 0.0.0.0 (0.0.0.0)
Relay agent IP address: 0.0.0.0 (0.0.0.0)
Client hardware address: 00:09:5b:b7:af:f2
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Request
Option 50: Requested IP Address = 192.168.1.105
Option 55: Parameter Request List
End Option
Padding
0000 ff ff ff ff ff ff aa aa 03 00 00 00 08 00 45 10 ..............E.
0010 01 48 00 00 00 00 10 11 a9 96 00 00 00 00 ff ff .H..............
0020 ff ff 00 44 00 43 01 34 0a 91 01 01 06 00 76 92 ...D.C.4......v.
0030 e1 cf 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0040 00 00 00 00 00 00 00 09 5b b7 af f2 00 00 00 00 ........[.......
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 63 82 53 63 35 01 03 32 04 c0 ......c.Sc5..2..
0120 a8 01 69 37 0a 01 1c 02 03 0f 06 0c 28 29 2a ff ..i7........()*.
0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0150 00 00 00 00 00 00 ......
No. Time Source Destination Protocol Info
5 8.063913 192.168.1.1 192.168.1.105 DHCP DHCP ACK - Transaction ID 0x7692e1cf
Frame 5 (590 bytes on wire, 590 bytes captured)
Ethernet II, Src: 00:12:17:0a:a9:eb, Dst: 00:09:5b:b7:af:f2
Internet Protocol, Src Addr: 192.168.1.1 (192.168.1.1), Dst Addr: 192.168.1.105 (192.168.1.105)
User Datagram Protocol, Src Port: bootps (67), Dst Port: bootpc (68)
Bootstrap Protocol
Message type: Boot Reply (2)
Hardware type: Ethernet
Hardware address length: 6
Hops: 0
Transaction ID: 0x7692e1cf
Seconds elapsed: 0
Bootp flags: 0x0000 (Unicast)
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 192.168.1.105 (192.168.1.105)
Next server IP address: 192.168.1.1 (192.168.1.1)
Relay agent IP address: 0.0.0.0 (0.0.0.0)
Client hardware address: 00:09:5b:b7:af:f2
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP ACK
Option 54: Server Identifier = 192.168.1.1
Option 51: IP Address Lease Time = 1 day
Option 1: Subnet Mask = 255.255.255.0
Option 3: Router = 192.168.1.1
Option 6: Domain Name Server
End Option
Padding
0000 00 09 5b b7 af f2 00 12 17 0a a9 eb 08 00 45 00 ..[...........E.
0010 02 40 00 00 00 00 40 11 f4 f2 c0 a8 01 01 c0 a8 @.........
0020 01 69 00 43 00 44 02 2c bd 00 02 01 06 00 76 92 .i.C.D.,......v.
0030 e1 cf 00 00 00 00 00 00 00 00 c0 a8 01 69 c0 a8 .............i..
0040 01 01 00 00 00 00 00 09 5b b7 af f2 00 00 00 00 ........[.......
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110 00 00 00 00 00 00 63 82 53 63 35 01 05 36 04 c0 ......c.Sc5..6..
0120 a8 01 01 33 04 00 01 51 80 01 04 ff ff ff 00 03 ...3...Q........
0130 04 c0 a8 01 01 06 08 cc 7f cc 08 d8 94 e3 cc ff ................
0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0230 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..............
No. Time Source Destination Protocol Info
6 14.397355 Cisco-Li_57:8b:b2 Spanning-tree-(for-bridges)_00 LLC I, N(R)=62, N(S)=25; DSAP 70 Group, SSAP 28 Response
Frame 6 (60 bytes on wire, 60 bytes captured)
IEEE 802.3 Ethernet
Logical-Link Control
Data (42 bytes)
0000 01 80 c2 00 00 00 00 0f 66 57 8b b2 00 2e 71 29 ........fW....q)
0010 32 7c 45 cb 23 df 0e 9b 2b dd 16 5e 8e a1 82 25 2|E.#...+..^...%
0020 a4 97 9b d2 9a 58 6c c1 06 8f 5b fa 70 dc 60 a0 .....Xl...[.p.`.
0030 e4 c5 a8 51 9e c2 d5 43 cf 99 65 cc ...Q...C..e.
No. Time Source Destination Protocol Info
7 16.238665 Private_43:f7:1f Cisco-Li_0a:a9:ed MDS Header [Malformed Packet]
Frame 7 (14 bytes on wire, 14 bytes captured)
Ethernet II, Src: 00:0e:9b:43:f7:1f, Dst: 00:12:17:0a:a9:ed
[Malformed Packet: MDS Header]
0000 00 12 17 0a a9 ed 00 0e 9b 43 f7 1f 00 00 .........C....
No. Time Source Destination Protocol Info
8 16.438049 Cisco-Li_57:8b:2a Spanning-tree-(for-bridges)_00 LLC I P, N(R)=14, N(S)=29; DSAP SNA Group, SSAP 2c Response
Frame 8 (60 bytes on wire, 60 bytes captured)
IEEE 802.3 Ethernet
Logical-Link Control
Data (42 bytes)
0000 01 80 c2 00 00 00 00 0f 66 57 8b 2a 00 2e 0d 2d ........fW.*...-
0010 3a 1d 26 ed 14 c4 48 a8 e8 40 d8 73 0d d6 7a 07 :.& H s z
0020 bc e4 91 3f 43 74 f5 dd 44 3c 74 40 cd b3 9b dc ...?Ct..D<t
0030 38 8b 49 74 36 94 ed 55 ab a0 d2 a6 8.It6..U....
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]