aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris30-172/+155
2000-11-15"get_CDR_short()", from Frank Singleton.Guy Harris3-2/+35
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris9-131/+174
2000-11-15Tvbuffify the IPP dissector, and have it register itself rather thanGuy Harris4-141/+107
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris13-55/+173
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris11-10/+1848
2000-11-14Add a ; to the empty default case in a switch statement. ANSI C saysGilbert Ramirez1-1/+3
2000-11-14Guy's synopsis of the core routines of Ethereal, minus the protocol treeGilbert Ramirez1-0/+60
2000-11-14"plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris4-9/+12
2000-11-14Add tvb_set_child_real_data_tvbuff(), which allows you to tell theGilbert Ramirez2-9/+32
2000-11-14Check for existence of COL_INFO before adding "Short xxx packet" toGilbert Ramirez2-4/+8
2000-11-13Support for the BASE100 and GSC100BT subsystems by Jeff Foster.Olivier Abad2-62/+77
2000-11-13Improve the detection of the encapsulation used in a radcom file.Olivier Abad1-13/+11
2000-11-13Add "dissector_delete()", "proto_item_get_len()",Guy Harris4-12/+67
2000-11-13As the SDP dissector now appends to, rather than overwriting, theGuy Harris1-3/+1
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris12-28/+28
2000-11-13Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris4-4/+225
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris18-253/+285
2000-11-13If either of the "tvb_new_subset()" calls throws an exception, it meansGuy Harris1-1/+19
2000-11-13If either of the "tvb_new_subset()" calls throws an exception, it meansGuy Harris1-1/+19
2000-11-13"It's pronounced 'volatile pointer to tvbuff_t' but it's spelledGuy Harris2-18/+9
2000-11-13Tvbuffify the AppleTalk dissectors.Guy Harris2-4/+4
2000-11-13If the packet inside the VLAN packet isn't an Ethernet packet - i.e., ifGuy Harris1-9/+60
2000-11-13Tvbuffify the AppleTalk ARP dissector.Guy Harris1-46/+45
2000-11-13Tvbuffify the AppleTalk dissectors.Guy Harris1-186/+213
2000-11-13- Fix the hex pane offsets for hf_netb_local_ses_no,Gerald Combs1-6/+10
2000-11-13Don't overwrite the "Info" column in the SDP dissector, either - appendGuy Harris1-2/+16
2000-11-12As RFC 2327 says, "SDP is purely a format for session description - itGuy Harris2-5/+3
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris1-1/+6
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris6-11/+55
2000-11-12"pinfo->current_proto" is typically set to an acronym or short name forGuy Harris1-2/+2
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris2-22/+73
2000-11-12If the packet isn't an Ethernet packet, add the length field.Guy Harris1-7/+12
2000-11-12Tvbuffify the 802.1Q VLAN dissector.Guy Harris1-22/+20
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris3-21/+42
2000-11-12Add only one "proto_smtp" item to the protocol tree for SMTP; add textGuy Harris1-13/+11
2000-11-12Don't set the "Protocol" column to "GIOP" until we've decided that theGuy Harris1-9/+11
2000-11-12Tvbuffify the SMTP dissector.Guy Harris1-81/+159
2000-11-12Make "tvb_find_line_end()" and "tvb_find_line_end_unquoted()" treat CRGuy Harris2-77/+95
2000-11-11Updates from Heikki Vatiainen.Guy Harris1-43/+22
2000-11-11Make the string-to-compare-with arguments to "tvb_strneql()" andGuy Harris2-6/+6
2000-11-11Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inGuy Harris4-63/+21
2000-11-11Don't have separate versions of "ddp_hops()" and "ddp_len()" onGuy Harris1-11/+11
2000-11-11Simplify the state machine:Guy Harris1-42/+63
2000-11-11Fix the test for the first 10 bytes of a NetBIOS name being all zeroes.Guy Harris1-2/+2
2000-11-11We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris2-26/+123
2000-11-11In "wdd" captures:Guy Harris3-17/+41
2000-11-11Add some comments, and fix one comment.Guy Harris1-4/+9
2000-11-10Set pinfo->current_protoGilbert Ramirez1-1/+3
2000-11-10Fix "packet-netbios.h" to match the new "packet-netbios.c", so that itGuy Harris4-99/+107