aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-mpa.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam1-1/+1
2009-10-07malloc() and free() are prohibited APIs, use the glib equivalents instead.Jeff Morriss1-50/+50
2009-10-06From Didier Gautheron:Anders Broman1-1/+2
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-3/+1
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-15/+9
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-04-14From Philip Frey (bug 2443):Stig Bjørlykke1-5/+0
2008-04-12From Philip Frey (bug 2443):Stig Bjørlykke1-0/+1034