summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-06-22Support CIDR notation in IPv4 address filtering.Gilbert Ramirez3-11/+85
2001-06-22Allow the 802.11 management-frame protocol to be disabled.Guy Harris1-1/+21
2001-06-22Dissect the payload of a management frame as a separate protocol, soGuy Harris1-419/+416
2001-06-22Fix up some incorrect handling of the TO_DS and FROM_DS flags byGuy Harris1-25/+34
2001-06-21Fix a typo.Guy Harris1-2/+2
2001-06-21M2PA support, from Jeff Morriss.Guy Harris5-2/+411
2001-06-21some more dissectors of Uwe Girlich addedUwe Girlich1-1/+7
2001-06-21new source files packet-quakeworld.c and packet-quake2.c addedUwe Girlich2-2/+6
2001-06-21initial checkin of the Quake II network protocol dissectorUwe Girlich1-0/+426
2001-06-21initial checkin of the QuakeWorld network protocol dissectorUwe Girlich1-0/+424
2001-06-21signed/unsigned warning correctedUwe Girlich1-25/+51
2001-06-21Get rid of an unused #define.Guy Harris1-5/+30
2001-06-21Don't use "tvb_get_ptr()" and "pletohs()" just to fetch a 16-bitGuy Harris1-102/+48
2001-06-20Make sure the top-level 802.11 item covers the entire frame.Guy Harris1-4/+16
2001-06-20Make the type/subtype field the very first entry in the protocol tree,Guy Harris1-12/+13
2001-06-20All four data frame types are now handled with identical code, so,Guy Harris1-70/+1
2001-06-20Put the combined type/subtype into the protocol tree, so you can lookGuy Harris1-72/+49
2001-06-20If it's not a protocol, it doesn't belong at the top level of theGuy Harris1-18/+18
2001-06-20Clean up a string.Guy Harris1-2/+2
2001-06-20Fix "COOK_ADDR_SELECTOR()" to extract the 2 bits that determine theGuy Harris1-47/+35
2001-06-20Catch TLVs with bogus lengths (i.e., less than the fixed-length headerGuy Harris1-1/+13
2001-06-20RTSP fixes, from nuf si.Guy Harris3-4/+9
2001-06-20Handle Negotiate Protocol replies with the "extended security"Guy Harris1-19/+52
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris6-14/+20
2001-06-19Updates from Frank Singleton.Guy Harris1-7/+46
2001-06-19From Frank Singleton: fix compiler warnings.Guy Harris1-19/+18
2001-06-19In a capture child process, *completely ignore* the preference settingGuy Harris1-2/+12
2001-06-19Labels must be followed by statements; GCC may let you get away withoutGuy Harris1-2/+3
2001-06-19Not all Python scripts generate dissectors; "make-reg-dotc.py" generatesGuy Harris1-3/+3
2001-06-19Get rid of global references to "pi" - use "pinfo" instead.Guy Harris1-5/+6
2001-06-18Many corrections and updates for connection-oriented WSP, from AlexandreGuy Harris2-23/+373
2001-06-18From Frank Singleton: add code generation support for IDL array types.Guy Harris1-104/+195
2001-06-18NFS file handle analysing works now for kernel based NFS v3 servers ofUwe Girlich1-12/+257
2001-06-18Don't list the attribute-value pairs if the length field of the packetGuy Harris1-9/+11
2001-06-18From Craig Rodrigues: changes to handle current versions of RPM, whichGuy Harris2-3/+4
2001-06-18Fix up the buffer size calculation - the starting offset isn't aGuy Harris1-6/+9
2001-06-18Get rid of an unnecessary declaration of "packet_list".Guy Harris1-4/+2
2001-06-18The ICQ decryption code works on 4 bytes at a time, so the amount ofGuy Harris1-5/+14
2001-06-18Support for protocols running atop GIOP, from Frank Singleton.Guy Harris8-556/+6814
2001-06-18Crank up the warning level in GCC, from Joerg Mayer.Guy Harris2-2/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris162-3023/+3028
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris8-17/+19
2001-06-18Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer.Guy Harris2-4/+11
2001-06-18Support for External Reachability TLVs, and assorted outputGuy Harris2-27/+73
2001-06-16Add the PPP Compression Control Protocol to the list of PPP protocolsGuy Harris1-1/+2
2001-06-16Set the Protocol column in dissectors for PPP-specific subprotocols.Guy Harris1-1/+9
2001-06-15PAP support, from Laurent Rabret.Guy Harris2-7/+157
2001-06-15Explain why we have to be ready to handle Ethernet frames withGuy Harris2-5/+37
2001-06-15There can be more than one next hop network address in theGuy Harris1-9/+19
2001-06-15If "buf" is a "char *", "sizeof(buf)" evaluates to the size of aGuy Harris1-2/+2