User Profile

Collapse

Profile Sidebar

Collapse
nexus024
nexus024
Last Activity: May 7 '07, 03:02 PM
Joined: Feb 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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?
    See more | Go to post

    Leave a comment:


  • nexus024
    started a topic Altering a packet and writing to network layer
    in Perl

    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
    #
    ...
    See more | Go to post

  • nexus024
    replied to XML Parsing Error
    in C
    anyone know?
    See more | Go to post

    Leave a comment:


  • nexus024
    started a topic XML Parsing Error
    in C

    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>
    ...
    See more | Go to post
No activity results to display
Show More
Working...