Cleanup: g_malloc can't return NULL, remove checks for them.
[obnox/wireshark/wip.git] / epan / dissectors / packet-iwarp-mpa.c
2011-05-04 darkjamesCleanup: g_malloc can't return NULL, remove checks...
2011-03-03 morrissUse tvb_memcpy() instead of tvb_get_ptr() + memcpy().
2011-02-18 guyNope, the __declspec(noreturn) didn't suffice - either...
2011-02-18 guyJust for fun, see whether using __declspec(noreturn...
2011-02-17 geraldFix some Visual C++ static analyzer complaints.
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-02-28 stigAdded svn:ignore targets.
2010-01-25 stigFrom Didier Gautheron via bug 4419:
2010-01-18 wmeierFix some gcc -Wshadow warnings ....
2010-01-13 etxrabFrom Didier Gautheron:
2009-10-08 krjcalculate_crc32c -> crc32c_calculate for proper 'namesp...
2009-10-07 morrissmalloc() and free() are prohibited APIs, use the glib...
2009-10-06 etxrabFrom Didier Gautheron:
2009-09-24 krjRemove check_col() guard
2009-09-23 krjDon't col_clear(COL_PROTOCOL) followed by col_set_str...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 etxrabApply some of the patches from:
2008-09-26 wmeierMinor cleanup related to proto_register and proto_reg_h...
2008-08-25 wmeier#include <prefs.h> not req'd
2008-04-14 stigFrom Philip Frey (bug 2443):
2008-04-12 stigFrom Philip Frey (bug 2443):