aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapd.c
AgeCommit message (Expand)AuthorFilesLines
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-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-02-03Get rid of extra blank line at the end of the file.Guy Harris1-1/+0
2011-02-02From njohnkev:Jaap Keuter1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-18/+18
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-13/+13
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
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-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-4/+4
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-39/+44
2009-01-13Don't display the direction if it's unknown, and set the direction forGuy Harris1-27/+39
2009-01-05Remove duplicate definitions found in lapd_sapi.hJaap Keuter1-5/+0
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffBill Meier1-18/+16
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-2/+2
2008-05-26From Balint Reczey:Jaap Keuter1-21/+320
2007-11-15Add a generated lapd.direction field/filter.Martin Mathieson1-0/+18
2007-09-19Make it possible to use GSM SAPI:sAnders Broman1-19/+68
2007-09-11Update valuestrings and comments.Anders Broman1-3/+4
2006-09-21Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106Anders Broman1-2/+2
2006-06-20From Albert Chin:Anders Broman1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-02The attached patch adds support for LAPD frames captured using vISDN thru Anders Broman1-14/+59
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+296