aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-03Create a list of MTP Service Indicator macros and use them.morriss1-36/+36
2012-02-03Register a frame-end routine to reset mtp3_standard back to the preferencemorriss1-12/+22
2012-02-03Improve heuristic standard detection:morriss1-166/+165
2012-01-30Remove an unused parameter.etxrab1-2/+2
2012-01-30Try to determine MTP3 Standard heuristically, original codeetxrab1-44/+109
2011-09-26Get rid of check_col() and use ENC.etxrab1-14/+13
2011-09-01Update my email address (the old one still works but I don't use it for Wires...morriss1-14/+14
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+0
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-28Copy hf variables by value, not by reference.morriss1-8/+8
2010-10-28Use ENC_LITTLE_ENDIAN and ENC_NA.morriss1-14/+14
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-2/+2
2010-03-30Add routine and tables for analyzing International Signalling Pointdimeg1-0/+13
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-06-30Get rid of assert() call; either the pointer will never be null, inguy1-1/+0
2009-05-19From Artem Tamazov (bug 3472):stig1-2/+6
2009-03-29Define certain fcns as static (if not used externally).wmeier1-32/+32
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-2/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-12/+22
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerguy1-5/+2
2007-03-29When there are multiple mtp3 packets on a single sctp packet (m2ua) have eac...lego1-17/+19
2007-01-18Add a preference (defaulted to off) to have the MTP3 dissector show the prior...morriss1-2/+19
2006-09-18jeff morriss:jmayer1-3/+4
2006-09-14Jeff Morriss:jmayer1-30/+54
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-05Frof Jeff Morriss:etxrab1-60/+186
2006-03-16From: Peter Johanssonlego1-1/+3
2006-03-11Avoid a coverity false positive (CID 38) from being considered.lego1-0/+3
2006-03-10Add a function that returns an unique guint32 for each dpc.lego1-0/+16
2005-12-16As per Olivier Jacques mail, etxrab1-16/+16
2005-12-14Use src and dst instead of net_src.etxrab1-2/+2
2005-08-20remove sprintf from mtp3sahlberg1-17/+20
2005-08-08various code cleanup:ulfl1-4/+0
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-2/+2
2005-02-25Add higher SI values.tuexen1-3/+7
2005-02-02Add mtp3.pc as suggested by Luis Ontanon.tuexen1-157/+99
2004-12-31Don't assign a const pointer argument to a non-const pointer variable.guy1-1/+1
2004-12-27Again, some warnings removed.ulfl1-6/+6
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-1/+1
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.guy1-2/+4
2004-10-22From Francisco Alcoba: declare the tap data as static, so it's stillguy1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-16From Viorel Suman: TALI (RFC 3094) support.guy1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+694