aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs3-12/+13
From me: Use a #define for the RTP analysis field name lengths. svn path=/trunk/; revision=27064
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs8-67/+241
some functions to match. Add GeoIP lookups to the IP dissector. Add a preference for GeoIP lookups, which is disabled by default. svn path=/trunk/; revision=27063
2008-12-19Back out r27047 and r27053.Gerald Combs33-86/+121
svn path=/trunk/; revision=27062
2008-12-19One last snprintf.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27061
2008-12-19Correct language.Jaap Keuter1-13/+13
svn path=/trunk/; revision=27060
2008-12-19Cleanup sourcecode.Jaap Keuter1-82/+75
svn path=/trunk/; revision=27059
2008-12-19Revert queueing --> queuing spelling changes made in SVN #27050Bill Meier2-5/+5
svn path=/trunk/; revision=27058
2008-12-19Revert the queueing --> queuing spelling changeBill Meier2-4/+4
svn path=/trunk/; revision=27057
2008-12-19After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSJeff Morriss1-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. svn path=/trunk/; revision=27056
2008-12-18Describe the "-d" option a little more clearly.Gerald Combs1-3/+12
svn path=/trunk/; revision=27055
2008-12-18Define the path to the tools directory.Gerald Combs1-0/+1
svn path=/trunk/; revision=27054
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs31-118/+71
svn path=/trunk/; revision=27053
2008-12-18Fix two typosBill Meier1-2/+2
svn path=/trunk/; revision=27052
2008-12-18Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ↵Jeff Morriss2-0/+4
that's the case). svn path=/trunk/; revision=27051
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier78-239/+240
svn path=/trunk/; revision=27050
2008-12-18Have descriptors start out with a length of "to the end of the packet",Guy Harris1-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. svn path=/trunk/; revision=27049
2008-12-18From Richard Brodie:Jaap Keuter1-47/+152
DNSSEC RFC 5155 support patch svn path=/trunk/; revision=27048
2008-12-18Make proto_tree_add_bytes_format() (unused) behave as expected.Martin Mathieson2-3/+15
Was identical to proto_tree_add_bytes_format_value(). svn path=/trunk/; revision=27047
2008-12-18The "8 mysterious bytes" are bytes reserved for a setup header - withGuy Harris1-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. svn path=/trunk/; revision=27046
2008-12-18Fix for bug 3134: Dissection would stop at a malformed dhcpv6 client FQDNJörg Mayer1-2/+9
option, which are currently being sent by MS Vista dhcpv6 clients. svn path=/trunk/; revision=27045
2008-12-18Update enterprice numbers.Anders Broman1-123700/+129731
svn path=/trunk/; revision=27044
2008-12-17Clarify that, in the Linux USB capture format, the header is alwaysGuy Harris1-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.) svn path=/trunk/; revision=27043
2008-12-17Update S1AP to the latest spec rename nas_eps nas-eps.Anders Broman13-1762/+3456
svn path=/trunk/; revision=27042
2008-12-17Remove lynx as a dependency on Windows. By default, create the FAQ usingGerald Combs3-4/+21
html2text.py. You can override this by adjusting config.nmake or by setting HTML2TXT. svn path=/trunk/; revision=27041
2008-12-17Update html2text.py to suit our needs. Add spaces in the faq.txt targetGerald Combs2-31/+89
so to fix a problem with OS X 10.4. Add html2text.py to the end of the faq.txt target. svn path=/trunk/; revision=27040
2008-12-17Add html2text.py 2.35 from http://www.aaronsw.com/2002/html2text/.Gerald Combs1-0/+448
svn path=/trunk/; revision=27039
2008-12-17From Didier Gautheron:Jaap Keuter1-1/+1
If udp summary is not set dissector doesn't test for udp/udplite in proto_tree_add_item svn path=/trunk/; revision=27038
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier50-118/+118
svn path=/trunk/; revision=27037
2008-12-17Have separate dissectors for setup requests and responses.Guy Harris1-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. svn path=/trunk/; revision=27036
2008-12-17commit forgotten changed fileTomas Kukosa1-2/+4
svn path=/trunk/; revision=27035
2008-12-17Display the CONTROL response data only if there *is* CONTROL response data.Guy Harris1-4/+8
svn path=/trunk/; revision=27034
2008-12-17Define all the standard request code values from the USB 2.0 spec, andGuy Harris1-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. svn path=/trunk/; revision=27033
2008-12-17type conversion gdouble<->guint64 is not supported in all MSVC versions, ↵Tomas Kukosa4-1/+130
convert it with functions svn path=/trunk/; revision=27032
2008-12-17fix warningTomas Kukosa1-1/+2
svn path=/trunk/; revision=27031
2008-12-17- fix RSA key import for GNUTLS 2.5.x and newerTomas Kukosa1-10/+40
- more debug info svn path=/trunk/; revision=27030
2008-12-17Add $Id$Bill Meier1-0/+2
svn path=/trunk/; revision=27029
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier54-111/+111
svn path=/trunk/; revision=27028
2008-12-16Add the lte rrc dissector.Anders Broman2-0/+20696
svn path=/trunk/; revision=27027
2008-12-16Fix a few text-string typosBill Meier2-7/+7
svn path=/trunk/; revision=27026
2008-12-16Fix some spelling/typos; Also: correct some field blurbs.Bill Meier1-18/+18
svn path=/trunk/; revision=27025
2008-12-16Fix some spelling/typosBill Meier4-6/+6
svn path=/trunk/; revision=27024
2008-12-16Compilation fixes from Anders (there are still warnings).Martin Mathieson2-2/+2
svn path=/trunk/; revision=27022
2008-12-16If a packet is fragmented, show the packet id in the info column.Jörg Mayer1-2/+3
svn path=/trunk/; revision=27021
2008-12-16Include the string as part of a string descriptor.Guy Harris1-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. svn path=/trunk/; revision=27020
2008-12-16The S1AP dissector also still gets warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=27019
2008-12-16A few minor updates.Anders Broman1-10/+43
svn path=/trunk/; revision=27018
2008-12-16Sigh, the RRLP dissector isn't clean yet.Guy Harris1-1/+1
svn path=/trunk/; revision=27017
2008-12-16Move some ASN.1 dissectors to the clean category, as they don't *appear*Guy Harris1-5/+5
to generate warnings on any of our buildbots. svn path=/trunk/; revision=27016
2008-12-16We have to add the new asn1/lte-rrc directory to the list of directoriesGuy Harris1-0/+1
in which to generate Makefiles. svn path=/trunk/; revision=27015
2008-12-15Add a forward declaration(still some problem(s) to look at).Anders Broman2-1/+3
svn path=/trunk/; revision=27013