aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp2.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29726 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-21Sanitize epan includeskrj1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29499 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29446 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29342 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-29Define certain fcns as static (if not used externally).wmeier1-17/+19
Also: whiule we're at it: - fix hf[] blurbs as appropriate to use NULL; - fix some indentation git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27890 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-27Small cleanup of proto_reg_handoff & etcwmeier1-4/+1
- 'once-only' not req'd in some cases - use find_dissector as appropriate - remove unneeded code git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26284 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-19If we get an LSSU of length 2, interpret the first octet of the SF field themorriss1-28/+35
same as it would be for a LSSU of length 1 (see Q.703/11.1.2). Since the second octet is undefined just display it was a hex FT_UINT8. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26230 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-26Show the acronyms for LSSU types in the Info column rather than the long ↵morriss1-2/+13
description (and don't tell the user it's an LSSU, they already know that). Also, there is no such thing as a SIBO, it's a SIB. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23278 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-08From Florent DROUIN:etxrab1-7/+117
This is a replacement of the existing decoding of ERF files (Extensible Record Format from Endace). For the decoding of the ERF files, according to the "type of record" given in the ERF header, several decoders can be used. Up to now, the decoder is determined according to an environment variable, or with a kind of heuristic. And, all the treatment is done during the file extraction. The new architecture, will separate the ERF file decoding, and the ERF record decoding. The ERF records will be decoded with a specific dissector. This dissector can be configured with options, to replace the environment variable. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1839 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23092 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-03Fix for bug 1816:jake1-14/+16
Add status value to LSSU info column. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22775 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-02- Add support for libpcap files for MTP2 with a per packet headertuexen1-4/+11
indicating the direction, narrowband/broadband, and interface number. - Add support to display the direction and interface number. - Add support to packet-mtp2.c to use the broadband/narrowband indication. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14265 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-14Add support for extended sequence numbers as specified in Annex A of Q.703.tuexen1-60/+132
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13042 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+219
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7