aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-synphasor.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-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-28/+28
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-22/+0
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+2
2011-05-06 VALS(& -> VALS(Anders Broman1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-05Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-29/+18
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-04-03Turn length variables that don't need to be size_t into guint.Guy Harris1-2/+2
2009-03-31If GLib < 2.10.0 use g_mem_chunk instead of g_slice.Bill Meier1-1/+24
2009-03-30From Jens Steinhauser: IEEE C37.118 Synchrophasor dissectorBill Meier1-0/+1410