aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v120.c
Commit message (Expand)AuthorAgeFilesLines
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Removed an unused assignment.Stig Bjørlykke2009-11-091-1/+1
* 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_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* 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-4/+4
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-15/+15
* Fix the last "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-16/+16
* Fix a case of && which should be &; add some parentheses for clarityBill Meier2008-08-221-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* remove sprintf from v120 and wccpRonnie Sahlberg2005-08-201-6/+9
* Move the xDLC helper routines into epan.Guy Harris2004-09-281-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+305