aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms_ud.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+11
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+7
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-22/+22
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-17General Cleanup including:Bill Meier1-466/+474
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-4/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+10
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2008-09-25Minor proto_reg_handoff cleanupBill Meier1-7/+0
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+639