aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-30The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sguy3-5/+7
an array of samr_RidWithAttributeArray structures. Don't equate it to hf_samr_rid; that causes hf_samr_rid to be added as an item with a length of -1, but, as hf_samr_rid is an FT_UINT32 field, that causes a dissector bug error. The version of Yapp I was using, at least, didn't like C++-style comments in the IDL file; replace them with C-style comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35304 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-30Add some white space.guy1-11/+24
Give more information about getting Yapp; not everybody using it is necessarily using SUSE (and, yes, that's how it appears to be spelled now, even though the "u" was for "und" and not originally capitalized). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35303 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Add GEOIP_COUNTRY_EDITION_V6 to geoip_type_name_vals[].cmaynard1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35302 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Update list of relevant protocol specs. Some drafts are now RFC's.cmaynard1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35301 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Updates for Wireshark portable installer. Using nsis unicode now.cmaynard5-10/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35300 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Fix two minor typos.cmaynard1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35299 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Fix a buffer overflow in the engineId preferences. Fixes bug 5530.gerald2-24/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35298 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Fix incomplete conversion from an on-the-stack buffer to an ep_allocatedguy1-1/+1
buffer - the size of the latter can't be found with sizeof, as all you have is a pointer to the buffer. sizeof (pointer) happened, by chance, to give the right answer on ILP32 platforms, but gave a too-big answer on LP64 and LLP64 platforms, which meant we overflowed the buffer when clearing it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35297 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Add Compile BPF to the capture options dialog description.jake2-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35296 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Update capture options dialog description.jake1-11/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35295 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Fix the HAI value display filter string.jake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35294 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Fix Windows build, which complained about possible loss of data convertingsfisher1-1/+1
from a double to a time_t. I removed nstime_to_secs() and grab the seconds portion of the nstime (which is a time_t), since that's all the precision needed in the code right now anyway. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35293 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28From non-customers via bug 5530: Fix a buffer overflow in the MAC LTEgerald1-2/+3
dissector. From me: Add a define, ep_allocate the buffer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35292 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28It is not guaranteed that the records in numerical (frame table) orderguy1-7/+5
will be in sequential (byte offset) order in the file; don't treat the record offset going backwards as an error. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35291 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28From non-customers [AT] operamail [DOT] com, submitted via bug 5529:cmaynard1-1/+1
Values[9] is fetched twice but Values[8] not at all, despite printing it later on. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35290 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28From Alexis La Goutte via bug 5528:cmaynard1-2/+2
Fix wrong Field Type for HAI-Value and MN-Value (RFC 5271) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35289 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Implement first part of request in bug #5527 - allow the user to changesfisher1-2/+31
the timestamp display in the RTP Player to time of day with a checkbox similar to in the IO Stats graph. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35288 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Improve sanity checking of reception claim count. Fixes bug 5521.cmaynard1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35287 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Add tvb_bcd_dig_to_ep_str()etxrab6-14/+105
/* * Given a tvbuff, an offset into the tvbuff, and a length that starts * at that offset (which may be -1 for "all the way to the end of the * tvbuff"), fetch BCD encoded digits from a tvbuff starting from either * the low or high half byte, formating the digits according to an input digit set, * if NUll a default digit set of 0-9 returning "?" for overdecadic digits will be used. * A pointer to the EP allocated string will be returned. * Note a tvbuff content of 0xf is considered a 'filler' and will end the conversion. */ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35286 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Add dissection of NAS message container.etxrab1-3/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35285 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Add application id="16777232" name="Ericsson Charging-CIP.etxrab1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35284 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28From Alexis La Goutte:jake2-354/+188
A patch to enchance the ICMPv6 dissector - Update RFC Draft (draft-ietf-ipngwg-icmp-name-lookups-07/08) to Final RFC (RFC 4620) - Make NI field filterable - .... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35283 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28From Masashi Honma:jake1-0/+1
EAP WPS RF band may be '2.4 GHz and 5 GHz'. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35282 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Add support for showing errors matching substrings (like LTE RLC stats ↵martinm1-1/+26
supports). TODO: fix the loayout/spacing.... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35281 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Add a tooltip.martinm1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35280 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Clarify some commentssfisher1-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35279 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27The RTP Player shows the number of seconds since the beginning of thatsfisher1-1/+1
call's packet flow along the x-axis. Add " s" to the end of each number to give the user an idea those numbers are seconds. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35278 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Get rid of trailing white space.guy1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35277 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Add dissection of Radio Priority LCS.etxrab1-3/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35276 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Remove de_sgsap_tmsi as it's not needed.etxrab1-21/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35275 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Fix build by #if 0 out unused de_sgsap_tmsi() function. sfisher1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35274 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Add more IE dissection.etxrab1-15/+234
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35273 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27From Alexis La Goutte:etxrab3-721/+1085
ICMPv6 Enhancements : make ICMP option filterable (Part 2) *Merge (and update) FMIPv6 Option with ND Option *Make ICMP option filterable (use proto_tree_add_item..) *Reorder ND Option *Add dissector for RA Flags Extension (RFC5075) *Add dissector for Handover Key Request/Reply (RFC5269) *Add dissector for Handover Assist Info / Mobile Node ID (RFC5271) *Add dissector for DNS Search List (RFC6106 From me removed a c++ style comment and changed to tvb_memcpy(tvb, (guint8 *)&prefix.bytes in a couple of places. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35272 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Fix the Message numbering.etxrab1-33/+49
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35271 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Try to apiece the Ubuntu buildbot.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35270 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27move the enum to packet-gsm_a_common toetxrab2-50/+115
make it possible to use element dissecton from this dissector in other dissectors. It is left in packet-nas_EPS.c as a comment for easier reference. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35269 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-26Only a new transmission grant should end a Scheduling Request.martinm1-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35268 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-26Correct:etxrab1-8/+8
RESET IP RESOURCE RESET IP RESOURCE ACKNOWLEDGE Tags git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35267 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-26Start of a SGSAP (TS 29.118) dissector for LTE.etxrab5-90/+1340
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35266 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-26[Automatic manuf, services and enterprise-numbers update for 2010-12-26]gerald1-8/+224
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35263 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-25Add a comment asking where to check for YACC/Bison and Flex.guy1-0/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35262 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-24We only need to do AC_PATH_PROG on flex once.guy1-3/+1
We don't define FLEX_PATH, so no need to AC_SUBST it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35261 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-24Properly define and dissect BGP_EXT_COM_LINKBAND. Fixes bug 4409 reported bycmaynard2-4/+8
Max Ivanov. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35260 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23From Julien Kerihuel:jake3-4/+487
I've just finished to write a ncacn_http dissector for Wireshark which provides the ability to dissect Outlook anywhere packets properly (as specified by [MS-RPCH].pdf documentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35259 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23Raise Exceptions containing a string instead of string exceptionsrbalint1-2/+2
This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4846 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35258 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23Clean up indentation.guy1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35257 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23Add a couple more comments to new unicode function to remind us when asfisher1-2/+2
variable is counting UTF-16 characters vs. normal bytes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35256 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23Remove comment to myself that I forgot to remove before commiting r35253sfisher1-4/+7
and change comments to fit within 80 column display. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35255 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23Proof of concept for using new tvb_get_ephemeral_unicode_stringz(), which wassfisher1-1/+5
just introduced in SVN revision 35253. This new function has many more uses in the SMB (and other) dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35254 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichsfisher3-0/+78
is a unicode (UTF-16) version of tvb_get_ephemeral_stringz(). It scans a tvbuff for a UTF-16 string and converts it to UTF-8 upon return. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35253 f5534014-38df-0310-8fa8-9805f1628bb7