aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-git.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-22From Alexis La Goutte via bug 5514:Stig Bjørlykke1-3/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-04Removed unused assignments.Stig Bjørlykke1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-04From Jelmer Vernooij via bug 4640:Stig Bjørlykke1-0/+166