aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-73/+73
2009-06-12Decode id-data, usually found within S/MIME (CMS), as IMF/MIME.Graeme Lunt1-0/+4
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-1/+3
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-04-13Support for some additionl heading fields and the display of the (non-MIME) m...Graeme Lunt1-3/+55
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-11/+4
2007-08-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739Anders Broman1-1/+1
2007-08-09Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).Anders Broman1-25/+24
2007-07-17"key" is a guint8 *; make the pointer into the string to which it refersGuy Harris1-1/+1
2007-07-17Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1. ...Jeff Morriss1-31/+31
2007-07-14Expose a function (imf_find_field_end()) and Graeme Lunt1-69/+94
2007-07-04New dissector for Internet Message Format (IMF) - RFC 2822.Graeme Lunt1-0/+850