User Profile
Collapse
-
No, it doesn't do what I need it too. For some reason $data doesn't contain all of the data within the packet. My program is just capturing the first part of the data in the packet and discarding the rest of the data. Any ideas why I'm not capturing all of the data within the packet? -
Altering a packet and writing to network layer
I am trying to write a program that will continuously sniff eth0 for a specific UDP packet thats being sent to a specific destination IP, alter the data of the packet, and finally transmit it to the destination. My script compiles fine and runs fine until it finds the specific packet and tries to alter the payload of the data. Hopefully someone can give me some insight on why it might be doing this...
...Code:#!/usr/bin/perl -w #
-
XML Parsing Error
I am writing a program for one of my C++ classes at school and have gotten an error that I can't debug. What I am trying to do is write a C++ program that parses an XML file and displays to console all the different elements of the XML file. The error message I continuously keep getting is "Data at the root level is invalid. Line 1, Position 1." Please advise!
...Code:#include "stdafx.h" #using <mscorlib.dll>
No activity results to display
Show More
Leave a comment: