Ignore:
Timestamp:
Sep 24, 2007 7:46:41 PM (17 years ago)
Author:
bennylp
Message:

Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specification, and also done some other tweaks as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_msg_dump.c

    r1439 r1450  
    116116            attr = (const pj_stun_uint_attr*)ahdr; 
    117117            len = pj_ansi_snprintf(p, end-p, 
    118                                    ", value=%d (0x%x)\n", 
     118                                   ", value=%u (0x%x)\n", 
    119119                                   (pj_uint32_t)attr->value, 
    120120                                   (pj_uint32_t)attr->value); 
Note: See TracChangeset for help on using the changeset viewer.