aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris148-469/+700
2001-01-03Fix a damn stupid mistake that stopped us seeing all the bits in the flags on...Richard Sharpe1-2/+2
2001-01-03Support for HTTP methods added by GENA (the uPnP protocol), and for theGuy Harris3-4/+93
2001-01-02Base the decision of whether selecting an entry in the value list setsGuy Harris1-9/+6
2001-01-02Don't show "Text" as one of the available fields.Guy Harris1-1/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris13-273/+1631
2001-01-01A small fix to ensure that all servers/workgroups show up ... Last oneRichard Sharpe1-2/+2
2000-12-30understand TCP MD5 signature. Greg Hankins <gregh@twoguys.org>Jun-ichiro itojun Hagino1-1/+11
2000-12-29Tvbuffify the MAPI dissector.Guy Harris1-19/+22
2000-12-29Fix up some calls in which I didn't replace "NullTVB" with "tvb".Guy Harris1-6/+6
2000-12-29If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris5-11/+37
2000-12-29"dissect_lapb()" is static to "packet-lapb.c", so it can't be directlyGuy Harris2-9/+15
2000-12-29Tvbuffify the IMAP dissector.Guy Harris1-57/+97
2000-12-29Modify X.25 dissector to accept a search string of x.25 and ex.25, not x25 an...Richard Sharpe1-3/+3
2000-12-29Added a LAPBETHER dissector as per Guy's wishes ... :-)Richard Sharpe2-1/+110
2000-12-29When creating a subset tvbuff with lengths that don't run to the end ofGuy Harris1-4/+17
2000-12-29Tvbuffify the PPTP dissector.Guy Harris1-551/+452
2000-12-28Updates from Ed Warnicke.Guy Harris3-30/+49
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris11-595/+522
2000-12-28>This patch adds a missing capabilities NOTIFICATION message, and support forJun-ichiro itojun Hagino1-3/+4
2000-12-28It turns out that the read timeout in Solaris's "bufmod" STREAMS moduleGuy Harris1-9/+30
2000-12-28Always put the packet type in the Info column.Guy Harris1-4/+3
2000-12-27If the capture child process exits unexpectedly, give more informationGuy Harris1-117/+176
2000-12-27Tvbuffify the RIP and OSPF dissectors.Guy Harris8-981/+876
2000-12-27Get rid of extra blanks in strings.Guy Harris1-24/+24
2000-12-26added KRB-ERROR response dissectionNathan Neulinger1-16/+269
2000-12-26add tethereal_staticNathan Neulinger1-0/+1
2000-12-25Add a new "tvb_strsize()" routine, which finds the size of aGuy Harris3-41/+53
2000-12-25Preferences shouldn't supposed to have blanks in their names - it canGuy Harris1-15/+15
2000-12-25If a PrincipalName has at least one name-string, put the first of theGuy Harris1-1/+19
2000-12-25bgp route refresh/MP capability option.Jun-ichiro itojun Hagino2-26/+247
2000-12-24Added kerberos name types and lookup in PrincName dissectNathan Neulinger1-20/+75
2000-12-24Add a "tftp_strnlen()" routine thatGuy Harris1-22/+52
2000-12-24Rename "asn1_octet_string_value_decode()" toGuy Harris7-430/+706
2000-12-23Report the holding time of a CLNP packet, in seconds, as seconds plusGuy Harris1-5/+14
2000-12-23Show the type/flags byte of a CLNP PDU with a subtree dissecting theGuy Harris1-2/+21
2000-12-23On Linux, try to open the "any" device and, if we can open it, add it toGuy Harris1-1/+18
2000-12-23Dissect the payload of a CLNP ER packet as a CLNP packet, so you knowGuy Harris1-4/+22
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris7-9/+341
2000-12-22fix '#endif FRED' to '#endif /* FRED */'Nathan Neulinger1-2/+2
2000-12-22added a couple of msg types - in particular - ERROR responseNathan Neulinger1-2/+14
2000-12-22added tethereal_static targetNathan Neulinger1-2/+17
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez6-28/+80
2000-12-20Bug fixes from Ed Warnicke.Gilbert Ramirez1-10/+40
2000-12-19Call CHECK_DISPLAY_AS_DATA() for proto_ftp_data as well.Gilbert Ramirez1-1/+3
2000-12-17X.25 over TCP support, from Paul Ionescu.Guy Harris4-3/+104
2000-12-17Patches to prevent problems under Windows when time formats are negative.Richard Sharpe1-8/+15
2000-12-15Match Selected works better with FT_STRING variables.Gilbert Ramirez1-6/+11
2000-12-15Add the relative time to the frame tree, at the request of Manfred Young.Gerald Combs1-1/+13
2000-12-15Check the checksum on GRE packets, if possible and if the ChecksumGuy Harris1-7/+32