aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cimd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann2015-07-171-1/+1
* Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann2015-07-121-1/+1
* Remove deprecated tvb_lengt APIsAndersBroman2015-04-161-1/+1
* First batch of unincludes. Last attempt...Martin Mathieson2014-12-221-1/+0
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-3/+0
* Add editor modelines; fix indentation as needed.Bill Meier2014-09-291-10/+23
* Eliminate proto_tree_add_text from some dissectors.Michael Mann2014-08-031-4/+2
* convert to proto_tree_add_subtree[_format]Michael Mann2014-06-241-12/+6
* Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris2014-06-201-1/+1
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-1/+1
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-1/+1
* Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo2014-06-181-8/+8
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespace.Bill Meier2014-02-251-3/+3
* "unsigned long" is not necessarily the same as "guint".Gerald Combs2013-12-181-7/+7
* Remove unused variable.Evan Huus2013-12-181-2/+0
* Remove other_decode_bitfield_value in favor of bitmasks in hf_ entry.Michael Mann2013-12-181-148/+82
* CIMD Error Code Dissection. Bug 9570 (https://bugs.wireshark.org/bugzilla/sh...Michael Mann2013-12-181-7/+144
* Include <epan/to_str.h> only when needed.Jakub Zawadzki2013-11-091-0/+1
* Dario Lombardo <lomato@gmail.com> viaJörg Mayer2013-09-131-3/+4
* Define certain 'const char *...' arrays as static.Bill Meier2013-07-011-1/+1
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-2/+2
* [-Wmissing-prototypes]Anders Broman2013-03-151-0/+2
* Bugfix DoS in CIMD dissector. Bug 8346 (https://bugs.wireshark.org/bugzilla/...Michael Mann2013-02-171-3/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Merge packet-cimd.h into packet-cimd.c (packet-cimd.h not used elsewhere);Bill Meier2012-05-151-165/+401
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-8/+5
* Don't col_set_str + col_append_xxx. Just add the string instead.Kovarththanan Rajaratnam2009-10-111-3/+2
* Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2009-09-151-1/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Init ett_... variables to -1Bill Meier2009-08-041-4/+5
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-1/+1
* More size_t casts.Anders Broman2009-03-291-2/+2
* Trivial: Fix a typo; adjust some indentationBill Meier2009-02-131-149/+149
* Renamed some local variables to avoid name collisions.Stig Bjørlykke2008-06-231-4/+4
* match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss2008-03-041-24/+24
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* from albert chinRonnie Sahlberg2005-11-101-3/+3
* From Piros Lucian:Anders Broman2005-09-131-0/+882