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 biv343 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. guillermoandres

    Malloc doubt

    Hello everyone. I have a little doubt about freeing allocated memory. I'm using this two functions. gchar* status_code (gchar *status) { gchar* data = ""; sip_status ++; while (*status != CR && *(status+1) != LF) { data = concatenar_char(data,status); status ++; } return...
  2. guillermoandres

    DHCP / NAT / Dyn DNS / SIP Configuration

    Hi All. I need some help with some configurations. Excuse me for my bad English. So I have this configuration in my lab: --------- ------ -------- ----------------- SIP phone|<-->|Router|<-->|Internet|<-->|ADSL Modem/Router| <--> --------- ------ --------...
  3. guillermoandres

    Problem Capturing SIP Header

    Hi!. Right now I'm developing a simple SIP sniffer. I'm having problems capturing the SIP header. I'm using a socket to read from the NIC (fill a buffer). Then I use a pointer and these two fuctions to read from the receive buffer. int captar_linea(char *sip_line) { u_int8_t count...

Part and Inventory Search

Back
Top