aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-29RoHC: fix an assert when dissecting partially an IR-DYN packetPascal Quantin1-1/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-5/+7
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-16/+16
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-28/+70
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-41/+26
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-16/+16
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