aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-16/+16
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-2/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Make local functions static.Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-11/+11
2013-11-10pinfo->private_data is no longer being used, so adjust the logic accordingly.Michael Mann1-3/+4
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-24CID 700176: Dereference null return value (NULL_RETURNS)Jörg Mayer1-0/+2
2013-10-20Fix -Wshadow errorEvan Huus1-5/+5
2013-10-20Pass ROHC "private data" from PDCP-LTE using dissector data parameter instead...Michael Mann1-25/+14
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-25Batch of filterable expert infos.Michael Mann1-7/+20
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-9/+8
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+2
2013-08-17Squelch a (bogus) warning about next_tvb being unused initialised.Martin Mathieson1-1/+1
2013-08-16Initialize val_len to avoid Clang warning: The right operand of '-' is a garb...Chris Maynard1-16/+19
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-8/+7
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