aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp2.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-27Batch of filterable expert infosMichael Mann1-2/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-2/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-17/+17
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-1/+1
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-18/+16
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-17/+19
2008-09-27Small cleanup of proto_reg_handoff & etcBill Meier1-4/+1
2008-09-19If we get an LSSU of length 2, interpret the first octet of the SF field theJeff Morriss1-28/+35
2007-10-26Show the acronyms for LSSU types in the Info column rather than the long desc...Jeff Morriss1-2/+13
2007-10-08From Florent DROUIN:Anders Broman1-7/+117
2007-09-03Fix for bug 1816:Jaap Keuter1-14/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen1-4/+11
2005-01-14Add support for extended sequence numbers as specified in Annex A of Q.703.Michael Tüxen1-60/+132
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+219