aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNguy3-24/+120
2002-12-10From Alfred Koebler: add support for a column for the interface andguy4-47/+72
2002-12-09Work around annoying Apple C compiler/linker bug.guy2-89/+41
2002-12-09Fix a typo.gerald1-4/+4
2002-12-08Clean up a bit, and put "extern" back.guy1-9/+8
2002-12-08Add a capture routine for IP-over-FC, and call it from the capture code.guy4-3/+50
2002-12-08On UNIX, search for plugins only in the directory in which plugins willguy1-46/+3
2002-12-08Do LLC handoff from the IP-over-FC dissector the way it's done for otherguy2-18/+5
2002-12-08Get rid of comment from sample dissector.guy1-20/+2
2002-12-08Add packet-ipfc.c to Makefile.nmake.gerald2-3/+4
2002-12-08Add packet-ipfc.c and packet-fcbls.h to Makefile.am.gerald2-2/+5
2002-12-08Move the advisory notice to the top.gerald1-8/+8
2002-12-08Update Dinesh's entry to include FC.gerald1-0/+1
2002-12-08Add Fibre Channel entries.gerald2-6/+8
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald24-34/+7501
2002-12-07Bah. I somehow lost the ChangeLog entries from Nov 1 to today. Recreategerald2-6/+222
2002-12-07Add make-tapreg-dotc to the distribution.gerald1-1/+2
2002-12-07Tidy up for the 0.9.8 releasegerald2-37/+308
2002-12-07Add (and remove upon uninstallation) SNMP MIBs.gerald1-1/+13
2002-12-07Don't pass a null string pointer to proto_tree_add_text().gerald1-5/+6
2002-12-06When we have tretransmissions of TCP for a RPC/(NFS) session wesahlberg1-5/+29
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orguy3-81/+133
2002-12-05From Fritz Budiyanto: add a missing g_ntohs() for flow_label in theguy2-2/+3
2002-12-05Fix two compiler warningssahlberg1-13/+3
2002-12-05Fix for DCERPC detection when carried ontop of SMB.sahlberg1-1/+11
2002-12-05It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and weguy1-2/+2
2002-12-05Fixed a bug regarding the handling of correlation ids.tuexen1-6/+6
2002-12-04Added support for the Implementers Guide.tuexen1-3/+69
2002-12-04Some constant for getprinter level 7 decoding.tpot1-1/+7
2002-12-04Decode getprinter level 7.tpot1-1/+51
2002-12-04Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.gerald5-7/+203
2002-12-03Include <string.h> so that memcpy() is properly declared.gerald1-1/+3
2002-12-03- added RFC 3331 indication to the protocol column entry.tuexen1-2/+2
2002-12-03- Updated to RFC 3331 version.tuexen1-420/+302
2002-12-03I've seen a capture with a TDS packet type of 18 at the beginning of theguy1-607/+598
2002-12-03Make the fragment item table static and const.guy1-17/+17
2002-12-03Show all 6 digits of precision in the time stamp column when displayingguy1-5/+5
2002-12-03Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"guy2-6/+6
2002-12-03Include packet-wlancap.h into the tarballjmayer1-1/+2
2002-12-03Add compat_macros.h to the tarballjmayer1-1/+2
2002-12-03Values in Microsoft protocols that don't have their byte order specifiedguy1-57/+64
2002-12-03Gcc was afraid that hs_tree might be used uninitialized. It wasn't, butjmayer1-2/+3
2002-12-03Update FAQjmayer1-145/+191
2002-12-03Update manuf filejmayer1-7/+65
2002-12-03From Devin Heitmueller:guy8-14/+479
2002-12-02Don't cast away constness, and fix variable and structure memberguy32-200/+204
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"guy3-18/+18
2002-12-02"dfilter_compile()" doesn't modify the string pointed to by its firstguy2-4/+4
2002-12-02Get rid of some no-longer-used routines; there are other routines thatguy2-215/+3
2002-12-02From Olivier Biot: show the packet sequence number and the "Missingguy1-3/+3