| Commit message (Expand) | Author | Age | Files | Lines |
* | If "snprintf()" can't print all the data because there's not enough | Guy Harris | 2001-09-25 | 1 | -5/+12 |
* | The data in a tagged field can be up to 255 bytes (the length is an | Guy Harris | 2001-09-25 | 1 | -2/+2 |
* | Add a "wlan.addr" field, and put two instances into it for all frames | Guy Harris | 2001-07-25 | 1 | -3/+29 |
* | I guess some bridges take Netware Ethernet_802_3 frames, which are 802.3 | Guy Harris | 2001-07-21 | 1 | -4/+49 |
* | Allow the 802.11 management-frame protocol to be disabled. | Guy Harris | 2001-06-22 | 1 | -1/+21 |
* | Dissect the payload of a management frame as a separate protocol, so | Guy Harris | 2001-06-22 | 1 | -419/+416 |
* | Fix up some incorrect handling of the TO_DS and FROM_DS flags by | Guy Harris | 2001-06-22 | 1 | -25/+34 |
* | Get rid of an unused #define. | Guy Harris | 2001-06-21 | 1 | -5/+30 |
* | Don't use "tvb_get_ptr()" and "pletohs()" just to fetch a 16-bit | Guy Harris | 2001-06-21 | 1 | -102/+48 |
* | Make sure the top-level 802.11 item covers the entire frame. | Guy Harris | 2001-06-20 | 1 | -4/+16 |
* | Make the type/subtype field the very first entry in the protocol tree, | Guy Harris | 2001-06-20 | 1 | -12/+13 |
* | All four data frame types are now handled with identical code, so, | Guy Harris | 2001-06-20 | 1 | -70/+1 |
* | Put the combined type/subtype into the protocol tree, so you can look | Guy Harris | 2001-06-20 | 1 | -72/+49 |
* | If it's not a protocol, it doesn't belong at the top level of the | Guy Harris | 2001-06-20 | 1 | -18/+18 |
* | Clean up a string. | Guy Harris | 2001-06-20 | 1 | -2/+2 |
* | Fix "COOK_ADDR_SELECTOR()" to extract the 2 bits that determine the | Guy Harris | 2001-06-20 | 1 | -47/+35 |
* | More signed vs. unsigned cleanups, and initialization cleanups, from | Guy Harris | 2001-06-19 | 1 | -2/+3 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -52/+52 |
* | Display hex numbers with a leading 0x. | Guy Harris | 2001-06-12 | 1 | -4/+4 |
* | Clean up the handling of MAC addresses - set the addresses in the | Guy Harris | 2001-06-10 | 1 | -62/+41 |
* | Use "col_set_str()", rather than "col_add_str()", wherever possible. | Guy Harris | 2001-06-08 | 1 | -114/+109 |
* | Bug fixes, and WEP support, from Javier Achirica. | Guy Harris | 2001-06-01 | 1 | -65/+221 |
* | Updates from Johan Jorgensen. | Guy Harris | 2001-05-30 | 1 | -102/+129 |
* | Fix Gerald's e-mail address - and fix it in "README.developer", so | Guy Harris | 2001-04-20 | 1 | -2/+2 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -2/+2 |
* | Don't attempt to modify the data pointed to by the result of | Guy Harris | 2001-03-15 | 1 | -13/+4 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -5/+5 |
* | Updates from Johan Jorgensen: | Guy Harris | 2001-02-01 | 1 | -48/+68 |
* | Fix forwarded by Johan Jorgensen of Axis Communications. | Guy Harris | 2001-01-23 | 1 | -17/+17 |
* | Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to set | Guy Harris | 2001-01-21 | 1 | -12/+2 |
* | The frame control field is, I infer from "dissect_ieee80211()", | Guy Harris | 2001-01-10 | 1 | -2/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+3 |
* | Have the TR MAC and LLC dissectors register themselves, make them | Guy Harris | 2001-01-03 | 1 | -7/+14 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Add the relevant "CHECK_DISPLAY_AS_DATA()" call. | Guy Harris | 2000-12-02 | 1 | -1/+3 |
* | Rename "proto_reg_handoff_iee380211()"[sic] to | Guy Harris | 2000-11-30 | 1 | -3/+3 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -1/+7 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Move the table of bit-swapped byte values to "epan/bitswap.c", and | Guy Harris | 2000-11-15 | 1 | -46/+32 |
* | IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB. | Guy Harris | 2000-11-15 | 1 | -0/+1753 |