Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

802.11n capture with PPI encapsulation containing HTTP data - help

Hi,

re: 802.11n capture with PPI encapsulation containing HTTP data - help

just visited https://wiki.wireshark.org/SampleCaptures#Wifi_.2F_Wireless_LAN_captures_.2F_802.11

to study some sample captures

Opened http.cap in Wireshark https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=Http.cap

copied 15.frame

15 0.596417 130.192.73.1 192.168.1.132 TCP 1562 [TCP segment of a reassembled PDU]

followed TCP stream from mouse right click sub-menu and what I get is a new window with caption:

Follow TCP Stream (tcp.stream eq 0)

and what I get in the window is html source of web page with header:

GET / HTTP/1.0 User-Agent: Wget/1.10.2 Accept: / Host: www.polito.it Connection: Keep-Alive

HTTP/1.1 200 OK Date: Fri, 11 May 2007 22:30:37 GMT Server: Apache Last-Modified: Fri, 11 May 2007 22:00:01 GMT Connection: close Content-Type: text/html

I can save code from the window into html file, which can be opened in web browser, as a web page (web links to images are not active)

as php generated local links:

file:///php/link/?id=340

but global links are active:

http://www.biblio.polito.it/

since Wireshark exactly assembled html code from tcp frames into valid html web page tell me how to make the same with IP camera, streaming live video or sending images at a given ftp to replace video stream, how to set up Wifi Wireless LAN captures to get images processed by Wireshark, ready for watching in web browser.

WiFi P2P IP camera > images sent at a preset fps > Wireshark tcp dissect, data assembly, follow TCP Stream > web browser to watch images refreshed to emulate video stream

BTW captcha crashed, requiring me to solve 30 x captchas

802.11n capture with PPI encapsulation containing HTTP data - help

Hi,

re: 802.11n capture with PPI encapsulation containing HTTP data - help

just visited https://wiki.wireshark.org/SampleCaptures#Wifi_.2F_Wireless_LAN_captures_.2F_802.11

to study some sample captures

Opened http.cap in Wireshark https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=Http.cap

copied 15.frame

15 0.596417 130.192.73.1 192.168.1.132 TCP 1562 [TCP segment of a reassembled PDU]

followed TCP stream from mouse right click sub-menu and what I get is a new window with caption:

Follow TCP Stream (tcp.stream eq 0)

and what I get in the window is html source of web page with header:

GET / HTTP/1.0 User-Agent: Wget/1.10.2 Accept: / Host: www.polito.it Connection: Keep-Alive

HTTP/1.1 200 OK Date: Fri, 11 May 2007 22:30:37 GMT Server: Apache Last-Modified: Fri, 11 May 2007 22:00:01 GMT Connection: close Content-Type: text/html

I can save code from the window into html file, which can be opened in web browser, as a web page (web links to images are not active)

as php generated local links:

file:///php/link/?id=340

but global links are active:

http://www.biblio.polito.it/

since Wireshark exactly assembled html code from tcp frames into valid html web page tell me how to make the same with IP camera, streaming live video or sending images at a given ftp to replace video stream, how to set up Wifi Wireless LAN captures to get images processed by Wireshark, ready for watching in web browser.

WiFi P2P IP camera > images sent at a preset fps > Wireshark tcp dissect, data assembly, follow TCP Stream > web browser to watch images refreshed to emulate video stream

BTW captcha crashed, requiring me to solve 30 x captchas

BTW2

I mean tcpdumping my personal IP cameras, so video stream is open, not encrypted at all