aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-10/+10
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-6/+6
2018-02-22SIGCOMP: Disable UDVM dissection and decompression.Gerald Combs1-2/+6
2018-02-20Define macros to calculate (2^N)^M, and use them in more places.Guy Harris1-3/+3
2018-02-14SIGCOMP: check operand offset when accessing UDVM memoryPascal Quantin1-18/+180
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12SIGCOMP: use correct message lengthPascal Quantin1-1/+1
2017-04-27packet-sigcomp.c: Prevent large shiftMichael Mann1-0/+3
2017-04-20sigcomp: Shift operand should be limited to 16 bitsMichael Mann1-3/+13
2017-04-20packet-sigcomp.c: Fix potential negative shiftMichael Mann1-1/+1
2017-04-11packet-sigcomp.c: Fix sigcomp dissector loopMichael Mann1-1/+2
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-12/+14
2017-01-31format_text_wmem -> format_textMichael Mann1-2/+2
2017-01-31Add format_text_wmem.Michael Mann1-2/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-39/+9
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-26/+4
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-12/+1
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