aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris25-276/+509
2002-02-08From Ronnie Sahlberg: add dissectors for the rest of SAMR.Guy Harris2-167/+1310
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris4-4/+10
2002-02-07Additional cipher suite names for SSL, from Nathan Neulinger and ScottGuy Harris2-1/+5
2002-02-06If you compile with IBM's compiler on AIX 5.1, the compiler apparentlyGuy Harris1-25/+25
2002-02-06Use "value_string" tables to map EAP code and type values to strings -Guy Harris1-23/+19
2002-02-06Old-style (non-tvbuffified) dissectors haven't been supported sinceGuy Harris1-2/+1
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris5-51/+51
2002-02-06From Ronnie Sahlberg:Guy Harris2-14/+23
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris7-54/+56
2002-02-05The typedef in "epan/value_string.h" declares "value_string" to be aGuy Harris1-4/+4
2002-02-05add idle to rx ack value stringsNathan Neulinger2-2/+4
2002-02-05Have configure check for pod2man, thus creating a POD2MAN makefileGilbert Ramirez2-8/+9
2002-02-05Clean up a bunch of things:Guy Harris2-55/+79
2002-02-05"Raw IP" could be IPv4 or IPv6; look at the first byte of the packetGuy Harris1-11/+46
2002-02-03From Ricardo Barroetave�a: support dissectors that are handedGuy Harris4-71/+211
2002-02-03Get rid of an extra space.Guy Harris1-2/+2
2002-02-03Catch ReportedBoundsError exceptions when dissecting NDMP messages, andGuy Harris1-9/+38
2002-02-03In C89, you can't declare variables at arbitrary points in code; moveGuy Harris1-2/+2
2002-02-03dissect flags, more vldb fixesNathan Neulinger4-5/+49
2002-02-03Fix string parsing from rx packets. Previously was calculating the nextNathan Neulinger1-15/+11
2002-02-03add packet flag for slow-start/jumbogramNathan Neulinger2-2/+4
2002-02-03add a couple rx opcodesNathan Neulinger1-1/+4
2002-02-02Sigh. Strings in SDP may have tabs in them, so we need to useGuy Harris1-3/+7
2002-02-02Update version to 0.9.1. Add NEWS entries for 0.9.1 changes.Gerald Combs4-7/+215
2002-02-02The argument to "proto_tree_add_string()" must be a null-terminatedGuy Harris1-5/+9
2002-02-02From Michael Tuexen:Guy Harris1-8/+16
2002-02-02From Heikki Vatiainen:Guy Harris3-18/+53
2002-02-02Small fix from Michael Tuexen.Guy Harris1-2/+2
2002-02-02IAPP support, from Alfred Arnold.Guy Harris5-2/+576
2002-02-02Put in a "break" statement after the "default:" clause; GCC may allowGuy Harris1-1/+2
2002-02-02add ports for ssl pop, imap, and ldapNathan Neulinger1-1/+7
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris7-6/+48
2002-02-02Updates from Mark Burton.Guy Harris1-19/+38
2002-02-02The syslog daemon parses a facility and level if the message begins withGuy Harris1-5/+6
2002-02-02When creating an subtree with variable-length items under it, use -1 asGuy Harris2-42/+50
2002-02-02Use "tvb_offset_exists()" rather than "tvb_length_remaining()" in a loopGuy Harris1-12/+22
2002-02-02Use "tvb_offset_exists()" to check whether there's a payload, and useGuy Harris1-12/+19
2002-02-02Use "proto_tree_add_item()" to add string items.Guy Harris1-122/+80
2002-02-02Clean up the heuristic code in the Q.931 dissector. If it's a heuristicGuy Harris3-107/+82
2002-02-01add dissection of abort packetsNathan Neulinger1-1/+49
2002-02-01Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to see ifGuy Harris1-2/+2
2002-02-01Properly add the Boolean "checksum is bad" flag.Guy Harris1-3/+3
2002-02-01Export "igmp_checksum()" from the IGMP dissector and give it additionalGuy Harris6-98/+62
2002-02-01Fix a typo.Guy Harris1-2/+2
2002-02-01From Tim Potter: for all the SMBs that have a FID in the request, putGuy Harris1-42/+82
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in an item forGuy Harris1-3/+3
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in some items forGuy Harris1-5/+5
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in an itemGuy Harris1-2/+2
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" for aGuy Harris1-5/+5