aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-08-15- s/ntohs/g_ntohsmorriss1-11/+4
2007-08-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739etxrab1-1/+1
2007-08-09Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).etxrab1-25/+24
2007-07-17"key" is a guint8 *; make the pointer into the string to which it refersguy1-1/+1
2007-07-17Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1. ...morriss1-31/+31
2007-07-14Expose a function (imf_find_field_end()) and gal1-69/+94
2007-07-04New dissector for Internet Message Format (IMF) - RFC 2822.gal1-0/+850