aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Attempt to fix clang warnings (dead assignment and dereference of null pointer)pascal1-8/+7
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-2/+2
2012-04-01Set the extent of IR, IR-DYN and feedback packet types.Martin Mathieson1-9/+26
2012-02-20proto_reg_handoff...() doesn't need 'if(!Initialized)';Bill Meier1-75/+66
2012-01-25Remove redundant ().Michael Tüxen1-1/+1
2012-01-24Restructure the code abit.Anders Broman1-46/+78
2012-01-23Revert 40675 and set 'protocol' appropriately when IPv6 is used.Jeff Morriss1-101/+106
2012-01-23Initialize 'protocol' to something, at least until it can be properly assigne...Jeff Morriss1-1/+2
2012-01-23Only continue dissection if protocol is UDP.Anders Broman1-56/+60
2012-01-23From Pascal Quantin:Anders Broman1-11/+17
2012-01-20Fix Coverity CID 1370: UNREACHABLE by deleting erroneous break;Chris Maynard1-8/+7
2012-01-19Fix:Jörg Mayer1-2/+2
2012-01-19Update comments and dissection of comptessed listsAnders Broman1-8/+27
2012-01-17Add more to dissect_compressed_list()Anders Broman1-25/+135
2012-01-17Fix warning about a variable that is written to only.Jörg Mayer1-2/+3
2012-01-17Mark a couple of unused parameters as such.Martin Mathieson1-1/+1
2012-01-17Enhance dissection of compressed lists.Anders Broman1-11/+217
2012-01-07Simplify key for cid->context hash table. Copy more details between contexts ...Martin Mathieson1-89/+109
2012-01-06Fix: packet-rohc.c:439:20: error: variable ‘PS’ set but not used [-Werror...Jörg Mayer1-2/+2
2012-01-05Fix Coverity CID's 1348-1349: UNUSED_VALUE and CID 1344: CONSTANT_EXPRESSION_...Chris Maynard1-5/+5
2012-01-05- Add the beginning of compressed list handling.Martin Mathieson1-42/+179
2012-01-03Use a hash table to gather information from IR packets and store it in per-pa...Anders Broman1-102/+390
2011-12-18Fix Coverity CID's 1339 and 1340: UNUSED_VALUE.Chris Maynard1-2/+2
2011-12-15Call the rohc dissector directly, the code will be cleaned upAnders Broman1-0/+6
2011-12-15From Per Liedberg:Anders Broman1-34/+115
2011-12-13Use consistent indentation.Bill Meier1-1193/+1191
2011-12-13Initialise 'sub_tree' to NULL, to avoid warnings about possibly usingMartin Mathieson1-30/+28
2011-12-13From Per Liedberg:Anders Broman1-270/+321
2011-12-12- Change the tree layout to mimic packet-pdcp-lte.cAnders Broman1-59/+289
2011-12-10607: warning: unused variable 'd'Anders Broman1-1/+0
2011-12-10Dissect the whole IR dyn packet in packet-rohc.cAnders Broman1-36/+57
2011-12-09Get rid of unused variable.Guy Harris1-2/+2
2011-12-09Dissect the whole IR packet in packet-rohc.cAnders Broman1-51/+68
2011-12-09Use correct offset.Anders Broman1-6/+4
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.Guy Harris1-1/+0
2011-12-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,Guy Harris1-9/+1
2011-12-08Start using functions from packet-rohc.cAnders Broman1-17/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-63/+63
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-05-10Fix two cases of comparisons begin made against incorrect values following aChris Maynard1-2/+3
2011-04-18Make it build.Stig Bjørlykke1-9/+8
2011-04-18Start merging from packet-pdcp-lte.cAnders Broman1-51/+222
2011-04-16Try to make the OSX buildbot happy.Anders Broman1-1/+1
2011-04-16Initialize feedback_data_len to avoid a compiler warning.Stig Bjørlykke1-2/+2
2011-04-16Fix:Anders Broman1-3/+2
2011-04-16Add a basic ROCH dissector.Anders Broman1-0/+984