aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-05-25Assorted padding fixes from Mark Burton.Guy Harris3-57/+79
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez8-128/+160
2000-05-24Display the fragment offset in decimal (as the IPv4 dissector does)Guy Harris1-2/+2
2000-05-24Patch from Scott Howard to show the IP fragment offset as a byte offsetGuy Harris1-3/+3
2000-05-24Update a comment to reflect that only UCD SNMP 4.1.1 hasGuy Harris1-3/+3
2000-05-22EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris6-6/+51
2000-05-22Support for ISAKMP XAUTH authentication, from Yaniv Kaul.Guy Harris2-3/+24
2000-05-22Get rid of the comment before "cfgattrident2str()" explaining why it'sGuy Harris1-7/+1
2000-05-21Parsing attributes in Config mode, and support for a Hybrid modeGuy Harris2-2/+29
2000-05-20Use "rm -f", not "rm", to remove "plugin_api.obj", so that ifGuy Harris1-2/+2
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez39-347/+396
2000-05-19Move the closes of the save file FD around:Guy Harris1-10/+18
2000-05-19Convert dissect_raw() to use tvbuff's.Gilbert Ramirez3-23/+32
2000-05-19Close capture file descriptor.Gilbert Ramirez1-1/+5
2000-05-19Detect CISCO and NOVELL type IPX packets.Gilbert Ramirez1-2/+6
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris10-47/+47
2000-05-19The only packets that look like SMUX packets *are* SMUX packets (unlikeGuy Harris1-4/+4
2000-05-19"wtap.h" doesn't need to include "ascend.h" or "toshiba.h".Guy Harris1-3/+1
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris6-6/+12
2000-05-19Make "packet-null.c" include "packet-null.h", so that the declarationsGuy Harris2-3/+4
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez9-70/+100
2000-05-19Use new-style wtap_dump().Gilbert Ramirez1-2/+3
2000-05-19Mark DHCP packets as DHCP, and add boot.dhcp flag.Gilbert Ramirez1-1/+18
2000-05-18Note that the time stamp is printed only when reading an existingGuy Harris1-6/+7
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris41-631/+1072
2000-05-18Paul Ionescu's patch to add support for IPX over GRE.Guy Harris3-1/+12
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris4-11/+21
2000-05-17Small fix from Yaniv Kaul.Guy Harris1-2/+2
2000-05-17Updates to doco.Gilbert Ramirez1-8/+56
2000-05-17Guard against short/malformed packets with old-style bounds-checking.Gilbert Ramirez1-34/+39
2000-05-17Add "eth.trailer" and show ethernet trailer if it exists.Gilbert Ramirez1-10/+31
2000-05-16Fix dissect_ascend() prototype.Gilbert Ramirez1-2/+2
2000-05-16Change 'cp' to 'mv' for 'accept' step.Gilbert Ramirez1-2/+2
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez8-91/+114
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez11-56/+107
2000-05-15Fix a botch that kept it from compiling if you didn't have an SNMPGuy Harris1-2/+2
2000-05-15Add very basic tvbuff documentation. I still need to explain TVBUFF_COMPOSITE's,Gilbert Ramirez2-1/+134
2000-05-15Convert token-ring dissector to use tvbuffs.Gilbert Ramirez6-174/+233
2000-05-15Add accessors for 24-bit integers (which get returned as guint32's).Gilbert Ramirez2-2/+32
2000-05-15SMUX and SNMP V3 support from Jochen Friedrich.Guy Harris2-116/+824
2000-05-15We can't trust "cf->current_frame" to refer to the frame that wasGuy Harris2-53/+64
2000-05-14Add a comment giving the URL of the CIFS Remote Administration ProtocolGuy Harris1-4/+17
2000-05-14The argument to a "proto_tree_add_item()" adding an FT_IPv4 item shouldGuy Harris1-2/+4
2000-05-14Put in some checks to make sure we don't go past the end of the frameGuy Harris1-3/+16
2000-05-14In a NetServEnum, there's only one byte of padding after the share name.Guy Harris1-3/+2
2000-05-13Fix location of $(TETHEREAL) dependency.Gilbert Ramirez1-3/+3
2000-05-12Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsGuy Harris1-9/+9
2000-05-12Ben Fowler <wapdev@leedsnet.com>'s "usage of fd" patch.Gilbert Ramirez1-59/+59
2000-05-12Fix minor typo found by Alan Harrison.Guy Harris1-2/+2
2000-05-12If ethernet header has 'length', create tvbuff of only that lengthGilbert Ramirez1-2/+12