aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-11sigcomp: fix 'sigcomp.decompression_failure' exists multiple times with NOT c...Alexis La Goutte1-1/+1
2016-02-21sigcomp: don't THROW() an exception from a dissectorMartin Kaiser1-2/+27
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-08-25SIGCOMP: fix sigcomp.copying_bytes_literally fieldPascal Quantin1-1/+1
2015-08-25Eliminate proto_tree_add_text from packet-sigcomp.cMichael Mann1-102/+182
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-16/+6
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-4/+4
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2015-05-09Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris1-2/+2
2015-05-07SIGCOMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-05-07Reduce proto_tree_add_text calls in packet-sigcomp.cMichael Mann1-467/+493
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-3398/+3398
2015-01-20Move all SigComp functionality to the SigComp dissector.Michael Mann1-6/+3999
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-4/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use extended value_strings; add editor modelines as needed.Bill Meier1-8/+28
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+1
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-1/+0
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-12/+3
2013-05-27Batch of filterable expert infosMichael Mann1-1/+11
2013-03-19From beroset:Anders Broman1-2/+2
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-11-29Make all enum_val_t's const.Jeff Morriss1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Assign some variables that scan-build was complaining about.Gerald Combs1-1/+1
2011-12-13Move proto_reg_handoff...(0 to the end of the file as per Wireshark convention.Bill Meier1-78/+69
2011-12-13Fix: Execution Tracing High-Detail field selection highlighting seemingly wro...Bill Meier1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-34/+30