aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer; get rid of unused arguments, and make some variablesGuy Harris2002-04-081-17/+17
* Yes, that stuff really *does* appear to be just padding. Go figure.Guy Harris2002-04-081-17/+6
* Get rid of an unused variable.Guy Harris2002-04-081-5/+4
* If variables are used only if "HAVE_UCD_SNMP" is undefined, declare themGuy Harris2002-04-081-2/+3
* Clean up the "Use zlib library" message.Guy Harris2002-04-081-4/+8
* Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris2002-04-086-30/+287
* A devicemode contains a uint32 at the start which represents the size ofTim Potter2002-04-081-4/+7
* Get rid of the unused hf_ value "hf_isis_hello_clv_restart".Guy Harris2002-04-073-44/+50
* Get rid of unused "pinfo" arguments.Guy Harris2002-04-0710-349/+232
* Get rid of unused "pinfo" arguments.Guy Harris2002-04-071-24/+18
* Get rid of the unused "pinfo" argument to "dissect_osi_options()".Guy Harris2002-04-074-18/+12
* Get rid of an unused variable.Guy Harris2002-04-071-2/+2
* Gerald says the padding has values that don't look like FCSes; note thatGuy Harris2002-04-071-1/+5
* Make the end-of-packet padding a per-capture-file property.Guy Harris2002-04-072-21/+34
* Add support for Sniffer 4.6 wireless captures.Gerald Combs2002-04-071-8/+23
* Get rid of the global variable referring to the current protocol tree;Guy Harris2002-04-051-67/+75
* Give all subtrees an ett_ value.Guy Harris2002-04-051-37/+27
* Give the top-level tree for concatenated PDUs an ett_ value of ett_wtp.Guy Harris2002-04-051-43/+46
* Decode some bits of the PRINTER_INFO_2 structure that we were missingTim Potter2002-04-051-8/+55
* Add ett_ values for subtrees.Guy Harris2002-04-041-26/+114
* From Mark Burton: add an ett_iscsi ett_ value for the top-level treeGuy Harris2002-04-041-4/+7
* Put in the RFCs for RIPv1 and RIPv2.Guy Harris2002-04-041-10/+49
* Before putting an item into a protocol tree, make sure the item aboveGuy Harris2002-04-041-17/+32
* Compile fix from Mark Burton.Guy Harris2002-04-041-4/+4
* Make "dissect_data()" static - it's only called through handles.Guy Harris2002-04-042-9/+4
* Add _U_ to unused argument.Gilbert Ramirez2002-04-041-2/+2
* Remove unused variable.Gilbert Ramirez2002-04-041-2/+1
* Include "packet-smb-common.h" to get the declaration ofGuy Harris2002-04-041-1/+2
* Decode PRINTER_INFO_1 and PRINTER_INFO_3 structures.Tim Potter2002-04-031-1/+28
* Use the reported length, not the captured length, when saying how manyGuy Harris2002-04-031-4/+4
* Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich2002-04-0320-1110/+1114
* From Jeff Morriss: get rid of an unused function argument.Guy Harris2002-04-021-8/+6
* From Tom Uijldert: comment out an unused function.Guy Harris2002-04-021-3/+4
* code cleanup: removed unused parameterUwe Girlich2002-04-021-3/+3
* code cleanup, removed unused parameters, inserted some _U_Uwe Girlich2002-04-023-22/+22
* Add in the neighbor probe messages (but without any dissection of theGuy Harris2002-04-021-19/+33
* In the tree-printing code, we may be handed a leaf node, so don'tGuy Harris2002-04-021-5/+7
* Fix a typo.Guy Harris2002-04-021-2/+2
* Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris2002-04-027-48/+35
* Use "tvb_memcpy()", not "tvb_get_ptr()" followed by "memcpy()".Guy Harris2002-04-021-6/+3
* Fix a call to "proto_tree_add_ipv4()" that was supposed to be a call toGuy Harris2002-04-021-4/+2
* Just use "proto_tree_add_item()" to add IP addresses - don't botherGuy Harris2002-04-021-11/+3
* Get rid of unused macro.Guy Harris2002-04-021-3/+1
* Get rid of declarations of routines and structures and function typesGuy Harris2002-04-021-10/+1
* Make some routines not used outside "packet-rpc.c" static.Guy Harris2002-04-011-8/+8
* Use "proto_tree_add_item()" to add IP addresses; that eliminates a bunchGuy Harris2002-04-011-13/+3
* Fix to decoding of the AUTHORIZE call, from Mike Frisch.Guy Harris2002-04-011-10/+76
* From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIXGuy Harris2002-04-013-1/+8
* Bug fix from Mike Frisch.Guy Harris2002-04-011-24/+3
* WebDAV support, and rewrite of the method-testing code to compute theGuy Harris2002-04-013-56/+110