aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-07-08Added prototype for p_rem_proto_data()Tim Potter1-8/+2
Fixed bug in said function which prevented it from actually working. svn path=/trunk/; revision=7982
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanGuy Harris1-3/+5
non-const pointers. svn path=/trunk/; revision=6683
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
equivalents for the epan/ directory but leave winsock2.h in inet_pton.c and inet_ntop.c for now (can't estimate the consequences). svn path=/trunk/; revision=5928
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke1-0/+155
frame_data{h,c}. Added a frame_data_init to be called by epan_init. svn path=/trunk/; revision=3223