aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdlc.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-1/+1
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Fix a few gcc _Wshadow warnings ....Bill Meier2010-01-191-3/+3
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-1/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam2009-08-091-8/+4
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-2/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-9/+9
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Move the xDLC helper routines into epan.Guy Harris2004-09-281-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+222