aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17Use "generic" tfs (tfs_supported_not_supported...)Alexis La Goutte1-0/+1
Add Enforced / Not enforced to epan/tfs.[ch] svn path=/trunk/; revision=50696
2013-07-17Move Do not clear / Clear & Confirmed / Unconfirmed TFS to epan/tfs.[ch]Alexis La Goutte1-0/+2
svn path=/trunk/; revision=50695
2013-07-17Use "generic" tfs (tfs_set_notset, tfs_supported_not_supported...)Alexis La Goutte1-0/+2
Add complete / Incomplete & Valid / Not Valid TFS svn path=/trunk/; revision=50693
2013-07-03From Oliver Gasser via ↵Alexis La Goutte1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8863 Add CAA support to DNS dissector Add informationa about Certificate Authority Authorization (CAA) data to the DNS dissector. See the RFC [1] for more information. Suggestions and improvements are welcome. [1] http://tools.ietf.org/html/rfc6844 svn path=/trunk/; revision=50370
2013-02-24Remove some "duplicate" TFS in 802.11 field capability Add in use / not in ↵Alexis La Goutte1-1/+1
use in common TFS svn path=/trunk/; revision=47856
2012-09-26add the the necessary tfs variables for rev 45152Michael Mann1-0/+5
svn path=/trunk/; revision=45153
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-0/+1
added tfs_no_yes to tfs.[ch] svn path=/trunk/; revision=45115
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-07-23Fix reversed values for Bearer Context IE decodes Bearer Level Quality of ↵Anders Broman1-0/+1
Service (Bearer QoS) in ARP field the wireshark decoded preemption values. As reported in http://ask.wireshark.org/questions/12907/pre-emption-decoding-on-s11-interface svn path=/trunk/; revision=43930
2012-07-21Updated patch from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3507Michael Mann1-0/+1
svn path=/trunk/; revision=43887
2012-04-12Bugfix and enhancement of MM Context dissection.Anders Broman1-0/+1
svn path=/trunk/; revision=42035
2011-01-31Change a bunch of value and tfs strings to not be prefixed by hf_ but ↵Anders Broman1-0/+2
ieee8021. Based on Alexis La Gouttes patch. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5636 svn path=/trunk/; revision=35727
2011-01-26Add tfs_allowed_not_allowed.Anders Broman1-0/+1
svn path=/trunk/; revision=35664
2011-01-25Add tfs_reliable_not_reliable.Anders Broman1-0/+2
svn path=/trunk/; revision=35644
2011-01-17- Remove debug printout.Anders Broman1-0/+2
- Enhance dissection a bit. - add new true_false_strings svn path=/trunk/; revision=35566
2010-04-27Add some more strings.Jaap Keuter1-0/+5
svn path=/trunk/; revision=32579
2009-07-07Removed unused flags_set_truth.Stig Bjørlykke1-9/+2
Fixed some capitalizations. svn path=/trunk/; revision=28990
2009-03-05Addded tfs_used_notused.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=27617
2007-01-10Extending true_false_string supportJaap Keuter1-0/+61
- Separate tfs.[ch] - Add larger sample collection - Properly export DATA svn path=/trunk/; revision=20373