obnox/wireshark/wip.git
2005-09-21 guyAn InnerContextToken comes with an OID for the mechanis...
2005-09-21 guyDon't fill in a data structure for the packet while...
2005-09-21 guyDon't fill in a data structure for the packet while...
2005-09-21 geraldUse a proper length for booleans. If we have a malform...
2005-09-21 geraldAdd the "test" directory and man page to pidl. This...
2005-09-21 geraldMove a comment to the right place.
2005-09-21 sahlbergremove some strcpy() with g_snprintf()
2005-09-21 geraldAdd an item about the X11 dissector.
2005-09-21 geraldIf pinfo->match_string is null (e.g. when we're called...
2005-09-21 geraldFree our flow graph strings when we're done with them...
2005-09-21 ulflfix #372: the bug raised a "division by zero" exception...
2005-09-21 ulflbugfix: break out of an endless loop, if dissect_sip_co...
2005-09-21 jmayermanpages are now done automagically
2005-09-21 jmayerSync with samba: Update to fix manpage handling
2005-09-21 geraldIn an attempt to fix bug 396, switch over to GStrings...
2005-09-21 guyUse BASE_DEC_HEX for the identifier field; that means...
2005-09-21 guySquelch some compiler wranings, and fix up the creation...
2005-09-21 guySquelch a compiler warning.
2005-09-21 guyI think this is the check that was intended....
2005-09-21 guyFix a compiler warning.
2005-09-21 guySquelch a compiler warning (the argument might be used...
2005-09-21 guyFix a compiler warning.
2005-09-21 guyFix a comment.
2005-09-21 guyPut in some comments based on stuff seen in the Samba...
2005-09-20 guyGive it an RCS ID.
2005-09-20 guyFix the name in the comment.
2005-09-20 guyGive them RCS IDs.
2005-09-20 guyGive them RCS IDs.
2005-09-20 guyGive it an RCS ID.
2005-09-20 etxrabFrom Hannes Gredler:
2005-09-20 etxrabFrom Kaul:
2005-09-20 etxrabFix bug #404 Decoding of MSISDN on GSM is incomplete.
2005-09-20 sahlbergfrom francesco
2005-09-20 sahlbergmake options field filterable
2005-09-20 guySet EOL type and expansion of $Id$.
2005-09-20 etxrabFix bug #343 Parsing Problem - TransactionResponseAck...
2005-09-20 geraldBe more paranoid about buffer overruns.
2005-09-20 geraldFix a couple of errors found by valgrind.
2005-09-20 geraldDon't try to reassemble a zero-length fragment. Add...
2005-09-20 jmayerFrancesco Fondelli: Add dcp support (forgot this file)
2005-09-20 jmayerFrancesco Fondelli; Add dcp support
2005-09-20 jmayerAdd the pidl files.
2005-09-20 kukosaget rid of few warnings
2005-09-20 kukosaasn2eth
2005-09-20 ulflfix: packet-lldp.c(2071) : warning C4761: integral...
2005-09-20 ulflfix: packet-dcerpc.c(4019) : warning C4018: '<' : signe...
2005-09-20 ulfladd two new callbacks:
2005-09-20 ulflfix a compiler warning (... copied from RFC2553 :-)
2005-09-20 ulflif the capture child pops up it's own console, title...
2005-09-20 guySquelch a compiler warning.
2005-09-20 ulflthe buildbot has a problem not knowing sa_family_t...
2005-09-20 ulflenhance simple dialog: add the possibility to use no...
2005-09-20 ulfladd a new stop icon 48x48 for (simple) dialogs (derived...
2005-09-20 lego avoid freeing the last location twice.
2005-09-19 jmayerAdd svn:ignore from samba
2005-09-19 jmayerRevert back to local copy: The samba svn server does...
2005-09-19 jmayerpidl: Revert back to local copy. The samba svn server...
2005-09-19 jmayerUpdate faq
2005-09-19 jmayerJim Young: LLDP improvements
2005-09-19 ulflfix #340: define the missing sockaddr_storage struct...
2005-09-19 geraldSmall whitespace cleanup.
2005-09-19 geraldThrow an exception instead of trying to read past the...
2005-09-19 legodisplay something useful in the radius VSA item
2005-09-19 geraldDon't dereference a null pointer. Fixes bug 460.
2005-09-19 legoChange "Value" into "VSA" for Vendor SPecific Attributes
2005-09-19 etxrabAdd a preference to decode different types of AMR payload.
2005-09-19 geraldThrow an exception if our ACL length is flat-out wrong.
2005-09-19 lego- allow multiple attributes inside one VSA (fixes bug...
2005-09-19 geraldIn the SPNEGO dissector, don't call a subdissector...
2005-09-19 jmayerChange README to reflect the fact that tools/pidl is...
2005-09-19 jmayerAdd svn:externals for pidl: That way svn up will pull...
2005-09-19 jmayerChange pidl to svn:externals
2005-09-19 jmayerAdd idl_types.h from samba to fix warning
2005-09-19 jmayerPoint to tools/pidl/README.ethereal
2005-09-19 guyFix a typo.
2005-09-19 sahlbergsometimes it seems that we have the text based h248...
2005-09-19 kukosaremove unused parameter 'name' from dissect_per_choice()
2005-09-18 jmayerSmall update
2005-09-18 jmayerUpdate README.ethereal and sync with current samba...
2005-09-18 ulflassert that tvb is not NULL
2005-09-18 etxrabChange some of the asn1 functions to use packet-ber...
2005-09-18 guyIf the tag field is a bitfield, always show it as such...
2005-09-18 ulflas discussed in the Users list: replace "Short Frame...
2005-09-18 legoadd dtds to EXTRA_DIST
2005-09-17 etxrabIf unkown Tag's are found in a set add length.
2005-09-17 legoGet the first few dtds installed.
2005-09-17 legoBecause there's more than just text in XML...
2005-09-17 ulflusing heur_dissector_add("cotp_is") doesn't seem to...
2005-09-17 sahlbergremove some strcpy()
2005-09-17 sahlbergremove some strcpy()
2005-09-17 guyFix Gerald's e-mail address (and possibly provoke a...
2005-09-17 guyMark some unused and unremovable arguments as unused.
2005-09-17 guyMove some headers for stuff defined by a dissector...
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-16 ulfladd an expert info based on QualityCode and a COL_INFO...
2005-09-16 ulflslightly shrink COL_INFO output
2005-09-16 ulflsplit call id's with a #, if more than one DCE/RPC...
2005-09-16 geraldSort each conversation column numerically. Fix up...
2005-09-16 tpotAargh - undo r15838 as I missed jmayer's commit of...
2005-09-16 tpotComment out pidl dissectors for the moment to get the...
next