aboutsummaryrefslogtreecommitdiffstats
path: root/packet.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-27Move packet.[ch] to epanGilbert Ramirez1-1587/+0
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-22/+1
2000-09-23Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris1-1/+8
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+31
2000-09-13Throw ReportedBoundsError instead of asserting if reported_length < -1.Gilbert Ramirez1-4/+6
2000-09-12NULL may be defined as something such as "(void *)0", rather than justGuy Harris1-3/+3
2000-09-12Add a col_get_writable in case there are any deeply embeddedRichard Sharpe1-1/+14
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-187/+1
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris1-9/+30
2000-08-21Revert the last silly change ... :-)Richard Sharpe1-2/+2
2000-08-21A small change ...Richard Sharpe1-2/+2
2000-08-19Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe1-1/+13
2000-08-19Michael Tuexen's changes to define a port type for SCTP ports, handleGuy Harris1-1/+8
2000-08-12"p_get_proto_data()" should, if it finds an entry, return the pointerGuy Harris1-3/+13
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