aboutsummaryrefslogtreecommitdiffstats
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Move packet.[ch] to epanGilbert Ramirez2000-09-271-1587/+0
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-22/+1
* Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris2000-09-231-1/+8
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+31
* Throw ReportedBoundsError instead of asserting if reported_length < -1.Gilbert Ramirez2000-09-131-4/+6
* NULL may be defined as something such as "(void *)0", rather than justGuy Harris2000-09-121-3/+3
* Add a col_get_writable in case there are any deeply embeddedRichard Sharpe2000-09-121-1/+14
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-187/+1
* Compute and display negative relative and delta time stamps correctly,Guy Harris2000-09-101-9/+30
* Revert the last silly change ... :-)Richard Sharpe2000-08-211-2/+2
* A small change ...Richard Sharpe2000-08-211-2/+2
* Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe2000-08-191-1/+13
* Michael Tuexen's changes to define a port type for SCTP ports, handleGuy Harris2000-08-191-1/+8
* "p_get_proto_data()" should, if it finds an entry, return the pointerGuy Harris2000-08-121-3/+13
* Miscellaneous code cleaningLaurent Deniel2000-08-111-7/+5
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-23/+230
* Add preference for placement of AH payload, at same level or in subtree.Gilbert Ramirez2000-07-081-18/+32
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-4/+4
* Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez2000-05-311-3/+3
* Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-3/+3
* Convert dissect_clip() to use tvbuffs. Very trivial change.Gilbert Ramirez2000-05-251-2/+2
* Convert LAPB dissector to use tvbuffs, and to get pseudo_header fromGilbert Ramirez2000-05-251-2/+2
* Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez2000-05-251-2/+2
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-4/+5
* Convert dissect_raw() to use tvbuff's.Gilbert Ramirez2000-05-191-2/+2
* Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez2000-05-191-2/+2
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-7/+8
* Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez2000-05-161-4/+3
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-3/+12
* Convert token-ring dissector to use tvbuffs.Gilbert Ramirez2000-05-151-2/+2
* Convert LLC dissector to use tvbuffs.Gilbert Ramirez2000-05-111-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-48/+74
* Add routines to:Guy Harris2000-05-051-16/+65
* Greg Kilfoyle <gregk@redback.com>'s change for detection of compressedGilbert Ramirez2000-04-191-3/+1
* Fix up the allocation stuff for the per frame data ...Richard Sharpe2000-04-161-4/+31
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-131-1/+3
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-18/+35
* Add #include "plugins.h" to get definition of HAVE_PLUGINSGilbert Ramirez2000-04-041-1/+3
* Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris2000-04-041-1/+19
* Make a routine that takes a dissector table, a port number, andGuy Harris2000-04-041-1/+18
* Rename find_hfinfo_record() to proto_registrar_get_nth() sinceGilbert Ramirez2000-04-041-2/+2
* Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris2000-04-031-1/+65
* Change dissect_ppp() to accept offset.Gilbert Ramirez2000-03-271-2/+2
* Adding definitions of routines ... Will want to get rid of malloc and useRichard Sharpe2000-03-261-2/+12
* First pass at per frame proto data. Keep each proto block as a GSList list.Richard Sharpe2000-03-261-1/+47
* When dissecting an NFS file handle, show the raw bytes of the fileGuy Harris2000-03-231-2/+2
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-5/+5
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-4/+13
* Some initial changes for win32 support, but not all.Gilbert Ramirez2000-01-101-1/+3