aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-06-13Oops, a range of N-N is valid and means "the byte at offset N".Guy Harris1-4/+4
2003-06-13Add some sanity checking for ranges, so that you can't say "foo[M-N]"Guy Harris1-1/+66
2003-06-13Fix some typoes.Guy Harris2-4/+4
2003-06-13"tvb_format_text()" should be able to handle a length argument of 0.Guy Harris1-4/+2
2003-06-13Make it compile without libpcap.Guy Harris1-2/+10
2003-06-13Put in a missing comma.Guy Harris1-2/+2
2003-06-13Link dftest with the ADNS library if it's configured in.Guy Harris1-2/+2
2003-06-13Fix by Gerald Combs to a braino of mine.Guy Harris1-2/+2
2003-06-13From Jason House: fix the return types of the pointers toGuy Harris1-3/+3
2003-06-12Clarify the comment about not doing dissection work if "tree" is NULL,Guy Harris1-5/+7
2003-06-12Link the plugin with glib, as it now calls "g_free()".Guy Harris1-2/+3
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris5-5/+20
2003-06-12Get rid of allocations of unused buffers.Guy Harris1-3/+1
2003-06-12Don't wire into "config.h.win32" files an indication of whether we haveGuy Harris5-11/+27
2003-06-12Add new routines:Guy Harris17-278/+287
2003-06-12For the "all the rest of the packet is just text" case, just allocate aGuy Harris1-20/+25
2003-06-12Heuristic dissectors are not allowed to return FALSE after they've doneGuy Harris1-33/+38
2003-06-12There are 10 bytes of interface name in the header; make the buffer forGuy Harris1-3/+3
2003-06-12Show the segment type in the line for an 8-bit logical connection pointGuy Harris1-2/+2
2003-06-12The authentication field in a VRRP packet is 8 bytes long, not 9 bytesGuy Harris1-4/+4
2003-06-12Final updates for 0.9.13.Gerald Combs2-57/+46
2003-06-11From Joakim Wiberg: update to the CIP dissector, reverting to theGuy Harris3-418/+409
2003-06-11Put in a missing "break" statement.Guy Harris1-1/+2
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez7-246/+287
2003-06-11Put the subfields of the request or response line under the protocolGuy Harris1-7/+11
2003-06-11SetCmdValueNum needs to be used with a fixed length, not -1. Thus,Gilbert Ramirez1-3/+3
2003-06-11Replace value fetches and "proto_tree_add_XXX" calls withGuy Harris1-37/+29
2003-06-11Put the ACAP request or response line into the protocol tree, and put theGuy Harris1-6/+17
2003-06-11Put the IMAP request or response line into the protocol tree, and put theGuy Harris1-6/+17
2003-06-11Put the POP request or response line into the protocol tree, and put theGuy Harris1-6/+16
2003-06-11Put the SMTP request or response line into the protocol tree, and put theGuy Harris1-14/+27
2003-06-11Handle diff lines that look like "Binary files".Gilbert Ramirez1-1/+5
2003-06-11s/artnet/rtnet/g.Gerald Combs1-5/+5
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris16-15/+1231
2003-06-11From Joakim Wiberg: support for Common Industrial Protocol over IP.Guy Harris5-2/+2283
2003-06-11Get the right length for methods with an "M-" prefix.Guy Harris1-2/+4
2003-06-11Add a couple of missing line continuations.Gerald Combs1-3/+3
2003-06-10Put the FTP request or response line into the protocol tree, and put theGuy Harris1-5/+16
2003-06-10Add http.request.method field, and a subtree under the HTTP Reqeust in whichGilbert Ramirez1-5/+43
2003-06-10Add a preference for the FDDI dissector to be able to decodeLaurent Deniel1-26/+42
2003-06-10Get rid of an unused variable.Guy Harris1-2/+1
2003-06-10Fix some places where "Ethereal" wasn't capitalized and boldfaced.Guy Harris1-33/+55
2003-06-10Fix a typo.Guy Harris1-3/+3
2003-06-10From Mike Frisch: finish NFS_ACL dissector.Guy Harris3-52/+246
2003-06-10Handle the case of an empty interface list on Windows the same way weGuy Harris1-11/+14
2003-06-10If ADNS_DIR isn't defined, don't link with the ADNS library; this letsGuy Harris1-3/+7
2003-06-10As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather thanGuy Harris3-10/+7
2003-06-10When checking for a CR-LF at the end of a packet, don't assume we haveGuy Harris1-2/+5
2003-06-10Add support for some additional SAPs for Netware and OSI.Guy Harris5-16/+31
2003-06-10Show the upper 2 bytes of the formerly-reserved area as a "High Part ofGuy Harris1-15/+13