aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-02-15Put in a missing "break;" statement. (Testing the untested AiroPeekGuy Harris1-1/+2
2002-02-15Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" toGuy Harris1-2/+2
2002-02-15Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY.Gilbert Ramirez1-4/+2
2002-02-14Add ncp2222 as a type of packet than randpkt can produce.Gilbert Ramirez1-6/+29
2002-02-14Register hf_ucp_parm_NT as an FT_UINT8 instead of FT_STRING,Gilbert Ramirez1-3/+3
2002-02-14FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez1-2/+2
2002-02-14From Ronnie Sahlberg: add decoding of the (known) individual bits ofGuy Harris1-22/+141
2002-02-14From Tim Potter:Guy Harris1-11/+55
2002-02-14From Laurent Rabret: print the correct length in the ExtendedGuy Harris2-5/+5
2002-02-14"tvb_ieee_to_long()" returns a "long", not a "long long", so you can'tGuy Harris1-5/+5
2002-02-14GMPLS extensions for OSPF Opaque LSAsAshok Narayanan2-6/+61
2002-02-13From Ronnie Sahlberg:Guy Harris1-102/+210
2002-02-13From Ronnie Sahlberg: display the opnum also for reply packets.Guy Harris1-1/+2
2002-02-13From Ronnie Sahlberg: display FILETIME values of 0x8000000000000000 asGuy Harris1-2/+10
2002-02-13Have the private data for the SCSI dissection routines be a pointer to aGuy Harris4-94/+258
2002-02-12Dissect "execute CDB" requests and replies.Guy Harris1-20/+197
2002-02-12Move all the stuff in "packet-scsi.h" that's solely for the use ofGuy Harris2-925/+928
2002-02-12Have a Q.931-over-TPKT TCP heuristic dissector.Guy Harris1-277/+274
2002-02-12Display the fragment length, and fragment ordinal number, in decimal.Guy Harris1-3/+3
2002-02-12From Ronnie Sahlberg:Guy Harris3-203/+344
2002-02-11dissect_frame() can throw a ReportedBoundsError; catch it inGilbert Ramirez1-4/+9
2002-02-11From Ronnie Sahlberg:Guy Harris3-28/+36
2002-02-10From Todd Sabin:Guy Harris2-14/+37
2002-02-10Put ARP hardware addresses that are MAC addresses into the protocol treeGuy Harris1-34/+100
2002-02-10Put ARP hardware addresses that are MAC addresses into the protocol treeGuy Harris1-49/+100
2002-02-10From Ronnie Sahlberg: display the mailslot header items only if we haveGuy Harris1-9/+10
2002-02-10From Ronnie Sahlberg: display the SAMR "Account Control" field in hex.Guy Harris1-3/+4
2002-02-10Make the fields that correspond to Boolean bitfields be FT_BOOLEANs.Guy Harris2-37/+37
2002-02-09Support for the new restart TLV, from Hannes Gredler.Guy Harris2-4/+67
2002-02-08rename some macros, start getting rid of redundant macros, add more vldb diss...Nathan Neulinger4-159/+167
2002-02-08Fixes from Ronnie Sahlberg.Guy Harris2-84/+178
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