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