summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rmt-fec.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-10-29Set "ti" in all code paths, to squelch a compiler warning.Guy Harris1-0/+3
svn path=/trunk/; revision=16358
2005-10-20From Julian OnionsAnders Broman1-26/+29
- some improvements to the NORM decoder, and the ability to (optionally) heuristically detect NORM. - some improvements to FEC block labelling. - making the LCT header extension handler more generic and to decode more header extensions. svn path=/trunk/; revision=16280
2005-02-27From Stefano PettiniLuis Ontanon1-3/+3
1) added _U_ tags in RMT dissectors to suppress "unused parameter" warnings. 2) added a dissector_add_handle("ip.udp", ip_handle) to IP dissector, to allow the following chain of protocols: IP over UDP over IP. It seems uncommon, but it's used by implementations of experimental protocols (e.g. TCP-XM) that run a userspace IP stack (e.g. lwIP) over UDP. The dissector of IP over UDP must be enabled explicitly using the "decode as..." window. svn path=/trunk/; revision=13540
2005-02-01removed MSVC warnings:Ulf Lamping1-1/+1
packet-redback.c(63) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data packet-redback.c(64) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data packet-redback.c(65) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data packet-rmt-fec.c(108) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data svn path=/trunk/; revision=13221
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris1-0/+270
svn path=/trunk/; revision=13029