aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-07-21Update .cvsignore.Guy Harris1-0/+3
2001-07-21I guess some bridges take Netware Ethernet_802_3 frames, which are 802.3Guy Harris1-4/+49
2001-07-20Add some more notes on What Not To Do when writing code for Ethereal, soGuy Harris1-8/+31
2001-07-20"inline" is an extension to C, not a standard part of C; don't declareGuy Harris1-6/+15
2001-07-20CosEventComm dissector, from Frank Singleton.Guy Harris4-4/+867
2001-07-20Update from Frank Singleton to put the right file name in theGuy Harris1-3/+2
2001-07-20Tell people *NOT* to create zero-length "hf[]" arrays if they don't haveGuy Harris1-3/+8
2001-07-20Get rid of zero-length arrays.Guy Harris1-0/+4
2001-07-20Do not put zero-length arrays into the generated dissector; GCC may letGuy Harris1-1/+5
2001-07-20Fix a comment.Guy Harris1-2/+2
2001-07-20Don't base the WSP dissector's idea of whether it's running inGuy Harris3-17/+31
2001-07-20If the HeadersLen field of a Post or Reply PDU is 0, don't try toGuy Harris1-13/+25
2001-07-20Assume that Bearer-indication values are bearer types.Guy Harris1-3/+4
2001-07-20Add bearer type names.Guy Harris1-24/+180
2001-07-20Clean up a lot of stuff, and implement a bunch of missing stuff; a bunchGuy Harris1-753/+1993
2001-07-20Get rid of some unused variables.Guy Harris1-4/+1
2001-07-20Get rid of some unused variables.Guy Harris3-7/+3
2001-07-20Dissect WSP redirects, and set up a conversation and conversationGuy Harris3-153/+401
2001-07-20Added .cvsignoreEd Warnicke1-0/+19
2001-07-20Simplified the process of adding plugins to the toplevelEd Warnicke2-96/+45
2001-07-19GIOP CosNaming support, from Frank Singleton.Guy Harris15-6/+2370
2001-07-18- get_x25_pkt_len() :Olivier Abad1-1/+6
2001-07-17Update from Frank Singleton to use the name of the IDL file to generateGuy Harris1-3/+12
2001-07-17Added a "Mark Frame" option to the packet_list_menu_itemsEd Warnicke1-1/+3
2001-07-17Added a "Suppress Unmarked" option to the print dialog toEd Warnicke4-7/+29
2001-07-16Put "doc/Makefile.nmake", "doc/README.design", and "doc/README.plugins"Guy Harris1-3/+5
2001-07-16Fix indentation.Guy Harris1-9/+9
2001-07-16Fix a typo.Guy Harris1-2/+2
2001-07-16Changes to generate plugins instead of standard dissectors.Olivier Abad1-2/+40
2001-07-16Fix Thierry Pelle's name.Guy Harris2-2/+2
2001-07-16Describe the use of FT_NONE, FT_STRING and other string-of-characterGuy Harris1-9/+20
2001-07-16Use "proto_tree_add_item()", not "proto_tree_add_string()" with aGuy Harris2-32/+27
2001-07-16Get the length of a null-terminated string with "tvb_strnlen()", not byGuy Harris1-5/+6
2001-07-16"Cipher", not "Cypher".Guy Harris1-2/+2
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris9-163/+161
2001-07-16Put back the protocol tree fields for items with subtrees - but asGuy Harris1-34/+75
2001-07-16Put various length fields into the protocol tree.Guy Harris1-92/+98
2001-07-15Before setting the value of an string field, make sure it's not null.Guy Harris1-1/+2
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris8-57/+98
2001-07-15Fix from Scott Renfro - one field had a name beginning with "ss" ratherGuy Harris3-8/+4
2001-07-14From Scott Renfro: correctly handle merging multiple files withGuy Harris2-13/+64
2001-07-14Dissect more diagnostic codes.Olivier Abad1-13/+94
2001-07-14Update e-mail address for Ed Meaney.Guy Harris1-1/+1
2001-07-13Updated for release 0.8.19Jeff Foster4-7/+249
2001-07-13The type pgm_t is also defined in /usr/include/sys/immu.h on SINIX-N systems.Uwe Girlich2-13/+13
2001-07-13Update from Scott Renfro to allow mergecap to merge multiple captureGuy Harris2-162/+291
2001-07-13Add a new "cleanbld.bat" script, for Windows; it removes "config.h"Guy Harris3-8/+62
2001-07-13From Scott Renfro:Guy Harris1-12/+30
2001-07-13Set "pinfo->current_proto" in the browsser dissector.Guy Harris2-23/+73
2001-07-13Check for IPv6 support, and check what type of IPv6 support we have, inGuy Harris2-1/+163