aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
AgeCommit message (Expand)AuthorFilesLines
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-6/+1
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris1-5/+5
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-50/+2
2000-08-22protect macro expansion - there may be more necessary.Jun-ichiro itojun Hagino1-31/+31
2000-08-21Frames in the packet list can now be marked by the user usingLaurent Deniel1-1/+2
2000-08-20Cleaning (remove comment and tcp_extra_data).Laurent Deniel1-10/+1
2000-08-19Michael Tuexen's changes to define a port type for SCTP ports, handleGuy Harris1-1/+2
2000-08-12"p_get_proto_data()" should, if it finds an entry, return the pointerGuy Harris1-6/+1
2000-08-11Miscellaneous code cleaningLaurent Deniel1-10/+1
2000-08-10If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"Guy Harris1-18/+43
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-11/+18
2000-07-08Add preference for placement of AH payload, at same level or in subtree.Gilbert Ramirez1-1/+4
2000-05-26Support for SCTP in the capture dialog, from Michael Tuexen.Guy Harris1-1/+2
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-6/+4
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-3/+3
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-3/+3
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-1/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-2/+9
2000-05-05Add routines to:Guy Harris1-4/+28
2000-04-18In the NCP dissector, construct conversations using the source andGuy Harris1-2/+3
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-5/+8
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-2/+3
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris1-1/+6
2000-04-04Make a routine that takes a dissector table, a port number, andGuy Harris1-1/+6
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris1-2/+1
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris1-3/+19
2000-03-26First pass at per frame proto data. Keep each proto block as a GSList list.Richard Sharpe1-1/+10
2000-03-08We already set the foreground and background color for every frame,Guy Harris1-2/+1
2000-02-18Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !Olivier Abad1-2/+1
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-166/+5
2000-02-09Dietmar Petras provided:Gilbert Ramirez1-1/+2
2000-02-05Dissector for Cisco's Virtual Trunking Protocol.Guy Harris1-1/+2
2000-02-05Cisco Group Management Protocol dissector.Guy Harris1-1/+2
2000-01-24Add support for Cisco ISL.Guy Harris1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-18/+17
2000-01-20Joerg Mayer's updates to the VINES dissector and to protocol layersGuy Harris1-1/+3
2000-01-07Add John Thomas' L2TP dissector.Guy Harris1-1/+2
1999-12-29Move the stuff to fill in those columns not filled in by dissectors fromGuy Harris1-1/+3
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-1/+2
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-1/+2
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-1/+2
1999-12-12WCCP 1.0 dissection, from Jerry Talkington.Guy Harris1-1/+2
1999-12-09added ldap dissector placeholder, just does request/response for now, until I...Nathan Neulinger1-1/+2
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1-1/+2
1999-12-06added simple irc dissectorNathan Neulinger1-1/+2
1999-12-05vlan updates for etype<maxlen and capture countersNathan Neulinger1-1/+2
1999-12-03added skeletal tacplus/xtacacs dissectorNathan Neulinger1-1/+3
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-1/+3
1999-11-29added start of tns dissectorNathan Neulinger1-1/+2
1999-11-27Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1-5/+1