A software or a piece of computer hardware that can intercept and log traffic passing over a digital network or part of a network

learn more… | top users | synonyms

0
votes
1answer
9 views

is tcpdump in Linux equivalent to a packet sniffer?

Im just curious cause i haven't used both since but ive read their description, from Wikipedia where it says there that: tcpdump is a common packet analyzer that runs under the command line. It ...
0
votes
1answer
25 views

Traceroute and packet capture

The following code is required to capture the route taken by a packet as it moves from the local router to destination router. It should print all the intermediate routers and its ip addresses. The ...
0
votes
0answers
31 views

How to find HTTPS packet destination IP by winpcap?

I want to find destination IP of a HTTPS packet by winpcap.IS it possible?I want use winpcap in c++ project.
-1
votes
1answer
11 views

TCPDUMP: Bitmasking [closed]

I am taking a digital securities class and I dont understand one of the examples on bitmasking. To find IPv4 packets they say run this command tcpdump IP[0] & 0xf0 = 4 I believe that this is ...
-1
votes
0answers
47 views

How to monitor Network traffic from an Android device? [closed]

I have a rooted android device running Android 2.3.4, I am running it connected to the wi-fi, the same wi-fi as my PC. I have "Shark for root" downloaded and have performed a packet sniff, however ...
0
votes
0answers
7 views

Tracing Firewire commands

