Search:

Type: Posts; User: shady_Dev

Search: Search took 0.00 seconds.

  1. Thread: replace

    by shady_Dev
    Replies
    4
    Views
    1,553

    Hope this thing helps you.... Well one more...

    Hope this thing helps you....
    Well one more thing... This[directly copying the solution from somewhere else] should usually not be your approach to learn things as formerly mentioned in the replies...
  2. Thank you very much sir.I finally got wats the...

    Thank you very much sir.I finally got wats the exact solution.
    Thank you once again.
  3. I did nt get what you intend to say: Let mw...

    I did nt get what you intend to say:
    Let mw elaborate first what i wan t to do.For example i surfing internet then i try to open some website then my browser [which is of course HTTP client] sends...
  4. Thanks for your quick reply.. I basically want...

    Thanks for your quick reply..

    I basically want to parse the content of all the HTTP packets received at the interface of the machine and then allow or disallow that packet to go its destined...
  5. how to recieve all packets coming to machine??

    Hi,
    I need to write a code which receives all the packets received on the network interface of my machine
    i.e. my code will create a copy of all the packets and then analyze the packets and then...
  6. Replies
    2
    Views
    4,154

    Thanks a lot ... That beej's guide is really...

    Thanks a lot ...
    That beej's guide is really great....
  7. Replies
    2
    Views
    4,154

    making arp request

    Hi,
    I need to make an arp request to a computer on the network ...
    Can anyone suggest how to do it??
    Any tutorial links???
    Thank you.
  8. Replies
    5
    Views
    6,612

    I supplied the same url u gave.... But the...

    I supplied the same url u gave....
    But the output was:::
    Error from cURL: couldn't resolve host name
    Although i tried it using my system as webserver[by running httpd]..
    and provivded the url...
  9. Replies
    5
    Views
    6,612

    I downloaded the source code:::: /* ...

    I downloaded the source code::::


    /*

    sample for O'ReillyNet article on libcURL:
    {TITLE}
    {URL}
    AUTHOR: Ethan McCallum
  10. Replies
    5
    Views
    6,612

    libcurl program no output

    Hi,
    I wrote the following code::::::::::


    #include "stdio.h"
    #include "curl/curl.h"

    int main ()
    {
    CURL *curl=NULL;
  11. Replies
    5
    Views
    12,841

    well i also tried it previously..... I hope the...

    well i also tried it previously.....
    I hope the same ...[It may work in curl]..
    If it does nt i ll be back..
    Thanks for the quick reply...
  12. first of all tell wat are you using as a word...

    first of all tell wat are you using as a word bank...
    in memory database, databse, or any text file....
    as far as strcmp is concerned it will also take into account "beat " as well as "eat"...if...
  13. Replies
    5
    Views
    12,841

    Thanks for that [http://curl.haxx.se/libcurl/c/]...

    Thanks for that [http://curl.haxx.se/libcurl/c/] link ....
    I ve one more doubt how to access a public ip using c(because libcurl uses the url as an input)..
    What if i want to give an ip as an...
  14. Replies
    5
    Views
    12,841

    designing web crawler in c

    Hi,
    I m trying to design a web crawler in c....
    Please someone tell me what API should i use..
    i m working on linux...
    Please give more information about this...
    tutorial links if possible...
    ...
Results 1 to 14 of 14