aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-07-22Note that we should supply a detailed explanation of syntax errors, soGuy Harris1-1/+4
2001-07-22Update from Mark Burton.Guy Harris1-182/+218
2001-07-22Quake 3 Arena added for Uwe GirlichUwe Girlich1-0/+1
2001-07-22misleading comment changed on the byte orderingUwe Girlich1-2/+2
2001-07-22new file packet-quake3.c addedUwe Girlich2-2/+4
2001-07-22First working version of a Quake 3 Arena dissector.Uwe Girlich1-0/+653
2001-07-22Before calling proto_tree_add_string, the correct proto_tree shouldUwe Girlich2-4/+4
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris5-25/+25
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris4-7/+51
2001-07-21New function added to dissect a infostring. I'll use it for other games too.Uwe Girlich1-80/+121
2001-07-21The connect request (client to server) is now much more detailed.Uwe Girlich1-15/+475
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorGuy Harris12-443/+396
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