| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -7/+3 |
* | It appears that the annoying Linux behavior wherein the "source routed" | Guy Harris | 2002-07-02 | 1 | -1/+11 |
* | From Joerg Mayer: | Guy Harris | 2002-04-14 | 1 | -1/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -5/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+5 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+4 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -4/+4 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use the "pinfo" argument, rather than the global "pi", to refer to the | Guy Harris | 2001-07-03 | 1 | -8/+7 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -20/+20 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -3/+3 |
* | Narrow the case where we check for stripped source-route bits. Since the | Gilbert Ramirez | 2001-02-23 | 1 | -4/+4 |
* | Maximum frame size values in the second byte of the routing control | Guy Harris | 2001-02-05 | 1 | -9/+10 |
* | Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to set | Guy Harris | 2001-01-21 | 1 | -5/+1 |
* | Always call the Ethernet and Token Ring dissectors through a dissector | Guy Harris | 2001-01-21 | 1 | -2/+2 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -1/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+3 |
* | Have the TR MAC and LLC dissectors register themselves, make them | Guy Harris | 2001-01-03 | 1 | -4/+12 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -1/+6 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | "It's pronounced 'volatile pointer to tvbuff_t' but it's spelled | Guy Harris | 2000-11-13 | 1 | -6/+2 |
* | Better heuristic for detecting Linux mangling of TR header. | Gilbert Ramirez | 2000-10-17 | 1 | -47/+49 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -2/+2 |
* | tvbuff-ify the TR MAC dissector. | Gilbert Ramirez | 2000-06-20 | 1 | -7/+2 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -24/+24 |
* | Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c", | Guy Harris | 2000-05-19 | 1 | -1/+2 |
* | Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' | Gilbert Ramirez | 2000-05-16 | 1 | -3/+3 |
* | Convert token-ring dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-15 | 1 | -128/+168 |
* | Convert LLC dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-11 | 1 | -3/+5 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -27/+27 |
* | Optimizations for some old code. | Gilbert Ramirez | 2000-05-04 | 1 | -24/+19 |
* | Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matching | Gilbert Ramirez | 2000-03-20 | 1 | -1/+8 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+3 |
* | In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of | Guy Harris | 2000-01-23 | 1 | -7/+5 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -4/+14 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -7/+9 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -47/+50 |
* | Another change to make packet-tr more intelligent with regard to | Gilbert Ramirez | 1999-09-22 | 1 | -21/+34 |
* | Changed short packet handling in TR code to understand minimum-length | Gilbert Ramirez | 1999-09-17 | 1 | -2/+3 |
* | Handle short packets in the capture and dissect stages more intelligently. | Gilbert Ramirez | 1999-09-15 | 1 | -2/+14 |
* | Changed (again) the way that the FT_BOOLEAN field type works internally. | Gilbert Ramirez | 1999-09-15 | 1 | -4/+4 |
* | Removed two cases where protocol decoding assumed that the data in the | Gilbert Ramirez | 1999-09-09 | 1 | -2/+5 |
* | Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.sr | Gilbert Ramirez | 1999-08-27 | 1 | -2/+4 |