aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-drda.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7666 :Pascal Quantin2012-09-031-0/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier2012-04-261-777/+813
* The frame number is an unsigned integer, so there's no guarantee that itGuy Harris2012-01-161-3/+3
* Get rid of check_col() and use ENC.Anders Broman2011-09-261-14/+9
* Add some additional routine variants that handle string encodings, andGuy Harris2011-07-051-16/+22
* Use value_string_ext fcns to access two value_string arrays;Bill Meier2010-10-301-31/+36
* From Matthieu Lochegnies via bug 5153:Stig Bjørlykke2010-08-271-2/+13
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-201/+196
* #include <string.h> not needed.Bill Meier2010-04-061-2/+0
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-1/+1
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-4/+4
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* From metatech:Anders Broman2008-08-011-2/+2
* Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke2008-02-081-1/+1
* Introduce use of the new FT_EBCDIC field type as a second display ofStephen Fisher2007-11-191-4/+14
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* From Metatech:Stephen Fisher2007-05-271-1/+13
* From metatech :Sebastien Tandel2007-04-031-0/+879