aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-24proto_tree_add_bits -> iuup_proto_tree_add_bits as discussedJörg Mayer1-2/+2
on wireshark-dev to make it compile again svn path=/trunk/; revision=21558
2007-03-22Try to squelch another couple of MSVC warnings.Martin Mathieson1-2/+2
svn path=/trunk/; revision=21111
2007-02-19From Kriang Lerdsuwanakij:Stephen Fisher1-6/+6
While I reading source code of IuUP dissector, I notice some obvious bugs inside the code. One is a missing assignment that causes the following "if (iuup_circuit)" block to never execute. Another is wrong field names. Althoug both won't show up in final result (for the first bug, the call to g_hash_table_insert several lines later will do the right thing anyway; for the second bug, there is no services utilizing more than 3 subflows), I think it is better to have them fixed. svn path=/trunk/; revision=20853
2007-01-03Some cleanup of the source.Jaap Keuter1-14/+13
svn path=/trunk/; revision=20296
2007-01-03From Peter Vestman:Anders Broman1-13/+143
The number of rfci's in rate control messages is read in the wrong place. We have created a patch for this, in the patch we have also added CRC checks for header and payload. svn path=/trunk/; revision=20295
2006-08-22Fix iuup.delta FT_ type mismatchMartin Mathieson1-1/+1
svn path=/trunk/; revision=18991
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-01-25Bind IuUP to RTPLuis Ontanon1-5/+37
svn path=/trunk/; revision=17100
2005-12-09Fix ...$ to : $Jörg Mayer1-1/+1
svn path=/trunk/; revision=16750
2005-11-22Trivial warning fixesJörg Mayer1-1/+2
svn path=/trunk/; revision=16561
2005-10-25some ies in the init proc weren't propperly decoded.Luis Ontanon1-27/+33
svn path=/trunk/; revision=16314
2005-10-24- optionally decode data pdusLuis Ontanon1-91/+140
- optionally decode a 2 byte pseudo-header - Beautify colinfo svn path=/trunk/; revision=16295
2005-10-16make sure ta is signed before operatingLuis Ontanon1-1/+1
svn path=/trunk/; revision=16251
2005-10-16On windows:Luis Ontanon1-2/+2
packet-iuup.c(660) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data packet-iuup.c(665) : warning C4146: unary minus operator applied to unsigned type, result still unsigned packet-iuup.c(665) : warning C4244: 'function' : conversion from 'double ' to 'float ', possible loss of data svn path=/trunk/; revision=16250
2005-10-16IuUPLuis Ontanon1-0/+840
UMTS' Iu User Plane protocol. svn path=/trunk/; revision=16246