aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp2.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-26Get rid of check_col() and use ENC.etxrab1-2/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-17/+17
2010-05-13Create a new REP_NA value for fields where there are no representationsguy1-1/+1
2010-05-12Instead of using private #defines for the last argument toguy1-18/+16
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
2009-08-21Sanitize epan includeskrj1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-03-29Define certain fcns as static (if not used externally).wmeier1-17/+19
2008-09-27Small cleanup of proto_reg_handoff & etcwmeier1-4/+1
2008-09-19If we get an LSSU of length 2, interpret the first octet of the SF field themorriss1-28/+35
2007-10-26Show the acronyms for LSSU types in the Info column rather than the long desc...morriss1-2/+13
2007-10-08From Florent DROUIN:etxrab1-7/+117
2007-09-03Fix for bug 1816:jake1-14/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-05-02- Add support for libpcap files for MTP2 with a per packet headertuexen1-4/+11
2005-01-14Add support for extended sequence numbers as specified in Annex A of Q.703.tuexen1-60/+132
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+219