aboutsummaryrefslogtreecommitdiffstats
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put the frame number in the text for the top-level tree entry for theGuy Harris1999-12-291-2/+3
* Move the stuff to fill in those columns not filled in by dissectors fromGuy Harris1999-12-291-1/+285
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1999-12-121-1/+4
* Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1999-12-121-1/+6
* Christopher McAvaney's fix to "format_text()" to make it not stomp onGuy Harris1999-12-021-1/+2
* ARP requests with a hardware type of ARPHRD_ATM2225 are ATM ARPGuy Harris1999-11-271-10/+9
* Enable ether name resolution for packet summary lines of IPX packetsGilbert Ramirez1999-11-201-3/+17
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-1/+28
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-9/+13