aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich20-1110/+1114
2002-04-02From Jeff Morriss: get rid of an unused function argument.Guy Harris1-8/+6
2002-04-02From Tom Uijldert: comment out an unused function.Guy Harris1-3/+4
2002-04-02code cleanup: removed unused parameterUwe Girlich1-3/+3
2002-04-02code cleanup, removed unused parameters, inserted some _U_Uwe Girlich3-22/+22
2002-04-02Add in the neighbor probe messages (but without any dissection of theGuy Harris1-19/+33
2002-04-02In the tree-printing code, we may be handed a leaf node, so don'tGuy Harris1-5/+7
2002-04-02Fix a typo.Guy Harris1-2/+2
2002-04-02Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris7-48/+35
2002-04-02Use "tvb_memcpy()", not "tvb_get_ptr()" followed by "memcpy()".Guy Harris1-6/+3
2002-04-02Fix a call to "proto_tree_add_ipv4()" that was supposed to be a call toGuy Harris1-4/+2
2002-04-02Just use "proto_tree_add_item()" to add IP addresses - don't botherGuy Harris1-11/+3
2002-04-02Get rid of unused macro.Guy Harris1-3/+1
2002-04-02Get rid of declarations of routines and structures and function typesGuy Harris1-10/+1
2002-04-01Make some routines not used outside "packet-rpc.c" static.Guy Harris1-8/+8
2002-04-01Use "proto_tree_add_item()" to add IP addresses; that eliminates a bunchGuy Harris1-13/+3
2002-04-01Fix to decoding of the AUTHORIZE call, from Mike Frisch.Guy Harris1-10/+76
2002-04-01From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIXGuy Harris3-1/+8
2002-04-01Bug fix from Mike Frisch.Guy Harris1-24/+3
2002-04-01WebDAV support, and rewrite of the method-testing code to compute theGuy Harris3-56/+110
2002-04-01From Andrew Feren: on Windows, in the drop-down list for the "Interface"Guy Harris1-0/+2
2002-04-01From Andrew Feren: on Windows, in the drop-down list for the "Interface"Guy Harris1-2/+45
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris4-26/+12
2002-04-01Get rid of ett_ values for options with no subtrees.Guy Harris1-89/+144
2002-03-31Get rid of unused arguments.Guy Harris4-17/+15
2002-03-31Get rid of an unused argument to "set_active_all()".Guy Harris1-6/+6
2002-03-31The variables in question are only used if old unused code is present.Guy Harris1-2/+2
2002-03-31(Conditionally) mark unused variables as such.Guy Harris1-3/+13
2002-03-31Mark unused arguments as such.Guy Harris1-2/+2
2002-03-31Mark unused variables with _U_ if they can't be eliminated.Guy Harris1-49/+53
2002-03-31Get rid of an unused variable.Guy Harris1-2/+1
2002-03-31Get rid of unused arguments.Guy Harris1-27/+25
2002-03-31Get rid of an unused argument.Guy Harris1-10/+12
2002-03-31Get rid of an unused variable.Guy Harris1-3/+3
2002-03-31Get rid of an unused argument.Guy Harris1-5/+3
2002-03-31Get rid of an unused variable.Guy Harris1-2/+1
2002-03-31Put the LANE packet type in the Info column for ATM LANE traffic.Guy Harris1-16/+34
2002-03-31From Joerg Mayer: get rid of unused function arguments.Guy Harris3-7/+6
2002-03-31From Joerg Mayer: mark function arguments as unused.Guy Harris3-7/+11
2002-03-31From Joerg Mayer: mark function arguments as unused.Guy Harris1-2/+2
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris5-15/+14
2002-03-31From Joerg Mayer: mark function arguments as unused.Guy Harris2-4/+4
2002-03-31From Dinesh Dutt: get rid of unused variables, and fix a bug in the wayGuy Harris1-90/+90
2002-03-30Update NEWS to release 0.9.3.Gerald Combs1-11/+65
2002-03-29copylen should be unsigned when we check the range since tvb_memcpy will be u...Ronnie Sahlberg1-2/+2
2002-03-29len and max_len were swapped in the UNICODE_STRING dissectorRonnie Sahlberg1-5/+5
2002-03-29Bump the version to 0.9.3. Update NEWS to be current toGerald Combs4-7/+190
2002-03-29Periodic update.Gerald Combs1-439/+581
2002-03-29From Jakob Schlyter: add "PRACK" and "SPRACK" methods.Gerald Combs1-35/+81
2002-03-29Changed TBA GMPLS object numbers to proposed IETF numbers.Ashok Narayanan1-11/+57