aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some bit mask tests - & has lower priority than !=, so "a & b != c"Guy Harris2005-12-131-2/+8
* Escape question marks when they could be interpreted as part of aGuy Harris2005-12-131-9/+9
* Add tvb_fake_unicode().Guy Harris2005-12-131-0/+1
* Update from samba tree revision 12185 to 12205Jörg Mayer2005-12-132-3/+28
* update the work-in-progress pidl generated wkssvc dissector and add a conform...Ronnie Sahlberg2005-12-132-40/+52
* swap Trip/Close as per bug 579Ronnie Sahlberg2005-12-131-4/+4
* asn2eth.py:Gerald Combs2005-12-133-3/+6
* We should really do quit Ethereal if user asked us to do so with the -Q option!Ulf Lamping2005-12-131-0/+16
* don't try to close wtap, if we couldn't load the wiretap fileUlf Lamping2005-12-131-1/+2
* Convert to new style dissector (hopefully done right)Jörg Mayer2005-12-121-13/+11
* - add Debug and Default declarations.Luis Ontanon2005-12-125-9/+85
* Dissect type 0x0c as 'remove tag' flagJörg Mayer2005-12-121-0/+27
* Add a note that the Win32 tool recommendations should be strictly followed.Ulf Lamping2005-12-121-13/+20
* Use "guint" instead of "u_int".Gerald Combs2005-12-121-1/+1
* Reassmble apm messages.Anders Broman2005-12-121-29/+177
* From Hannes GredlerAnders Broman2005-12-121-12/+312
* OK, if we're not going to have our "idl_types.h" different from Samba's,Guy Harris2005-12-122-0/+4
* Avoid to crash if we are given an unexistent field.Luis Ontanon2005-12-121-1/+1
* Done is not needed anymore; Luis Ontanon2005-12-121-3/+4
* Dissect the management protocol between 3com Netjack200 devices and theJörg Mayer2005-12-123-0/+488
* Cleanup the grammar.Luis Ontanon2005-12-111-693/+152
* Updates from samba svnJörg Mayer2005-12-111-9/+0
* Start the function name on a new line to make it easier to searchJörg Mayer2005-12-111-2/+4
* Port some information from yersiniaJörg Mayer2005-12-111-30/+31
* implement SMB_FILE_ALL_INFO properly once and for allRonnie Sahlberg2005-12-111-73/+50
* The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generatesGuy Harris2005-12-109-715/+832
* the verify_tool target should check for /usr/bin/find (I errorneously did cha...Ulf Lamping2005-12-101-1/+6
* if passed a NULL string, make se_strdup() return the static stringRonnie Sahlberg2005-12-091-1/+9
* Add packet-nhrp.hAnders Broman2005-12-091-0/+1
* Fix ...$ to : $Jörg Mayer2005-12-0911-12/+12
* Add missing propset ...Jörg Mayer2005-12-096-1112/+1112
* Maybe Id will work nowJörg Mayer2005-12-091-1/+1
* Update enterprise-numbersJörg Mayer2005-12-091-131/+2751
* Add Deepak Jain as author of Next Hop Resolution ProtocolAnders Broman2005-12-091-0/+1
* Minor bug fixes.Anders Broman2005-12-091-15/+9
* From: Deepak JainAnders Broman2005-12-095-8/+800
* propset svn:executable *Jörg Mayer2005-12-091-0/+0
* Regenerate manuf and FAQJörg Mayer2005-12-093-55/+273
* Add Cisco-ISL MAC-addressesJörg Mayer2005-12-091-1/+2
* Whitespace changeJörg Mayer2005-12-091-1/+1
* Add comment how to regenerate the fileJörg Mayer2005-12-091-3/+6
* Re-generate one more BER dissector.Guy Harris2005-12-092-14/+15
* Repeatedly indicate that "-w" is for writing binary packet data, andGuy Harris2005-12-091-10/+18
* Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris2005-12-0878-752/+1350
* "get_oid_name()" can return a null pointer; don't try to add the name ifGuy Harris2005-12-081-3/+6
* Clean up indentation.Guy Harris2005-12-081-11/+16
* When checking whether a packet is for a protocol or not, make sure theGuy Harris2005-12-081-27/+71
* Regenerate, so that it handles OIDs as FT_OID.Guy Harris2005-12-082-25/+31
* Squelch a const vs. non-const pointer warning.Guy Harris2005-12-083-5/+5
* From Kyle J. Harms:Guy Harris2005-12-081-326/+383