aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris14-37/+66
2002-05-30Don't assume that just because a purported font name begins with "-"Guy Harris1-4/+23
2002-05-30Removed debugging fprintf calls.Tim Potter1-8/+1
2002-05-29From Martin Gignac: fix Sender-Visibility field to use the rightGuy Harris3-4/+9
2002-05-29AODV6 support, from Antti Tuominen.Guy Harris5-2/+624
2002-05-29Display unsigned quantities with "%u".Guy Harris1-5/+5
2002-05-29Update the item on turning off name resolution to mention the "-N" flagGuy Harris1-8/+18
2002-05-29Java RMI protocol support, from Michael Stiller.Guy Harris6-2/+475
2002-05-29Put the raw data items at the top level in the protocol tree, as was theGuy Harris1-15/+22
2002-05-29From Michal Melerowicz:Guy Harris2-96/+144
2002-05-29From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043Guy Harris4-17/+437
2002-05-29From Olivier Dreux: Add PPP support to GTP.Gerald Combs3-11/+83
2002-05-29Check for EtherPeek files before checking for pppdump files; theGuy Harris1-3/+4
2002-05-29Fail somewhat more gracefully when confronted with a bad file.Guy Harris1-2/+4
2002-05-28Add an item from UNI 3.0.Guy Harris1-2/+3
2002-05-28Streaming mode is 0x02, not 0x00.Guy Harris1-2/+2
2002-05-28From Joerg Mayer: dissect both the BOOTP server and client ports asGuy Harris2-1/+4
2002-05-28DCERPC Browser protocol updates. Dissection completed of all functions and st...Ronnie Sahlberg1-10/+663
2002-05-28Dissection of some functions and structure for dcerpc browser protocol.Ronnie Sahlberg1-6/+426
2002-05-28Added skeleton dissector for DCERPC Browser protocolRonnie Sahlberg4-2/+129
2002-05-28More dissection of EPM. Tower and tower floors dissected. (partially)Ronnie Sahlberg1-4/+129
2002-05-28Add support for old NetXRay format.Guy Harris3-65/+119
2002-05-27Clean up the data structures for the color filter code a bit. The oldGuy Harris5-170/+174
2002-05-27From Kari Heikkila: fix for WTP PDUs not containing user data.Guy Harris3-5/+12
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg6-88/+90
2002-05-27Account for hidden share types in share_types.Richard Sharpe2-34/+124
2002-05-26Get rid of an unused variable.Guy Harris1-3/+1
2002-05-26From Heikki Vatiainen: clarify, in the Ethereal man page, how to removeGuy Harris3-3/+42
2002-05-26Added dissecton of the Map command for EPMRonnie Sahlberg1-8/+150
2002-05-26Put back the stuff to dissect the last 2 bytes ofGuy Harris1-16/+157
2002-05-26Fix "dissect_unknown()" to properly step through the word and byteGuy Harris1-3/+8
2002-05-26Put in some additional information from:Guy Harris2-101/+541
2002-05-25Fix indentation of bitfield-checking code so that all variablesGilbert Ramirez1-6/+7
2002-05-25If, when trying to get the length of an NCP-over-TCP PDU, we don't seeGuy Harris1-1/+13
2002-05-25Add messaging SMBs.Guy Harris1-18/+268
2002-05-25Fix for bug when displaying selected item in hexpanel. 2 bytes too many wereRonnie Sahlberg1-2/+2
2002-05-25Fix the bit value for "Last Access" in the ExtendedInfo bitmask, and addGuy Harris1-3/+4
2002-05-25Remove XXX comments for issues that were dealt with.Guy Harris1-3/+1
2002-05-25Throw in a cast to squelch a compiler complaint ("unsigned short" +Guy Harris1-2/+2
2002-05-25Some additional decoding of the decrypted MAPI PDU in opcode:2.Ronnie Sahlberg1-3/+66
2002-05-25MAPI new option. New option to decrypt the MAPI opnum 2 payload.Ronnie Sahlberg1-12/+162
2002-05-25Fix a bug for dcerpc. If we do not have reassembly of fragments enabled, only...Ronnie Sahlberg1-6/+18
2002-05-25Get rid of the routine to dissect LANE topology change frames, asGuy Harris1-9/+2
2002-05-25Don't give ordinal numbers to preferences that aren't displayed.Guy Harris2-5/+13
2002-05-25Add support for desegmentation of NCP-over-TCP.Guy Harris1-8/+44
2002-05-24From Joerg Mayer: mark last packet of TFTP transfer as such in the InfoGuy Harris2-11/+20
2002-05-24Fix up some of the decodes and add netshareenum_all rqst.Richard Sharpe1-8/+109
2002-05-24Some cleanups for srvsvc. Decode the status, and start netshareenum_all.Richard Sharpe1-10/+32
2002-05-24*** empty log message ***Ronnie Sahlberg1-0/+2
2002-05-24Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).Ronnie Sahlberg3-10/+330