aboutsummaryrefslogtreecommitdiffstats
path: root/packet.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-11Miscellaneous code cleaningLaurent Deniel1-7/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-23/+230
2000-07-08Add preference for placement of AH payload, at same level or in subtree.Gilbert Ramirez1-18/+32
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-4/+4
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-3/+3
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-3/+3
2000-05-25Convert dissect_clip() to use tvbuffs. Very trivial change.Gilbert Ramirez1-2/+2
2000-05-25Convert LAPB dissector to use tvbuffs, and to get pseudo_header fromGilbert Ramirez1-2/+2
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez1-2/+2
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-4/+5
2000-05-19Convert dissect_raw() to use tvbuff's.Gilbert Ramirez1-2/+2
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-7/+8
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez1-4/+3
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-3/+12
2000-05-15Convert token-ring dissector to use tvbuffs.Gilbert Ramirez1-2/+2
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-48/+74
2000-05-05Add routines to:Guy Harris1-16/+65
2000-04-19Greg Kilfoyle <gregk@redback.com>'s change for detection of compressedGilbert Ramirez1-3/+1
2000-04-16Fix up the allocation stuff for the per frame data ...Richard Sharpe1-4/+31
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-1/+3
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-18/+35
2000-04-04Add #include "plugins.h" to get definition of HAVE_PLUGINSGilbert Ramirez1-1/+3
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris1-1/+19
2000-04-04Make a routine that takes a dissector table, a port number, andGuy Harris1-1/+18
2000-04-04Rename find_hfinfo_record() to proto_registrar_get_nth() sinceGilbert Ramirez1-2/+2
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris1-1/+65
2000-03-27Change dissect_ppp() to accept offset.Gilbert Ramirez1-2/+2
2000-03-26Adding definitions of routines ... Will want to get rid of malloc and useRichard Sharpe1-2/+12
2000-03-26First pass at per frame proto data. Keep each proto block as a GSList list.Richard Sharpe1-1/+47
2000-03-23When dissecting an NFS file handle, show the raw bytes of the fileGuy Harris1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-5/+5
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-4/+13
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-1/+3
1999-12-29Put the frame number in the text for the top-level tree entry for theGuy Harris1-2/+3
1999-12-29Move the stuff to fill in those columns not filled in by dissectors fromGuy Harris1-1/+285
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-1/+4
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-1/+6
1999-12-02Christopher McAvaney's fix to "format_text()" to make it not stomp onGuy Harris1-1/+2
1999-11-27ARP requests with a hardware type of ARPHRD_ATM2225 are ATM ARPGuy Harris1-10/+9
1999-11-20Enable ether name resolution for packet summary lines of IPX packetsGilbert Ramirez1-3/+17
1999-11-17Provide a general mechanism by which dissectors can register "init"Guy Harris1-1/+28
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-9/+13
1999-11-11Add LAPD support.Gilbert Ramirez1-1/+4
1999-10-29Have the PROTOCOL field for ONC RPC just give the RPC programGuy Harris1-18/+44
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-1/+16
1999-10-15Phil Techau's patch to add "col_append_str()".Guy Harris1-4/+28
1999-10-14Include <arpa/inet.h>, so we get a declaration of "inet_ntop()" onGuy Harris1-1/+3