Opened 16 years ago
Closed 16 years ago
#667 closed defect (fixed)
Padding issue when the old/RFC 3489 STUN client is communicating with new/STUNbis STUN server
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0.1 |
Component: | pjlib-util | Version: | trunk |
Keywords: | STUN rv sipit sipit23 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
The NAT detection and STUN mapped address detection routines in PJLIB-UTIL assume that they communicate with old/RFC 3489 compliant server. When they communicate with new/STUNbis STUN server, the server may put some attributes that have padding rule (e.g. SOFTWARE attribute), and this will cause the STUN message decoding routine to fail.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2356