index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-dns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replaced decode_numeric_bitfield calls with filterable item or removed it if ...
Michael Mann
2012-09-27
1
-3
/
+7
*
replaced decode_boolean_bitfield calls with itemized filters
Michael Mann
2012-09-26
1
-32
/
+64
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-17
1
-25
/
+78
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-17
1
-37
/
+74
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-17
1
-6
/
+52
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-17
1
-4
/
+17
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-17
1
-5
/
+36
*
Avoid a stack-smash when decoding the new DNS option field if the length is
Evan Huus
2012-09-15
1
-1
/
+8
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-10
1
-6
/
+25
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-10
1
-3
/
+7
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-10
1
-25
/
+56
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-10
1
-35
/
+35
*
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709
Alexis La Goutte
2012-09-10
1
-2
/
+85
*
Add modelines for DNS dissector
Alexis La Goutte
2012-09-04
1
-0
/
+12
*
Display hf_dns_rr_opt_client_addr as FT_BYTES
Pascal Quantin
2012-08-30
1
-1
/
+1
*
From David Drysdale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7552
Alexis La Goutte
2012-08-30
1
-11
/
+94
*
From David Drysdale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7551
Alexis La Goutte
2012-08-09
1
-4
/
+78
*
Fix for bug 7555:
Jaap Keuter
2012-08-06
1
-50
/
+76
*
From Johan Wåhl:
Anders Broman
2012-07-25
1
-31
/
+93
*
Fix copy/paste error
Pascal Quantin
2012-07-17
1
-1
/
+1
*
- Make dns srv elemnts filterable (were: text only)
Jörg Mayer
2012-07-17
1
-8
/
+30
*
Minor: reformatting, unneeded #includes, whitespace cleanup;
Bill Meier
2012-04-26
1
-1914
/
+2111
*
Update Domain Name System Security (DNSSEC) Algorithm Numbers and Delegation ...
Alexis La Goutte
2012-04-18
1
-2
/
+22
*
From Bertho Stultiens:
pascal
2012-04-17
1
-9
/
+20
*
From Evan Huus:
Anders Broman
2012-04-16
1
-4
/
+1
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7045 :
pascal
2012-04-08
1
-1
/
+1
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-02-06
1
-14
/
+10
*
Enhance DNS Dissector (use WS function...)
Alexis La Goutte
2012-02-06
1
-28
/
+11
*
From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6704
Alexis La Goutte
2012-02-06
1
-4
/
+6
*
Fix some typos.
Chris Maynard
2012-02-01
1
-2
/
+2
*
Get rid of Warnings.
Anders Broman
2011-11-20
1
-33
/
+33
*
Do some conversions of proto_tree_add_item() 'encoding' arg.
Bill Meier
2011-10-16
1
-2
/
+2
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...
Bill Meier
2011-10-10
1
-14
/
+14
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...
Bill Meier
2011-10-06
1
-18
/
+18
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-10
/
+10
*
Add Id to info column. Makes detecting duplicates and
Jörg Mayer
2011-06-02
1
-2
/
+3
*
Use rcode instead of repeated uses of "flags & F_RCODE". One change submitted
Chris Maynard
2011-05-12
1
-3
/
+3
*
Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)
Jakub Zawadzki
2011-05-04
1
-1
/
+1
*
From Michael Mann via bug 2794:
Stig Bjørlykke
2011-04-19
1
-1
/
+1
*
Add the IPv4 address, not the first 4 bytes of its name, to the
Gerald Combs
2011-03-27
1
-1
/
+1
*
Split get_dns_name() into get_dns_name() and expand_dns_name().
Gerald Combs
2011-02-23
1
-4
/
+15
*
Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
Jeff Morriss
2011-01-14
1
-36
/
+29
*
Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...
Jeff Morriss
2011-01-07
1
-12
/
+14
*
When showing a DNS query response containing a SRV record, display items
Stephen Fisher
2011-01-06
1
-1
/
+38
*
Reverse r34810 other than the comment because the re-ordering of dns_types[]
Stephen Fisher
2011-01-05
1
-9
/
+5
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-7
/
+7
*
From Daniel Black:
Jaap Keuter
2010-12-18
1
-7
/
+10
*
Make the Primary name element filterable in response records.
Jörg Mayer
2010-11-28
1
-6
/
+12
*
Tweek dns_types.
Anders Broman
2010-11-08
1
-5
/
+10
[next]