Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SeekerOfKnowledge

    Need a testing tool to change messages on the fly

    Hi all. I was asked to suggest a way to test the system I am working on by intercepting data being sent to it and then changing it in various ways, such as blocking the packets, multiplying them several times, and changing it's contents, all in regard to the packet internal identification (a...
  2. SeekerOfKnowledge

    Can I Get a report including version numbers ?

    I need to create a recursive report, starting at the Root Project and going down, of all files in the database, including Name, Last Check-IN time AND VERSION NUMBER. I have found no obvious way to do this via the VisualExplorer. Is there a way to accomplish this task through the command...
  3. SeekerOfKnowledge

    Concurrent write to a file by multiple processes - How

    I am interseted in improving the performance of the current solution implemented : All processes that need to write data to the file (binary file, large quantities of data), write the records to shared memory, where the data is collected a-synchronousely by a special process that writes the...
  4. SeekerOfKnowledge

    Requesting Information about..

    I need information about Perfromance Analysis tools for AIX, profiling, monitoring, coverage, etc. Also, Testing tools, for ADA and for C++ in that environment that help in designing and running tests of all kinds: from unit tests to system tests. Can you direct me to suitable solutions ?
  5. SeekerOfKnowledge

    Is Corba Good for me ?

    I need to combine Ada83 and C++ on an AIX machine (IBM RS6000). Can I use CORBA to facilitate this ? How much coding effort is needed (assuming the MAIN is Ada and C++ is called from ADA packages but not vice-versa). Which Development tools will I need ? Should I expect a decline in performance...
  6. SeekerOfKnowledge

    Looking for an IDE

    I am looking for an Integrated Development Environment that supports C++ and also Ada83 (to be linked together) that runs on IBM RS6000/AIX. I am aware of the Rational Apex solution, but am somewhat unhappy with it. If no such solution exists, I will still be happy to get recomendations on IDE's...
  7. SeekerOfKnowledge

    Sniifing the LAN

    How is it possible to be notified of all the packets that go through the LAN ? (UDP and TCP) I understand this involves setting the Network Adapter to the Promiscuous Mode (maybe I misspelled ?). What is the API to acheive this ? I am using WinSock 2 on WinNT 4.0 Thank you
  8. SeekerOfKnowledge

    Settign a NetworkAdapter into the Promiscuous Mode

    How ? I need to build a Sniffer (a.k.a Netwrok Monitor) to monitor all traffic in the LAN, regardless of my MAC address Please Help !
  9. SeekerOfKnowledge

    Writing a Network Sniffer

    How can I place a Network Adapter into a Promiscuous Mode ? I understand this is the way to get the Adapter to pass me all the packets on the LAN, regardless of my MAC address. I am working on WIN-NT 4.0, SP5, and using VC++ 6.0 It will be most useful. Seeker of Help

Part and Inventory Search

Back
Top