aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
svn path=/trunk/; revision=52591
2013-02-24Various enhancements to ROHC dissector:Pascal Quantin1-1/+1
- fix dissection of type 0 packets with large CID - add dissection of type 1 and 2 packets (extension 3 dissection to be done) - add dissection of UDP checksum svn path=/trunk/; revision=47869
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-03Use a hash table to gather information from IR packets and store it in ↵Anders Broman1-3/+4
per-packet-data. svn path=/trunk/; revision=40362
2011-12-15From Per Liedberg:Anders Broman1-2/+22
RoHC dissection improvment. svn path=/trunk/; revision=40210
2011-12-10Dissect the whole IR dyn packet in packet-rohc.cAnders Broman1-1/+1
svn path=/trunk/; revision=40147
2011-12-09Dissect the whole IR packet in packet-rohc.cAnders Broman1-0/+2
svn path=/trunk/; revision=40135
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.Guy Harris1-2/+7
Have packet-pdcp-lte.h include packet-rohc.h to pick up that definition. Get rid of now-no-longer-necessary includes. svn path=/trunk/; revision=40123
2011-12-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,Guy Harris1-2/+2
so include packet-pdcp-lte.h first. No extra tokens after #endif, please. Fix indentation. svn path=/trunk/; revision=40121
2011-12-08Start using functions from packet-rohc.cAnders Broman1-0/+51
svn path=/trunk/; revision=40120