summaryrefslogtreecommitdiff
path: root/plugins/easy_codec/codec-g7231.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-27<string.h>, not <memory.h>, is the header file for memcpy().Guy Harris1-1/+2
Don't include <memory.h> when using memcpy(), include <string.h>. We don't need to check for memory.h, so don't do it in CMake (we don't explicitly check for it in autoconf, but it's checked for by some macro we do use). Change-Id: I7aa93d4ea93bab9beff597939d3c24aecda3d52e Reviewed-on: https://code.wireshark.org/review/7433 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-7/+19
Change-Id: I36124f6021d46a228721bdc976f6b9fef1c8c088 Reviewed-on: https://code.wireshark.org/review/4488 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\* \$Id\$/,+1 d') (no space before star) Change-Id: I318968db2b8512ba1303b5fc5c624c66441658f0 Reviewed-on: https://code.wireshark.org/review/879 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45015
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2009-02-09- remove reference to AMR (submitted by mistake)Tomas Kukosa1-4/+4
- add new lines at the ends of headers - fix struct usage svn path=/trunk/; revision=27401
2007-12-11From Ales KocourekTomas Kukosa1-8/+8
example plugin updated svn path=/trunk/; revision=23839
2007-12-03Codec plugin example. The stub for ImTelephone libraries.Tomas Kukosa1-0/+99
(It is not compiled by default.) svn path=/trunk/; revision=23699