aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v52.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-28Let's not use tabs with tab-width=4; Converts tabs to spaces (with indent=4).Bill Meier1-2016/+2016
Also: use consistent indentation. svn path=/trunk/; revision=32586
2010-03-11Partially revert copyright.Gerald Combs1-0/+3
svn path=/trunk/; revision=32173
2010-02-03Change author attribution as per ↵Jeff Morriss1-12/+10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732#c13 . Add an AUTHORS entry while we're at it. svn path=/trunk/; revision=31779
2010-01-22#include stdio & etc not req'd (and remove // lines committed by mistake ...)Bill Meier1-3/+0
svn path=/trunk/; revision=31624
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-13/+10
svn path=/trunk/; revision=31623
2009-07-27From Vladimir Smrekar:Anders Broman1-355/+362
Change, that fix infinite loop for dissections of elements: - Pulse notification - Line Information - PSTN FSM state - Autonomous signalling sequence - Sequence response - Performance grading - Rejection cp cause Me prefix hf vars with hf_v52_ svn path=/trunk/; revision=29207
2009-07-15Add a modeline blurb. Minor indentation fix.Gerald Combs1-1/+13
svn path=/trunk/; revision=29111
2009-07-15Make sure we advance our offset during a while loop. This should fix recentGerald Combs1-0/+7
fuzz errors. svn path=/trunk/; revision=29109
2009-07-14#include prefs.h not req'd; Also: remove unused #defineBill Meier1-3/+1
svn path=/trunk/; revision=29097
2009-07-14From Vladimir Smrekar :Anders Broman1-0/+2535
v5.2-User Adaptation Layer and V5.2 Interface. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732 Me: Removed check_col(), hf blurbs, removed global vars and regestering SCTP port in packet-v52.c. svn path=/trunk/; revision=29096