aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapd.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1
2011-02-03Get rid of extra blank line at the end of the file.guy1-1/+0
2011-02-02From njohnkev:jake1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-18/+18
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-13/+13
2010-01-13From Didier Gautheron:etxrab1-4/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-4/+4
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-1/+1
2009-03-29Define certain fcns as static (if not used externally).wmeier1-39/+44
2009-01-13Don't display the direction if it's unknown, and set the direction forguy1-27/+39
2009-01-05Remove duplicate definitions found in lapd_sapi.hjake1-5/+0
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffwmeier1-18/+16
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-2/+2
2008-05-26From Balint Reczey:jake1-21/+320
2007-11-15Add a generated lapd.direction field/filter.martinm1-0/+18
2007-09-19Make it possible to use GSM SAPI:setxrab1-19/+68
2007-09-11Update valuestrings and comments.etxrab1-3/+4
2006-09-21Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106etxrab1-2/+2
2006-06-20From Albert Chin:etxrab1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-02The attached patch adds support for LAPD frames captured using vISDN thru etxrab1-14/+59
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2004-09-28Move the xDLC helper routines into epan.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+296