aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changesahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-24minor code cleanupulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17093 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-13get rid of one more gmemchunksahlberg1-36/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15332 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-08Added prototype for p_rem_proto_data()tpot1-8/+2
Fixed bug in said function which prevented it from actually working. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7982 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanguy1-3/+5
non-const pointers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6683 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-8/+8
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6116 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5928 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-01Moved the frame_data structures and functions from packet.{h,c} tohagbard1-0/+155
frame_data{h,c}. Added a frame_data_init to be called by epan_init. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3223 f5534014-38df-0310-8fa8-9805f1628bb7