aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier50-211/+211
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27065 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).gerald3-12/+13
From me: Use a #define for the RTP analysis field name lengths. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27064 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Renamegerald8-67/+241
some functions to match. Add GeoIP lookups to the IP dissector. Add a preference for GeoIP lookups, which is disabled by default. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27063 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Back out r27047 and r27053.gerald33-86/+121
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27062 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19One last snprintf.jake1-4/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27061 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Correct language.jake1-13/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27060 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Cleanup sourcecode.jake1-82/+75
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27059 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Revert queueing --> queuing spelling changes made in SVN #27050wmeier2-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27058 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Revert the queueing --> queuing spelling changewmeier2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27057 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSmorriss1-0/+2
back to what they were before the test (without GTK_LIBS). This prevents tshark (and every other program) from unnecessarily linking against GTK_LIBS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27056 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Describe the "-d" option a little more clearly.gerald1-3/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27055 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Define the path to the tools directory.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27054 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald31-118/+71
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27053 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix two typoswmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27052 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ↵morriss2-0/+4
that's the case). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27051 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier78-239/+240
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Have descriptors start out with a length of "to the end of the packet",guy1-7/+12
so that if they're cut short, they appear to be the length of the remaining data in the packet, rather than zero-length. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27049 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18From Richard Brodie:jake1-47/+152
DNSSEC RFC 5155 support patch git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27048 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Make proto_tree_add_bytes_format() (unused) behave as expected.martinm2-3/+15
Was identical to proto_tree_add_bytes_format_value(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27047 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18The "8 mysterious bytes" are bytes reserved for a setup header - withguy1-19/+17
the Linux USB capture mechanism, there are always 8 bytes of setup header after the URB, regardless of whether there's a setup header or not; if there is no setup header, we just skip those 8 bytes. Don't skip them *twice*, however. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27046 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix for bug 3134: Dissection would stop at a malformed dhcpv6 client FQDNjmayer1-2/+9
option, which are currently being sent by MS Vista dhcpv6 clients. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27045 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Update enterprice numbers.etxrab1-123700/+129731
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27044 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Clarify that, in the Linux USB capture format, the header is alwaysguy1-2/+2
followed by 8 bytes of "struct usb_device_setup_hdr", even if there's no setup information, but it should be interpreted only if setup_flag is 0. (That's what those mysterious 8 bytes are.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27043 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Update S1AP to the latest spec rename nas_eps nas-eps.etxrab13-1762/+3456
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27042 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Remove lynx as a dependency on Windows. By default, create the FAQ usinggerald3-4/+21
html2text.py. You can override this by adjusting config.nmake or by setting HTML2TXT. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27041 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Update html2text.py to suit our needs. Add spaces in the faq.txt targetgerald2-31/+89
so to fix a problem with OS X 10.4. Add html2text.py to the end of the faq.txt target. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27040 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Add html2text.py 2.35 from http://www.aaronsw.com/2002/html2text/.gerald1-0/+448
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27039 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17From Didier Gautheron:jake1-1/+1
If udp summary is not set dissector doesn't test for udp/udplite in proto_tree_add_item git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27038 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier50-118/+118
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27037 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Have separate dissectors for setup requests and responses.guy1-81/+436
Provide dissectors for most other setup packets. (Still some more work needed on them.) Show descriptor types as decimal, as they are in the USB 2.0 spec. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27036 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17commit forgotten changed filekukosa1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27035 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Display the CONTROL response data only if there *is* CONTROL response data.guy1-4/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27034 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Define all the standard request code values from the USB 2.0 spec, andguy1-18/+47
put them into the setup_request_names_vals value_string. When processing a response, use the request type value, so we only dissect standard replies when it's a reply to a standard request. Display the bRequest value in decimal, as that's how they're specified in the USB 2.0 spec. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27033 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17type conversion gdouble<->guint64 is not supported in all MSVC versions, ↵kukosa4-1/+130
convert it with functions git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27032 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17fix warningkukosa1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27031 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17- fix RSA key import for GNUTLS 2.5.x and newerkukosa1-10/+40
- more debug info git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27030 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Add $Id$wmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27029 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix typos and spelling (mostly in text strings) wmeier54-111/+111
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27028 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Add the lte rrc dissector.etxrab2-0/+20696
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27027 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Fix a few text-string typoswmeier2-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27026 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Fix some spelling/typos; Also: correct some field blurbs.wmeier1-18/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27025 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Fix some spelling/typoswmeier4-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27024 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Add default svn:ignore targets for lte-rrc.stig0-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27023 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Compilation fixes from Anders (there are still warnings).martinm2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27022 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16If a packet is fragmented, show the packet id in the info column.jmayer1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27021 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Include the string as part of a string descriptor.guy1-8/+16
Have setup dissectors return the offset past the end of what they dissect, and have their caller set its offset based on that. Use tvb_reported_length_remaining(), not tvb_length_remaining(), to decide whether there's more data, so that we throw an exception if the packet was cut short by a snapshot length. Add "Application Data" only if there's extra data to be added. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27020 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16The S1AP dissector also still gets warnings.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27019 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16A few minor updates.etxrab1-10/+43
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27018 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Sigh, the RRLP dissector isn't clean yet.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27017 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Move some ASN.1 dissectors to the clean category, as they don't *appear*guy1-5/+5
to generate warnings on any of our buildbots. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27016 f5534014-38df-0310-8fa8-9805f1628bb7