aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cimd.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-11-29CIMD: Implement User Data encodingJohn Thacker1-179/+107
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-10/+23
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+2
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-12/+6
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-3/+3
2013-12-18"unsigned long" is not necessarily the same as "guint".Gerald Combs1-7/+7
2013-12-18Remove unused variable.Evan Huus1-2/+0
2013-12-18Remove other_decode_bitfield_value in favor of bitmasks in hf_ entry.Michael Mann1-148/+82
2013-12-18CIMD Error Code Dissection. Bug 9570 (https://bugs.wireshark.org/bugzilla/sh...Michael Mann1-7/+144
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-3/+4
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+2
2013-02-17Bugfix DoS in CIMD dissector. Bug 8346 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Merge packet-cimd.h into packet-cimd.c (packet-cimd.h not used elsewhere);Bill Meier1-165/+401
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-8/+5
2009-10-11Don't col_set_str + col_append_xxx. Just add the string instead.Kovarththanan Rajaratnam1-3/+2
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-04Init ett_... variables to -1Bill Meier1-4/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-02-13Trivial: Fix a typo; adjust some indentationBill Meier1-149/+149
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-4/+4
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-24/+24
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1