aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-3/+4
2001-11-20Make the capture routines take an additional argument giving the amountguy1-8/+6
2001-11-20"END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid ofguy1-13/+5
2001-10-31Put "extern" in front of a pile of function declarations.guy1-36/+47
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedguy1-9/+6
2001-06-29Create a routine to do the tvbuff-length-adjusting andguy1-1/+9
2001-06-02"old_dissector_delete()" is no longer used; remove it.guy1-4/+2
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofguy1-10/+1
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-2/+1
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newguy1-4/+1
2001-04-01Moved the the remaining column related routines out of packet.{c,h}hagbard1-25/+2
2001-04-01Moved the packet_info structure and supporting functions out ofhagbard1-70/+2
2001-04-01Moved the frame_data structures and functions from packet.{h,c} tohagbard1-32/+2
2001-04-01Moved the column_info structure and related enum from packet.{c,h} tohagbard1-58/+2
2001-04-01Moved the value_string structures and function from packet.{c,h} intohagbard1-12/+2
2001-04-01Moved various to_str files from packet.{c,h} to a separatehagbard1-16/+2
2001-03-23Changes required to support multiple named data sources.jfoster1-1/+3
2001-03-15Add a new AT_OSI address type.guy1-2/+3
2001-02-27Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"guy1-1/+2
2001-02-01"Decode As" dialog, from David Hampton.guy1-1/+27
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesguy1-5/+5
2001-01-13Tvbuffify the PIM dissector.guy1-3/+1
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPguy1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-8/+14
2001-01-09Add tables of "conversation" dissectors, which are associated withguy1-1/+23
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;guy1-2/+3
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itguy1-1/+2
2000-12-03Update a comment.guy1-3/+3
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aguy1-1/+5
2000-11-21Senseless old prototype for rpc init removed.girlich1-3/+1
2000-11-19For each column, have both a buffer into which strings for that columnguy1-1/+3
2000-11-18Nobody calls "old_try_conversation_dissector()" orguy1-3/+1
2000-11-18Put in an empty declaration of "struct dissector_handle" beforeguy1-2/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy1-1/+16
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-2/+1
2000-11-01Add a fourth choice of time format in the packet list display, whichguy1-1/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are thegram1-6/+7
2000-09-27Move packet.[ch] to epangram1-0/+371