aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2002-12-05Fix two compiler warningsRonnie Sahlberg1-13/+3
2002-12-05Fix for DCERPC detection when carried ontop of SMB.Ronnie Sahlberg1-1/+11
2002-12-05It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and weGuy Harris1-2/+2
2002-12-05Fixed a bug regarding the handling of correlation ids.Michael Tüxen1-6/+6
2002-12-04Added support for the Implementers Guide.Michael Tüxen1-3/+69
2002-12-04Some constant for getprinter level 7 decoding.Tim Potter1-1/+7
2002-12-04Decode getprinter level 7.Tim Potter1-1/+51
2002-12-04Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.Gerald Combs5-7/+203
2002-12-03Include <string.h> so that memcpy() is properly declared.Gerald Combs1-1/+3
2002-12-03- added RFC 3331 indication to the protocol column entry.Michael Tüxen1-2/+2
2002-12-03- Updated to RFC 3331 version.Michael Tüxen1-420/+302
2002-12-03I've seen a capture with a TDS packet type of 18 at the beginning of theGuy Harris1-607/+598
2002-12-03Make the fragment item table static and const.Guy Harris1-17/+17
2002-12-03Show all 6 digits of precision in the time stamp column when displayingGuy Harris1-5/+5
2002-12-03Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris2-6/+6
2002-12-03Include packet-wlancap.h into the tarballJörg Mayer1-1/+2
2002-12-03Add compat_macros.h to the tarballJörg Mayer1-1/+2