| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some bit mask tests - & has lower priority than !=, so "a & b != c" | Guy Harris | 2005-12-13 | 1 | -2/+8 |
* | Escape question marks when they could be interpreted as part of a | Guy Harris | 2005-12-13 | 1 | -9/+9 |
* | Add tvb_fake_unicode(). | Guy Harris | 2005-12-13 | 1 | -0/+1 |
* | Update from samba tree revision 12185 to 12205 | Jörg Mayer | 2005-12-13 | 2 | -3/+28 |
* | update the work-in-progress pidl generated wkssvc dissector and add a conform... | Ronnie Sahlberg | 2005-12-13 | 2 | -40/+52 |
* | swap Trip/Close as per bug 579 | Ronnie Sahlberg | 2005-12-13 | 1 | -4/+4 |
* | asn2eth.py: | Gerald Combs | 2005-12-13 | 3 | -3/+6 |
* | We should really do quit Ethereal if user asked us to do so with the -Q option! | Ulf Lamping | 2005-12-13 | 1 | -0/+16 |
* | don't try to close wtap, if we couldn't load the wiretap file | Ulf Lamping | 2005-12-13 | 1 | -1/+2 |
* | Convert to new style dissector (hopefully done right) | Jörg Mayer | 2005-12-12 | 1 | -13/+11 |
* | - add Debug and Default declarations. | Luis Ontanon | 2005-12-12 | 5 | -9/+85 |
* | Dissect type 0x0c as 'remove tag' flag | Jörg Mayer | 2005-12-12 | 1 | -0/+27 |
* | Add a note that the Win32 tool recommendations should be strictly followed. | Ulf Lamping | 2005-12-12 | 1 | -13/+20 |
* | Use "guint" instead of "u_int". | Gerald Combs | 2005-12-12 | 1 | -1/+1 |
* | Reassmble apm messages. | Anders Broman | 2005-12-12 | 1 | -29/+177 |
* | From Hannes Gredler | Anders Broman | 2005-12-12 | 1 | -12/+312 |
* | OK, if we're not going to have our "idl_types.h" different from Samba's, | Guy Harris | 2005-12-12 | 2 | -0/+4 |
* | Avoid to crash if we are given an unexistent field. | Luis Ontanon | 2005-12-12 | 1 | -1/+1 |
* | Done is not needed anymore; | Luis Ontanon | 2005-12-12 | 1 | -3/+4 |
* | Dissect the management protocol between 3com Netjack200 devices and the | Jörg Mayer | 2005-12-12 | 3 | -0/+488 |
* | Cleanup the grammar. | Luis Ontanon | 2005-12-11 | 1 | -693/+152 |
* | Updates from samba svn | Jörg Mayer | 2005-12-11 | 1 | -9/+0 |
* | Start the function name on a new line to make it easier to search | Jörg Mayer | 2005-12-11 | 1 | -2/+4 |
* | Port some information from yersinia | Jörg Mayer | 2005-12-11 | 1 | -30/+31 |
* | implement SMB_FILE_ALL_INFO properly once and for all | Ronnie Sahlberg | 2005-12-11 | 1 | -73/+50 |
* | The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generates | Guy Harris | 2005-12-10 | 9 | -715/+832 |
* | the verify_tool target should check for /usr/bin/find (I errorneously did cha... | Ulf Lamping | 2005-12-10 | 1 | -1/+6 |
* | if passed a NULL string, make se_strdup() return the static string | Ronnie Sahlberg | 2005-12-09 | 1 | -1/+9 |
* | Add packet-nhrp.h | Anders Broman | 2005-12-09 | 1 | -0/+1 |
* | Fix ...$ to : $ | Jörg Mayer | 2005-12-09 | 11 | -12/+12 |
* | Add missing propset ... | Jörg Mayer | 2005-12-09 | 6 | -1112/+1112 |
* | Maybe Id will work now | Jörg Mayer | 2005-12-09 | 1 | -1/+1 |
* | Update enterprise-numbers | Jörg Mayer | 2005-12-09 | 1 | -131/+2751 |
* | Add Deepak Jain as author of Next Hop Resolution Protocol | Anders Broman | 2005-12-09 | 1 | -0/+1 |
* | Minor bug fixes. | Anders Broman | 2005-12-09 | 1 | -15/+9 |
* | From: Deepak Jain | Anders Broman | 2005-12-09 | 5 | -8/+800 |
* | propset svn:executable * | Jörg Mayer | 2005-12-09 | 1 | -0/+0 |
* | Regenerate manuf and FAQ | Jörg Mayer | 2005-12-09 | 3 | -55/+273 |
* | Add Cisco-ISL MAC-addresses | Jörg Mayer | 2005-12-09 | 1 | -1/+2 |
* | Whitespace change | Jörg Mayer | 2005-12-09 | 1 | -1/+1 |
* | Add comment how to regenerate the file | Jörg Mayer | 2005-12-09 | 1 | -3/+6 |
* | Re-generate one more BER dissector. | Guy Harris | 2005-12-09 | 2 | -14/+15 |
* | Repeatedly indicate that "-w" is for writing binary packet data, and | Guy Harris | 2005-12-09 | 1 | -10/+18 |
* | Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. | Guy Harris | 2005-12-08 | 78 | -752/+1350 |
* | "get_oid_name()" can return a null pointer; don't try to add the name if | Guy Harris | 2005-12-08 | 1 | -3/+6 |
* | Clean up indentation. | Guy Harris | 2005-12-08 | 1 | -11/+16 |
* | When checking whether a packet is for a protocol or not, make sure the | Guy Harris | 2005-12-08 | 1 | -27/+71 |
* | Regenerate, so that it handles OIDs as FT_OID. | Guy Harris | 2005-12-08 | 2 | -25/+31 |
* | Squelch a const vs. non-const pointer warning. | Guy Harris | 2005-12-08 | 3 | -5/+5 |
* | From Kyle J. Harms: | Guy Harris | 2005-12-08 | 1 | -326/+383 |