aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Get rid of Warnings.etxrab1-33/+33
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-14/+14
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-18/+18
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-10/+10
2011-06-02Add Id to info column. Makes detecting duplicates andjmayer1-2/+3
2011-05-12Use rcode instead of repeated uses of "flags & F_RCODE". One change submittedcmaynard1-3/+3
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)darkjames1-1/+1
2011-04-19From Michael Mann via bug 2794:stig1-1/+1
2011-03-27Add the IPv4 address, not the first 4 bytes of its name, to thegerald1-1/+1
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().gerald1-4/+15
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-36/+29
2011-01-07Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-12/+14
2011-01-06When showing a DNS query response containing a SRV record, display itemssfisher1-1/+38
2011-01-05Reverse r34810 other than the comment because the re-ordering of dns_types[]sfisher1-9/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-7/+7
2010-12-18From Daniel Black:jake1-7/+10
2010-11-28Make the Primary name element filterable in response records.jmayer1-6/+12
2010-11-08Tweek dns_types.etxrab1-5/+10
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-3/+3
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-5/+6
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-18/+9
2010-04-13From Ivan Sy:jake1-10/+11
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-04From Ivan Sy via bug 4555:stig1-0/+4
2010-02-28Added svn:ignore targets.stig1-5/+5
2010-02-23Fix for bug 4517:jake1-3/+3
2009-12-31From Alex Kirk via bug 4366:stig1-2/+6
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-5/+5
2009-10-25From Jakub Zawadzki:etxrab1-8/+3
2009-09-21Add initial support for DNS/SCTP.tuexen1-5/+24
2009-08-22From Ivan Sy:jake1-95/+389
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-8/+4
2009-08-05From Ivan Sy:jake1-1/+21
2009-08-03Thou shalt terminate thy value_string arrays with {0, NULL}.guy1-1/+2
2009-08-03From Ivan Sy:jake1-4/+86
2009-07-31From Ivan Sy via bug 3797:gerald1-0/+3
2009-07-31From Ivan Sy:jake1-2/+60
2009-07-31From Ivan Sy:jake1-5/+5
2009-07-29From Ivan Sy:jake1-0/+12
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-12/+12
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);wmeier1-1/+1
2009-03-30Fixup whitespace.gerald1-25/+25
2009-03-30Replace another string pointer dance with a string buffer.gerald1-18/+9
2009-03-23Fixed some data types to remove some warnings in the solaris build.stig1-28/+27
2009-02-11Added support for LLMNR.stig1-20/+88
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1