aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-18Do not display payload twice when using uncompressed profilePascal Quantin1-1/+3
2013-05-16Add partial dissection of IR packet with IP profilePascal Quantin1-10/+23
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-11/+11
2013-04-25Enhance dissection of feedbackPascal Quantin1-6/+16
2013-03-19From beroset:Anders Broman1-6/+6
2013-02-28Fix dissection of feedback with large CIDPascal Quantin1-0/+1
2013-02-25Dissect more feedback optionsPascal Quantin1-17/+35
2013-02-24Fix display typePascal Quantin1-1/+1
2013-02-24Various enhancements to ROHC dissector:Pascal Quantin1-90/+571
2013-02-23Add dissection of uncompressed IP-IDPascal Quantin1-34/+32
2013-02-23Enhance dissection of uncompressed profile and type 0 packets.Pascal Quantin1-31/+68
2013-02-22When dissecting a feedback, if no context info is present use private data if...Pascal Quantin1-4/+18
2013-02-21Dissect Feedback type 1/2 packets for UDP and Uncompressed profilesPascal Quantin1-48/+72
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-2/+2
2012-08-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7679:Pascal Quantin1-3/+5
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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