aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-alc.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-05-27Batch of filterable expert infosMichael Mann1-1/+10
2013-05-24Overhauled the RMT dissectors. Not sure each needs its own file, but since t...Michael Mann1-156/+131
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+0
2012-02-05From Holger Hans Peter Freyther:Anders Broman1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-10Minor code cleanup: Bill Meier1-41/+41
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-19Fix a few gcc _Wshadow warnings ....Bill Meier1-10/+10
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-10-29Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-4/+3
2008-01-30Dissect the FLUTE "data".Anders Broman1-4/+19
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris1-0/+276