General :: Coding Of Packet Sniffer ?
Feb 24, 2011I want coding of packet sniffer that runs on red hat and use c++ language.
View 2 RepliesI want coding of packet sniffer that runs on red hat and use c++ language.
View 2 RepliesIs there a default built in packet sniffer program in Fedora 8 ?
View 1 Replies View RelatedWhat sort of libraries can i use for coding of sniffer program for windows and linux? The sniffer that i want to code is for capturing the list of connected clients to AP wirelessly. I do know that the wireless NIC needs to be in 'monitor' mode in both windows and linux.
View 4 Replies View RelatedI am actually making a packet sniffer using raw socket. Its just that when I use the command '
if((ioctl(rawsock, SIOCGIFINDEX, &ifr)) == -1)
to get the interface index...
Its gives me an error saying :invalid argument?
So, the NSA puts out some handy documentation on locking down a RHEL server (running centos 5.6 x64 myself) here, [url]. Under "Ensure System is Not Acting as a Network Sniffer" on page 63, it says that if any numbers below the first line in /proc/net/packet, that it is acting as a network sniffer.
I get the following output:
Code:
Unless I've been pwned, I don't know exactly what could be causing this. Besides samba, nmap (compiled from source, not from yum), screen, and rtorrent, there's nothing I've installed beyond the fresh install I did a few days ago. I was not running nmap when looking at /proc/net/packet.
Do i know any one pluged Removable devices on his system. we dont allow removable devices on network. most of the workstations are Windows XP, and Vista. i have disabled USB using Group policy but still some system need to access USB ports.
I want to monitor USB deivces on each system as the pulgged to workstation an alert or any action that informs to Admin.
Yes it's me again, about to ask a foolish question.I've ran man on this commands, but they don't make any reference to their color, nor is it mentioned in the Bible. As I go through such as /sbin what does the color of the commands mean, like arch is green, awk is blue, and then there is those that have a red background such as cgexec?Then I go into /etc and then there's yum.repos.d there is no man for it, so I typed it in and got "command not found", so then I went in SU mode and "vi yum.repos.d and I get "yum.repos.d" is a directory,No such file or directory. So just what is yum.repos.d, I thought this is where I add more repositories.
View 3 Replies View RelatedI was asked to do a project on channel coding with different techniques. FEC, ARQ and Hybrid. Does NS2 support such coding?
View 2 Replies View RelatedI am trying to see how programs for cdroms use reed-solomon coding. I looked in the site lxr.linux.no , but couldnt get anything there, too much details present.
View 2 Replies View Relatedwriting multi threaded programs in C,C++.
View 3 Replies View RelatedIn Fedora, I used the ls -l command to see the directory listing. But I noticed that while all .c files were being shown in green , there was one .c file which was being shown in black.How can two files having the same extension be executable /normal?
View 1 Replies View RelatedI am the new user to ns-2. I would like to know is it possible to send the keys or some value as the packet data (content of the packet) in ns-2 (for wireless environment).
View 1 Replies View RelatedI got a problem with my CentOS server. Somebody told me OpenVPN Requires different changes inside my firewall settings. That could be the problem why openvpn wont load..I receive this error on my CentOS panel when im trying to connect into the centos openvpn (with my winxp pc):
Thu Sep 17 20:31:36 2009 TLS Error: incoming packet authentication failed from 84.xx.62.122:2622
Thu Sep 17 20:31:38 2009 Authenticate/Decrypt packet error: packet HMAC authentication failed
Thu Sep 17 20:31:38 2009 TLS Error: incoming packet authentication failed from 84.xx.62.122:2622
[code]....
I need a tool to convert lots of C codes to a unified coding style. What tool can I use in Linux ?
View 1 Replies View RelatedGot a laptop I'm working on, the motherboard is fried. So I am archiving the data from the hard drive using a USB to Sata adapter. Is there a program native to Linux that can locate software license keys on an external drive similar to how Belarc Advisor or License Crawler does from Windows? If not, I can slave the drive in a Windows machine, I just normally do data retrieval in linux so I can safely scan the data.
View 1 Replies View RelatedI'd like to learn more about the VoIP protocol SIP. I read that Wireshark can be configured to filter stuff so that only SIP packets are shown, but the SIP server runs on a server with no GUI. Does someone know of a text-based packet sniffer that supports SIP?
View 1 Replies View RelatedI'd like to learn more about the VoIP protocol SIP. I read that Wireshark can be configured to filter stuff so that only SIP packets are shown, but the SIP server runs on a server with no GUI. Does someone know of a text-based packet sniffer that supports SIP?
View 4 Replies View RelatedIs it possible to pickup the whole https URI with a sniffer?
IE. [url]
For example, Is there a way to get the sniffer to pick up id=39238?
I have been testing with wireshark, and it only seems to be picking up domain.com.
Which is the best (easy to follow the chat not like wireshark) to sniff msn chat for remote users in my network? I was try msn shadow that it has easy to understand inderface but it sniffs only local chat.
View 1 Replies View RelatedAlright I am trying to figure out how to find the ip address and port this radio station [URL] They use an flash player so i cant use vlc or another media player. I know before i used wireshark sniff the packets coming into to a device. However that ip address didnt work.
View 2 Replies View RelatedI am writing a script that will ping a server and then do a command if it gets a ping that is less than 100ms or more than 100ms. Basically, I need to have a variable for the ms.
Here is an example script.
Code:
Now, all I need to do is get a variable from the ping. I know I can do this:
Code:
But that just sets the whole line, I only want the ping, without "ms" at the end.
So basically, if I ping 25.25.25.25 and get 43.872 ms I want $pingms to equal 43.872.
Also, how can I do this with free, for example:
Code:
I want $ramavail to equal the amount available and I want $ramtotal to equal the total amount.
Below is my code to create *.bz2 file.
<?php
//Moving file to temporary directory for compression
move_uploaded_file($_FILES["file"]["tmp_name"],"c:/" . $_FILES["file"]["name"]);
$url="c:/".$_FILES["file"]["name"];
//File compression
[Code]....
Anyone know, how to unzip the file ? I've tried the above code to unzip it but it creates only 1kb of file for any files.
I want to know how a network packet travels through different layers, i.e. from the physical layer to the presentation layer in Linux systems.
Are there any detailed articles or books on this topic with code?
Does anybody know how to implement packet reordering in NS2? I would be very glad if someone provide me with appropriate tcl script or give a link.
View 3 Replies View RelatedCurrently i am working with linux code. I need help in printing data in ip packet. In my program i am defined the headers and defined ip packets. But I am having problems with printing data in the ip. I am thinking that for loop has to be used, but what parameters to use
View 2 Replies View RelatedI am trying to send data via UDP using sendmsg on the sending side, and recvfrom() on the receiving end.The setup for my data is to have an iovec that has a packet hdr, followed by an iovec that has a payload, then to have subsequent sets of these two types of iovecs. On the receive end, I have a while true loop that does a recvfrom() receiving a size of 1 hdr/payload combination.When I do send out a message that has a total of just 4 iovecs (hdr/payload/hdr/payload) and I use recvfrom on the remote end with a receive size of a hdr/payload set,only the first hdr/payload of the sendmsg is received.I was under the impression that using this while true loop would allow me to receive multiple sets of this hdr/payload combination that is sent out by sendmsg().
View 1 Replies View RelatedAs i am posting in this forum you might already have guessed that I am a total linux noob, but I am a pretty faster learner. I know a few basic things but I feel like I am stuck with my problem.I want to send the Magic packet (wake on LAN) from my linux machine to another, but I am unsure how to approach this. I have google�ed my ass off but I am none the wiser. I found a few forums posts and programs that can do the trick and guides in how to use the programs but I have no idea how to install them.You have to know that my linux machine is a NAS server and has therefore only Konsole access (no GUI). As I said before I am pretty much a noob
View 16 Replies View RelatedI recently downloaded Metasploit framework for ubuntu but i got an error which says could not open <file location>
Saying gedit has not been able to detect the character coding. Check that you are not trying to open a binary file.Select a character coding from the menu and try again
[URL]...In this bug, you'll see that I actually fixed my own problems that surfaced when building GNOME Shell from source.
View 1 Replies View RelatedI'm working on RHEL5 dealing with AS (ActionScript) files in Linux GVIM Editor but everything is in blue color. Can i set color coding for my keywords?
View 3 Replies View Related