aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acn.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-23From Bill Florac (bug 3048):Stig Bjørlykke1-15/+16
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-5/+5
2008-10-31Thou shalt not "print" a string with a printf-like function by using itGuy Harris1-5/+5
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-8/+6
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25Remove unnecessary prefs callback; simplify reg_handoff; minor cleanupBill Meier1-13/+7
2008-08-14Fix a few typos & spelling errorsBill Meier1-1/+1
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-114/+114
2008-01-22From Bill Florac:Jaap Keuter1-1/+3
2007-09-12From Bill Florac:Jaap Keuter1-130/+207
2007-03-30remove some g_malloc/g_freeSebastien Tandel1-6/+2
2006-12-11Removed executable property.Jaap Keuter1-0/+0
2006-11-21From Bill Florac:Anders Broman1-27/+20
2006-11-07Bitfields are bad - the C language spec does *NOT* guarantee which bitsGuy Harris1-103/+118
2006-11-06new acn dissector from Bill FloracRonnie Sahlberg1-0/+3024