| Commit message (Expand) | Author | Age | Files | Lines |
* | Move packet.[ch] to epan | Gilbert Ramirez | 2000-09-27 | 1 | -1587/+0 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -22/+1 |
* | Windows Sniffers appear to write out ATM traces with a network type of | Guy Harris | 2000-09-23 | 1 | -1/+8 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -3/+31 |
* | Throw ReportedBoundsError instead of asserting if reported_length < -1. | Gilbert Ramirez | 2000-09-13 | 1 | -4/+6 |
* | NULL may be defined as something such as "(void *)0", rather than just | Guy Harris | 2000-09-12 | 1 | -3/+3 |
* | Add a col_get_writable in case there are any deeply embedded | Richard Sharpe | 2000-09-12 | 1 | -1/+14 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -187/+1 |
* | Compute and display negative relative and delta time stamps correctly, | Guy Harris | 2000-09-10 | 1 | -9/+30 |
* | Revert the last silly change ... :-) | Richard Sharpe | 2000-08-21 | 1 | -2/+2 |
* | A small change ... | Richard Sharpe | 2000-08-21 | 1 | -2/+2 |
* | Added packet-smtp.c and modified packet.c to include code that was never | Richard Sharpe | 2000-08-19 | 1 | -1/+13 |
* | Michael Tuexen's changes to define a port type for SCTP ports, handle | Guy Harris | 2000-08-19 | 1 | -1/+8 |
* | "p_get_proto_data()" should, if it finds an entry, return the pointer | Guy Harris | 2000-08-12 | 1 | -3/+13 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -7/+5 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -23/+230 |
* | Add preference for placement of AH payload, at same level or in subtree. | Gilbert Ramirez | 2000-07-08 | 1 | -18/+32 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -2/+2 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -4/+4 |
* | Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, | Gilbert Ramirez | 2000-05-31 | 1 | -3/+3 |
* | Add "tvb_reported_length()" to get the "reported length" of a tvbuff | Guy Harris | 2000-05-29 | 1 | -3/+3 |
* | Convert dissect_clip() to use tvbuffs. Very trivial change. | Gilbert Ramirez | 2000-05-25 | 1 | -2/+2 |
* | Convert LAPB dissector to use tvbuffs, and to get pseudo_header from | Gilbert Ramirez | 2000-05-25 | 1 | -2/+2 |
* | Convert dissect_ppp() and friends to use tvbuffs. | Gilbert Ramirez | 2000-05-25 | 1 | -2/+2 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -4/+5 |
* | Convert dissect_raw() to use tvbuff's. | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Add protection against 0-length FT_BYTES being added to proto_tree. | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -7/+8 |
* | Convert Ethernet and Lucent/Ascend dissectors to use tvbuff. | Gilbert Ramirez | 2000-05-16 | 1 | -4/+3 |
* | Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' | Gilbert Ramirez | 2000-05-16 | 1 | -3/+12 |
* | Convert token-ring dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-15 | 1 | -2/+2 |
* | Convert LLC dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-11 | 1 | -2/+2 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -48/+74 |
* | Add routines to: | Guy Harris | 2000-05-05 | 1 | -16/+65 |
* | Greg Kilfoyle <gregk@redback.com>'s change for detection of compressed | Gilbert Ramirez | 2000-04-19 | 1 | -3/+1 |
* | Fix up the allocation stuff for the per frame data ... | Richard Sharpe | 2000-04-16 | 1 | -4/+31 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 1 | -1/+3 |
* | Change the sub-dissector handoff registration routines so that the | Gilbert Ramirez | 2000-04-13 | 1 | -18/+35 |
* | Add #include "plugins.h" to get definition of HAVE_PLUGINS | Gilbert Ramirez | 2000-04-04 | 1 | -1/+3 |
* | Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" into | Guy Harris | 2000-04-04 | 1 | -1/+19 |
* | Make a routine that takes a dissector table, a port number, and | Guy Harris | 2000-04-04 | 1 | -1/+18 |
* | Rename find_hfinfo_record() to proto_registrar_get_nth() since | Gilbert Ramirez | 2000-04-04 | 1 | -2/+2 |
* | Jeff Foster's patch to support attaching a hash table to a protocol | Guy Harris | 2000-04-03 | 1 | -1/+65 |
* | Change dissect_ppp() to accept offset. | Gilbert Ramirez | 2000-03-27 | 1 | -2/+2 |
* | Adding definitions of routines ... Will want to get rid of malloc and use | Richard Sharpe | 2000-03-26 | 1 | -2/+12 |
* | First pass at per frame proto data. Keep each proto block as a GSList list. | Richard Sharpe | 2000-03-26 | 1 | -1/+47 |
* | When dissecting an NFS file handle, show the raw bytes of the file | Guy Harris | 2000-03-23 | 1 | -2/+2 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -5/+5 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -4/+13 |
* | Some initial changes for win32 support, but not all. | Gilbert Ramirez | 2000-01-10 | 1 | -1/+3 |