Ignore:
Timestamp:
Feb 1, 2008 2:59:19 PM (16 years ago)
Author:
bennylp
Message:

Ticket #465: utility to read PCAP file and sample application to read RTP files from PCAP file, decode the payload, and write the PCM output to WAV file

File:
1 edited

Legend:

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

    r1488 r1765  
    2929export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    3030                base64.o crc32.o errno.o dns.o dns_dump.o getopt.o \ 
    31                 hmac_md5.o hmac_sha1.o md5.o resolver.o \ 
     31                hmac_md5.o hmac_sha1.o md5.o pcap.o resolver.o \ 
    3232                scanner.o sha1.o srv_resolver.o string.o stun_simple.o \ 
    3333                stun_simple_client.o xml.o 
Note: See TracChangeset for help on using the changeset viewer.