Ignore:
Timestamp:
Sep 30, 2006 11:39:17 AM (18 years ago)
Author:
bennylp
Message:

Added initial implementation of low-level DNS packetization
and parsing functions in PJLIB-UTIL/dns.h. Errors codes
added for DNS formatting related errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/Makefile

    r604 r745  
    2727export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 
    2828export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    29                 errno.o getopt.o md5.o scanner.o stun.o string.o stun.o stun_client.o \ 
    30                 xml.o 
     29                errno.o dns.o dns_dump.o getopt.o md5.o \ 
     30                scanner.o stun.o string.o stun.o stun_client.o xml.o 
    3131export PJLIB_UTIL_CFLAGS += $(_CFLAGS) 
    3232 
Note: See TracChangeset for help on using the changeset viewer.