aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v52.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-5/+5
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-04-28Let's not use tabs with tab-width=4; Converts tabs to spaces (with indent=4).Bill Meier1-2016/+2016
2010-03-11Partially revert copyright.Gerald Combs1-0/+3
2010-02-03Change author attribution as per https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-12/+10
2010-01-22#include stdio & etc not req'd (and remove // lines committed by mistake ...)Bill Meier1-3/+0
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-13/+10
2009-07-27From Vladimir Smrekar:Anders Broman1-355/+362
2009-07-15Add a modeline blurb. Minor indentation fix.Gerald Combs1-1/+13
2009-07-15Make sure we advance our offset during a while loop. This should fix recentGerald Combs1-0/+7
2009-07-14#include prefs.h not req'd; Also: remove unused #defineBill Meier1-3/+1
2009-07-14From Vladimir Smrekar :Anders Broman1-0/+2535