aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-12-18Microsoft doesn't, as far as I know, have a product "Visual C"; they mayGuy Harris1-3/+3
2002-12-18Fix a typo (cyrpt-md5.obj -> crypt-md5.obj).Gerald Combs1-2/+2
2002-12-18Correctly compute the minutes portion of the elapsed time.Guy Harris1-2/+2
2002-12-17Clean up the code a bit:Guy Harris1-14/+17
2002-12-17Replace #include "md5.h" with "crypt-md5.h".Olivier Abad2-4/+4
2002-12-17- some radcom files seem to have a different magic key than the one weOlivier Abad1-26/+44
2002-12-17Rename md5.[ch] to crypt-md5.[ch] to conform with our naming conventions.Gerald Combs4-7/+7
2002-12-17From Jason House, support for TAPping from TCP protocolRonnie Sahlberg3-81/+100
2002-12-17If NBF reassembly isn't enabled, hand Data First Middle frames toGuy Harris1-19/+14
2002-12-17From James Harris: Decrypt RADIUS user passwords.Gerald Combs7-4/+553
2002-12-16From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris2-2/+32
2002-12-16Cosmetic fix for io_stat. make sure that the graph always starts with a lin...Ronnie Sahlberg1-1/+15
2002-12-16Prettify RPC_PROGRAMS table when reading new capture or when closing and open...Ronnie Sahlberg1-9/+20
2002-12-16From Ronald Henderson: support for colored graphs in io_stat also for the Gt...Ronnie Sahlberg2-3/+25
2002-12-14When processing a connection-oriented DCERPC PDU, don't set the columnsGuy Harris1-7/+6
2002-12-13More conversions to NDR routines. This commit does most of the printerdataTim Potter1-36/+53
2002-12-13Guy has pointed out that this dissection looks wrong. In the etherealTim Potter1-1/+6
2002-12-12Remove an errant space from the name "TippingPoint Technologies, Inc."Gerald Combs2-5/+53
2002-12-12When dissecting a buffer, use the tvbuff for the buffer, as the offsetGuy Harris1-22/+22
2002-12-11Add support for the new DLT_ value of 127, for the AVS WLAN header.Guy Harris1-2/+3
2002-12-11From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris3-31/+43
2002-12-11From Devin Heitmueller:Guy Harris2-31/+24
2002-12-11From Devin Heitmueller: make the RC4 support stateful.Guy Harris3-18/+52
2002-12-10- get rid of registering as SUA light upper layer (support for SUA lightMichael Tüxen1-6/+5
2002-12-10From Michal Melerowicz: fix the display of IMSI for operators having aGuy Harris1-7/+23
2002-12-10Fix the formal argument list to "bytestring_to_str()" to match theGuy Harris1-8/+14
2002-12-10Move the handling of the Network_Header for full FC frames into the FCGuy Harris5-237/+277
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNGuy Harris3-24/+120
2002-12-10From Alfred Koebler: add support for a column for the interface andGuy Harris4-47/+72
2002-12-09Work around annoying Apple C compiler/linker bug.Guy Harris2-89/+41
2002-12-09Fix a typo.Gerald Combs1-4/+4
2002-12-08Clean up a bit, and put "extern" back.Guy Harris1-9/+8
2002-12-08Add a capture routine for IP-over-FC, and call it from the capture code.Guy Harris4-3/+50
2002-12-08On UNIX, search for plugins only in the directory in which plugins willGuy Harris1-46/+3
2002-12-08Do LLC handoff from the IP-over-FC dissector the way it's done for otherGuy Harris2-18/+5
2002-12-08Get rid of comment from sample dissector.Guy Harris1-20/+2
2002-12-08Add packet-ipfc.c to Makefile.nmake.Gerald Combs2-3/+4
2002-12-08Add packet-ipfc.c and packet-fcbls.h to Makefile.am.Gerald Combs2-2/+5
2002-12-08Move the advisory notice to the top.Gerald Combs1-8/+8
2002-12-08Update Dinesh's entry to include FC.Gerald Combs1-0/+1
2002-12-08Add Fibre Channel entries.Gerald Combs2-6/+8
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs24-34/+7501
2002-12-07Bah. I somehow lost the ChangeLog entries from Nov 1 to today. RecreateGerald Combs2-6/+222
2002-12-07Add make-tapreg-dotc to the distribution.Gerald Combs1-1/+2
2002-12-07Tidy up for the 0.9.8 releaseGerald Combs2-37/+308
2002-12-07Add (and remove upon uninstallation) SNMP MIBs.Gerald Combs1-1/+13
2002-12-07Don't pass a null string pointer to proto_tree_add_text().Gerald Combs1-5/+6
2002-12-06When we have tretransmissions of TCP for a RPC/(NFS) session weRonnie Sahlberg1-5/+29
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orGuy Harris3-81/+133
2002-12-05From Fritz Budiyanto: add a missing g_ntohs() for flow_label in theGuy Harris2-2/+3