aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-09-23Use val_to_str_const().martinm1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39109 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23dissector_(add|delete) ==> dissector_(add|delete)_uint: fixes checkapi error.wmeier1-40/+40
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39108 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Update the draw area as well.etxrab1-2/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39107 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Uh, "Fix the fix (in SVN #39105)" so it compiles. wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39106 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Correction for SVN #39100:"Revert Revision 34838";wmeier1-2/+2
Fixes buildbot compile error. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39105 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Add packet-vlan.cwmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39104 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Put packet-vlan back into Makefile.common (to go with SVN #39100)wmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39103 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Remove duplicated code.etxrab1-10/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39102 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Remove code commited by misstake.etxrab1-13/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39101 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector ↵etxrab6-94/+275
into the Ethernet II." as this causes a lot of problems. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5680 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6305 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6366 Original bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2254 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39100 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Convert "space tabs" to spacesalagoutte2-55/+81
Add modeline information git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39099 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39098 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6128 : Wireshark ↵alagoutte1-12/+17
doesn't decode BGP.MP_REACH_NLRI.NLRI when RD type is 2(defined in RFC4364:4.2) Fix a wrong offset of RD Type 2 and display AS4 in asdot+ notation (Add a pref to chose the type of display for AS4 ?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39097 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Tighten the check on wheter a message really is chipered or not.etxrab1-0/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39096 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23From Daniel:etxrab1-12/+100
Add support for the osmo extension header to IP.a https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6371 While we are there - Use ENC_BIG_ENDIAN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39095 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Trivial: Consistently use 2 spaces after a period terminating a sentence.cmaynard1-115/+115
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39094 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Trivial: Fix typo.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39093 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Fix a couple of typos and use 2 spaces consistently after a period.cmaynard1-65/+65
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39092 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Trivial: Add missing <interval> in one case of tshark -z io,stat usage.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39091 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Add an option -d to specify display filter from the command line.stig3-2/+20
This was requested in bug 2463. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39090 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22(Trivial) Fix a typo in a comment.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39089 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Be careful about reporting number of missing SNs when wrapping around SN range.martinm1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39088 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Show if per packet info is missing.etxrab1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39087 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Store a pointer to frame_data rather than the time.etxrab2-15/+33
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39086 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Use ENC_ values in proto_tree_add_item() calls.guy8-195/+190
In the AgentX dissector, make the "flags" arguments guint8, to match what's passed in. In the AIM dissector, use val_to_str() in col_add_str() calls - it gives the same result if there's a match, and puts a note in the Info column if there isn't, and is less complicated. In the AJP13 dissector: update the URL for the protocol documentation; add #defines for message types, and use them; for "enumerated data type" fields, make the fields numerical rather than strings and give them the value_string tables; get rid of col_check() calls; make a Boolean item an FT_BOOLEAN. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39085 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier29-1125/+1125
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39084 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and ↵wmeier1-1/+1
(presumably) compile errors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39083 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Whitespace cleanup:wmeier17-2716/+2716
Use consistent indentation; Convert "4 space tabs" to spaces; Remove trailing whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39082 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix ex "modeline" so it works;wmeier62-65/+65
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39081 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Don't pop up an error dialog box for every file that can't be saved. ↵cmaynard1-1/+1
Before, this could have potentially meant having to manually close far too many of them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39080 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix ex "modeline" so it works;wmeier2-189/+189
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 Convert "4 space tabs" to spaces; Use consistent indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39079 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix ex "modeline" so it works;wmeier1-1194/+1194
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 Convert '4 space tabs' to spaces; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39078 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same ↵martinm1-0/+7
status PDU. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39077 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix vi "modeline" so it works;wmeier2-4/+4
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39076 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Convert "4 space tabs" to spaces;wmeier1-81/+81
Fix vi edtor modeline so it works. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39075 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix vi "modeline" so it works;wmeier17-17/+17
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39074 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Explicit #include <epan/value_string.h> not required.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39073 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix and suppress some warningsgal3-7/+68
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39072 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Remove Makefile.instig1-651/+0
Set default svn:ignore targets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39071 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.etxrab2-202/+193
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39070 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.gal2-651/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39069 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix for unary minus warning on Windowsgal2-5/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39068 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Make query_length a gint as the lenght argument to proto_tree_add_text() is ↵etxrab1-1/+1
a gint. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39067 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Basic RDP dissection, which can dissect the connection sequence. gal21-69/+14100
A work in progress. Can be used with the SSL dissector to decrypt Enhanced RDP Security SSL. With Standard RDP Security (e.g those on Wiki), the PDUs are all encrypted after the SecurityExchange PDU. Wiki to be updated with an example SSL protected capture and associated key material. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39066 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.guy1-154/+320
From me: don't use global variables in FPSpotlightRPC dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39065 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20Add an ENC_ASCII; right now, it's the same as ENC_UTF_8, but it shouldguy1-1/+12
eventually cause all bytes with the 8th bit set to be displayed as error indications. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39064 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forguy1-409/+440
strings, and note that, for older AFP clients and servers, we might need a way to say to use some Mac encoding instead. Use tvb_strsize() rather than tvb_get_ephemeral_stringz() to just get the length of a null-terminated string. Use FT_GUID for UUIDs. The low-order bit in the MessageBitmap in the FPGetSrvrMsg reply does not, at least according to the current AFP spec, specify whether there's a message at all, it specifies whether it's a server message or a login message. The spec *does* now mention the "message is UTF-8" bit; use it. Fix a blurb. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39063 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20Add DeCount for his contribution in bug 6362.cmaynard1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39062 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20From DeCount via bug 6362: Increase maximum allowable number of duplicate ↵cmaynard1-14/+16
filesi from 10 to 1000. I modified his patch to avoid appending anything to the first filename, and other minor changes. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6362 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39061 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20From Sylvain Munaut:etxrab1-0/+28
Add support for signed types in _proto_tree_add_bits_ret_val https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6363 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39060 f5534014-38df-0310-8fa8-9805f1628bb7