aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2008-12-19One last snprintf.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27061
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-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs28-111/+64
svn path=/trunk/; revision=27053
2008-12-18Fix two typosBill Meier1-2/+2
svn path=/trunk/; revision=27052
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier75-225/+226
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-17Update S1AP to the latest spec rename nas_eps nas-eps.Anders Broman3-1100/+2398
svn path=/trunk/; revision=27042
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 Meier44-109/+109
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-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 Kukosa1-1/+2
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 some spelling/typos; Also: correct some field blurbs.Bill Meier1-18/+18
svn path=/trunk/; revision=27025
2008-12-16Fix some spelling/typosBill Meier3-5/+5
svn path=/trunk/; revision=27024
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-15Do find_dissector_table("ber.oid") during startupBill Meier1-3/+2
in proto_reg_handoff instead of during dissection. svn path=/trunk/; revision=27008
2008-12-15Trivial change to use gboolean & etc for TRUE/FALSE variablesBill Meier1-9/+9
svn path=/trunk/; revision=27007
2008-12-15Get rid of the old SOUP and ITCH dissectors; (svn mv didn't work ??)Bill Meier2-976/+0
svn path=/trunk/; revision=27006
2008-12-15Rename SOUP & ITCH dissectors to NASDAQ-SOUP & NASDAQ-ITCHBill Meier3-2/+978
svn path=/trunk/; revision=27005
2008-12-15Fix trivial spelling errorBill Meier1-1/+1
svn path=/trunk/; revision=27004
2008-12-15Separate reassembly request methods in Lua API implementation.Balint Reczey1-8/+2
Now both new-style and pinfo based method work without interference. svn path=/trunk/; revision=27002
2008-12-15Removed duplicate "Aruba" in the adp protocol name.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27000
2008-12-13Fix compile error; Revise reg_handoff code slightlyBill Meier1-3/+3
svn path=/trunk/; revision=26992
2008-12-13From Vincent Helfre:Anders Broman1-3/+2
Get rid of sndcp_xid_tree and fix the while loop. svn path=/trunk/; revision=26991
2008-12-13From Vincent Helfre:Anders Broman1-2/+12
Fix sndcp_xid_offset. svn path=/trunk/; revision=26990
2008-12-13From Vincent Helfre:Anders Broman1-0/+3
Make the dissector callable by name. svn path=/trunk/; revision=26989
2008-12-12Add a cople of IE'sAnders Broman1-24/+187
svn path=/trunk/; revision=26975
2008-12-12packet-soup: use dissector_add_handle to enable "decode as" for SOUP;Bill Meier2-4/+6
Both: update documentation links slightly svn path=/trunk/; revision=26972
2008-12-11From Gregor Jasny:Jaap Keuter1-127/+184
Merge onlinebuddy and userclass stuff from official Oscar protocol documentation. svn path=/trunk/; revision=26971
2008-12-11From Didier Gautheron:Jaap Keuter3-0/+976
Small tcp ASCII lines based dissectors for NASDAQ and Chi-X (and maybe others) real-time market data feed. svn path=/trunk/; revision=26970
2008-12-11Dissect DecoderConfiguration in h245.Anders Broman1-5/+39
svn path=/trunk/; revision=26969
2008-12-11Correct the bit position for a couple of hf fields.Anders Broman1-19/+18
svn path=/trunk/; revision=26968
2008-12-10From Alexis La Goutte:Jaap Keuter3-28/+54
I do not know if I have to reopen this ticket or create a new ticket. But with last SVN, when i dissector Aruba GRE, i get In GRE line, it is find to unknown protocol (0x8200 - unknown) We need to create a new patch to not show "unknown". svn path=/trunk/; revision=26962