is there a program that dumps out commands sent to a device on the Firewire port? I know there a some available to analyze data sent via USB ports (e.g. http://www.usblyzer.com or ...
-1
votes
1answer
27 views

Splitting Packet Data from client to server [closed]

Is it possible to sniff datagram that goes from client to server , get that data and modify that data.If it is possible could please let me know the way to do it. Please let me the way i can ...
0
votes
1answer
20 views

Should data in an HTTPS request appear as encrypted in Chrome developer tools?

I'm trying to get a better understanding of how SSL works so I installed a self-signed SSL cert on my server for testing. When I post data to an HTTPS url on the test server, Chrome developer tools ...
0
votes
0answers
21 views

How can I get the properties of all the windows on the desktop and also where the controls within each window are, using C#

Currently I want to build this application in C#, Playing online poker with multiple tables (when playing too many), can begin to become challenging. My aim is to build an application that can ...
0
votes
1answer
65 views

Packet sniffering by jpcap

I am sniffering packets on ethernet (eth0) in java with the help of jpcap library... So, In my project I have a JpcapCaptor ... //Open an interface with openDevice(NetworkInterface intrface, int ...
0
votes
1answer
82 views

Wireshark not displaying GET or POST data

I'm a student and I'm taking my first networking class. I'm working on an assignment designed to get me used to using Wireshark and understanding packet transfers. Part of the assignment is to collect ...
0
votes
0answers
54 views

How can I sniff network on a system to capture HTTP or other protocol traffic in Java?

How can I sniff network on a system to capture HTTP or other protocol traffic in Java? For example, I start my java program which listen the network device on the system. If I then open browser and ...
3
votes
0answers
102 views

How can Wireshark effect network traffic?

On our team we have a standardized development setup where we have a Win8 workstation with various VMs running on Hyper-V. All development takes place on a VM. I was having an issue where I couldn't ...
0
votes
0answers
98 views

Methods of protecting session hijacking

I have been recently researching methods of how to prevent session hijacking by the attacker using a packet sniffer or some other man-in-the-middle attack to get the session cookie key. From that, the ...
0
votes
1answer
83 views

packet sniffer - trace back to where content originated

I used sniffex.c as my starting point, and I've spent a few months working on getting the packet sniffer working the way I would like. It is a good tool for providing a summary of traffic flow in and ...
0
votes
0answers
39 views

Using jpcap to forge an ARP request

I there a way to use JPCAPto forge ARP Packet and change its data content if so how ? if not please tell me of a way? does WINPCAP provide this functionality ? so i can use JNA/I.
0
votes
0answers
28 views

TCP Packet Dump Retransmission Detection

I am wondering how, in detail, a program like wireshark detects duplicates from retransmission in a TCP stream. I've looked at the RFCs regarding TCP but haven't quite been able to figure out how it ...
0
votes
1answer
56 views

Analyzing abnormal TCP/IP traffic: Sequential IP sequence numbers

My professor told me that sequential IP sequence numbers is typical behavior of most IP stacks (and showed us examples of packet sniffers), but I thought IP sequence numbers are supposed to be ...
1
vote
2answers
65 views

Sniffer - How to link the GET requests with their response?

I have a function that gets all packets (in and out). I'm monitoring for GET and HTTP 200 OK. All works fine, but how to link the GET request with its OK response? EDIT: I want to know how to do it ...
0
votes
1answer
180 views

Extract tcpdump data with awk

I'm trying to set up a pipeline to extract, via awk, certain fields and the ascii data (source IP, target IP, and payload) from each packet in a stream of packets captured by tcpdump, but I'm having ...
0
votes
0answers
35 views

erroneous time stamps being passed via shared memory from got_packet

I'm using sniffex.c as my starting point. Inside got_packet(...), and inside the switch, take for instance a tcp packet has been received, I'm writing a time stamp to an array of structures like ...
0
votes
1answer
54 views

Spying udp packets in windows with wireshark

I have to capture udp packets coming and leaving port 44301 and 45301. Problem is that my process manager says that there is packet transfer in and out, but my wireshark doesn't find that udp ...
2
votes
1answer
155 views

Programmatically read Adobe game variables / interact with the game / game bot

Basicly, I'm trying to read a game's chat and catch actions from the user. Here is the image which I will explain the situation with : 1: I took a message in the chat 2: I tryed to find it in the ...
0
votes
1answer
42 views

Compare API access parameters from Android and iOS application

We are developing an android port of an existing iOS application (made by same company and accessing same server API). The server API is huge and contain many optional parameters. The developer can ...
2
votes
2answers
352 views

Sniffer with libpcap on Mac OS X in C

I was trying to create my own sniffer (ONLY FOR FUN), and I work on a Mac. I'm using libpcap, which is a very good library for sniffing. So, I used this simple sniffer, which sniffs 5 packets: (It is ...
0
votes
0answers
42 views

Reading a packet in VB.net

I am trying to read an incoming packet using VB.net. I have had a look at the synchronous server example on MSDN - ...
0
votes
0answers
224 views

Network Packet Sniffing using Scapy (Python)

I am currently in the process of developing a network monitoring tool, which can be used to capture (sniff) and decode packets over a network, using Python-Scapy. Currently, I have created a ‘decoder’ ...
0
votes
1answer
40 views

Difference between two similar tcpdump filters

I don't understand the difference between these two filters found here: proto[x:y] & z = z : every bits are set to z when applying mask z to proto[x:y] proto[x:y] = z : p[x:y] has exactly ...
0
votes
1answer
132 views

Monitor data transmission on TCP/IP adress and/or Port using wireshark

I made a C# program with a client and a server that comunicates fine between them. Information is received by the server and stored in a MySQL Database with no problems. However I wanted to use ...
1
vote
1answer
244 views

Packet Sniffing iphone traffic involving SIP pckets [closed]

Is there a way to sniff the incoming and outgoing packets of iphone , which contains SIP pckets as well , using windows or Mac ?? It will be better if someone provide me a link to such tutorial ??
0
votes
2answers
83 views

how a password is sent in HTTP protocol?

am sorry for this dumb question, but am using RawCap to detect packets sent and received to learn what is sent in HTTP, and the page is a simple application made using Tornado and MongoDB, when i ...
1
vote
2answers
309 views

Sniffing UDP packets using scapy in Mac

I am trying to sniff UDP packets using scapy sniff function, I send the packets in the Looback interface, the sending code is simple as follows: from socket import * IPv4 = "127.0.0.1" Port = 45943 ...
0
votes
1answer
100 views

Capturing data being transmitted from a mobile by an app or webpage

I'm writing an Android app and I want to capture the receipt data from some shopping websites/apps. Here's the functionality I am trying to achieve - User visits GenericShoppingWebsite User does ...
0
votes
1answer
62 views

Multi-threading in IDS

I have to develop an IDS for my college project. java code for the sniffer and the algorithm is available to me. I have to enable it to support 1 GB Ethernet traffic/sec. To do so we plan to ...
0
votes
0answers
280 views

My java code is not capturing packets from the interface card

I have a packet sniffer in java .It has apparently no error and runs correctly but in the end it captures no packet. If i run wieshark it capture packets and shows them as well. I have jpcap library ...
0
votes
0answers
52 views

Get Adobe player requested URLs using jNetPcap

I want a method to get the adobe flash player requested URLS. I can detect the RTMP stream when it open in a browser by monitoring the port 1935. but i don't know how to get the request urls to ...
1
vote
3answers
193 views

Are TCP packets reordered usually?

I am reimplementing an old network layer library, but using boost asio this time. Our software is tcpip dialoging with a 3rd party software. Several messages behave very well on both sides, but there ...
0
votes
2answers
290 views

Delphi, my sniffer wont work on WLAN

I have a working sniffer program, written in Delphi. Its good in LAN. But when my computer is on WLAN, it wont log anything. Initializing: if (WSAStartup(MAKEWORD(2,2), Wsa) <> 0) then ...
2
votes
1answer
149 views

How to capture SMB/CIFS packets in C#?

Socket socket1 = new Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.IP); socket1.Bind(new IPEndPoint(ipAddress, 0)); socket1.SetSocketOption(SocketOptionLevel.IP, ...
0
votes
1answer
138 views

freebsd pf.conf apply to local

i'm working on freebsd 9, and my pf.conf is below #cat /etc/pf.conf int_if = "em1" emi = "127.0.0.1" rdr on $int_if proto tcp from any to any port 12345 -> $emi port 1010 # pfctl -vvvvnf ...
2
votes
1answer
113 views

IEEE 1394/Firewire sniffers?

Does anybody know any software (for win7 or winXP) that will allow me to capture or simply see data transferred between Firewire device and Application. I wish to see data streams between my (ASIO) ...
0
votes
1answer
1k views

How to decode and play back rtp captured packets using wireshark?

I have captured packets of rtp in wireshark. captured packets are of .mp3, now how should i decode this packets, so that i can play them back again in any player.? Is there any way to decode this ...
0
votes
0answers
98 views

capturing informations from web radios audio stream

In some web radio players, whenever a new song is put on the air, the player gives us information about the artist, the song and an image of the album. I'm thinking if there is some possibilities to ...
1
vote
1answer
252 views

Filter for ONLY initial GET request in tshark or tcpdump. Including HTTP and HTTPS

I want to be able to filter for ONLY initial GET request using tshark or tcpdump. This has to work for both HTTP and HTTPS traffic. This is what I currently have... tshark -R '(http.request.method == ...
0
votes
1answer
837 views

capturing IEEE 802.11 packets without connecting to the network

I want to analyze networks traffic but not by connecting it Just switch on wifi and sniff the packets (IEEE 802.11 Frames) in promiscuous mode I have tried libpcap but it may be internally ...
0
votes
1answer
131 views

Is it possible to inject on a raw socket while sniffing in promiscous mode?

I'm writting a program which sniffs out traffic with libpcap only to take out packets to modify and inject back into the network with a raw socket. I know that for normal promiscous mode operation of ...
2
votes
1answer
52 views

Will libpcap based sniffer work for dial-up based internet connections

I am writing an http-sniffer using libpcap. I wonder will it work, if user uses a dial-up based internet connection
1
vote
1answer
652 views

how to add http headers to a packet sniffed using scapy

I am trying to sniff an out going http packet using scapy, add a few new http headers in it and send it ahead. The intention here is to only insert new headers while keeping the packet intact. At max ...
0
votes
1answer
286 views

how to calculate udp packet size libpcap

From a linux OS I am trying to write my own data usage monitor in C or python. I've searched and researched for a couple of days now. Currently I am trying to adapt sniffex.c to suit my needs. I've ...
0
votes
1answer
124 views

Sniff HTTP packets using NKE

I'm trying to read http requests and responses by making a KEXT using NKE. I registered a socket filter, whenever I'm getting data I'm printing mbuf using a code like this: unsigned char *dataString ...

1 2 3 4 5