aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls-psc.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-08-15Updated MPLS dissectors display filters per checkfiltername.plMichael Mann1-8/+8
Tried to provide consistency with MPLS dissector filter names svn path=/trunk/; revision=44521
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
Also (for a few files): - create/use some extended value strings; - remove unneeded #include files; - remove unneeded variable initialization; - re-order fcns slightly so prefs_reg_handoff...() at end, etc svn path=/trunk/; revision=44438
2012-07-25Minor cleanup:Bill Meier1-52/+37
- Use col_...() fcns in the proper manner and order; - proto_reg_handoff...() not needed (does nothing useful); - remove some unneeded initializers; - reformat hf[] entries. svn path=/trunk/; revision=44000
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-05-19Fix RVALS() macro usagepascal1-5/+5
svn path=/trunk/; revision=42720
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
In a few cases: do some whitespace, indentation cleanup & reformatting. svn path=/trunk/; revision=42632
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-19/+19
Also: In some cases do some whitespace cleanup and some minor reformatting. svn path=/trunk/; revision=41724
2012-03-18From Francesco Fondelli via ↵Alexis La Goutte1-0/+271
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6966 MPLS-TP Protection State Coordination (PSC) Protocol, RFC 6378 svn path=/trunk/; revision=41635