aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-2/+3
2002-01-13Add a preferences page for the name resolution flags.Guy Harris2-21/+40
2002-01-11From Jirka Novak:Guy Harris2-20/+78
2002-01-07Clean up white space.Guy Harris1-19/+20
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez3-3/+44
2002-01-04If the "parent directory" of what would be the personal configurationGuy Harris1-3/+13
2002-01-04From Hamish Moffatt:Guy Harris1-2/+13
2002-01-04Fix up white space.Guy Harris1-5/+5
2002-01-04"proto_tree_is_visible" no longer exists as a global variable, so removeGuy Harris1-7/+1
2002-01-04Throw a BoundsError if a length parameter in a tvbuff-accessor is < -1.Gilbert Ramirez1-3/+9
2001-12-28Correctly handle the nanoseconds fields in strings representing absoluteGuy Harris1-7/+68
2001-12-23Bump the version up to 0.9.0. Update the NEWS file.Gerald Combs1-2/+2
2001-12-20Work around Windows' annoying decision to map 0.0.0.0 to the local hostGuy Harris1-2/+8
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez15-218/+441
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris2-4/+14
2001-12-13Plug a really bad memory leak. The GPtrArrays of field_info's thatGilbert Ramirez1-1/+2
2001-12-12From Motonori Shindo: add "*.pdb" to the ".cvsignore" files inGuy Harris3-0/+3
2001-12-12From Motonori Shindo:Guy Harris3-9/+10
2001-12-10Remove some extra blank lines.Guy Harris1-4/+1
2001-12-10The packet length is an unsigned quantity; print it with "%u".Guy Harris1-2/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris8-201/+190
2001-12-08Clean up indentation.Guy Harris1-20/+20
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris2-7/+58
2001-12-07Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as perGuy Harris1-3/+17
2001-12-07Dfilter code finds field under *any* parent's subtree, not justGilbert Ramirez2-32/+9
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2-6/+16
2001-12-03Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris1-2/+2
2001-12-03A "dissector_table_t" is no longer a pointer to a hash table, it's aGuy Harris1-4/+4
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris2-142/+105
2001-12-03Add a routine tro look for a given port in a given dissector table and,Guy Harris2-6/+23
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris5-119/+81
2001-12-03Rename another routine to get rid of an unnecessary "1" in its name.Guy Harris1-3/+3
2001-12-03Don't bother saving or restoring "can_desegment" until you actually callGuy Harris1-13/+14
2001-12-03Rename and re-comment some routines to make it clearer what they do.Guy Harris1-18/+27
2001-11-29Update from Ronnie Sahlberg:Guy Harris3-7/+48
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris4-12/+32
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke4-18/+9
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-1/+9
2001-11-24Update the Makefile.nmake files to reflect the move of "int-64bit.c" toGuy Harris1-0/+1
2001-11-22Moved int-64bit.{c,h} into epan/Ed Warnicke5-5/+619
2001-11-21Remove the pointer to the global packet_info from the table ofGilbert Ramirez1-3/+1
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez10-100/+62
2001-11-21Get rid of some unused variables.Guy Harris3-11/+3
2001-11-21Fix an earlier typo of mine.Guy Harris1-2/+2
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris2-19/+3
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2-30/+3
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-8/+6
2001-11-20"END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid ofGuy Harris1-13/+5
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-3/+14
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris5-23/+7