aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-12-20From jaap Keuter:etxrab2-4/+4
2005-12-20packet-rnsap.[hc] were added to Makefile.common but missing from svnjmayer2-0/+35519
2005-12-20packet-radius.c, packet-xml.c:jmayer2-54/+58
2005-12-20Add dissection of RNSAP, not complete yet.etxrab1-0/+2
2005-12-20Make sure we don't try to close an already-closed file.gerald1-2/+4
2005-12-19Get rid of some GCC warnings about unused code.etxrab4-703/+1707
2005-12-19register the m3ua dissector by namelego1-0/+2
2005-12-19Avoid a warning if release_cause == 0lego1-1/+1
2005-12-19Add support for Juniper GGSN generated pcap files.lego1-4/+43
2005-12-19From John Sullivan:etxrab3-30/+750
2005-12-18"Fix" for warning: enumeration value 'TS_NOT_SET' not handled in switchjmayer1-0/+4
2005-12-18warning: no newline at end of filejmayer1-1/+2
2005-12-18warning: C++ style comments are not allowed in ISO C90jmayer1-3/+3
2005-12-18warning: function declaration isn't a prototypejmayer2-3/+3
2005-12-18From Michael Rozhavsky:etxrab1-0/+10
2005-12-18From Greg Morris:etxrab3-107/+252
2005-12-18If we're going to use a handle for the data handle, we need to get aguy1-3/+4
2005-12-18Get rid of an unused variable.guy1-7/+5
2005-12-18Squelch a compiler warning.guy1-1/+1
2005-12-18Get rid of an unused variable.guy1-8/+3
2005-12-18Get rid of an unused variable.guy1-3/+2
2005-12-17remove // commentslego1-7/+3
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...lego8-149/+202
2005-12-16add work in progress srvsvc.idl.sahlberg1-0/+1508
2005-12-16A patch for packet-ospf.c is attached:etxrab1-419/+412
2005-12-16As per Olivier Jacques mail, etxrab2-21/+21
2005-12-16Some updatesjmayer1-220/+244
2005-12-16From Jaap Keuter:etxrab3-18/+11
2005-12-16From Jaap Keuter:etxrab1-1/+1
2005-12-16From Michael Rozhavsky:etxrab1-46/+212
2005-12-16From Grame Lunt:etxrab1-1/+5
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab8-15/+11
2005-12-16From Graeme Lunt:etxrab16-370/+834
2005-12-16From Stig Bsahlberg3-1/+48
2005-12-15from Jaap Ksahlberg1-1/+2
2005-12-15update to modbus/tcpsahlberg1-148/+181
2005-12-15Use the reported length, not the length, to figure out how much toguy1-5/+4
2005-12-14Fix Bug 628 Bugzilla 2.18.3 etxrab1-14/+10
2005-12-14Add possibility to try to dissect IP over TIPC.etxrab1-63/+133
2005-12-14From Jaap Keuter:etxrab2-21/+102
2005-12-14From Graeme Lunt:etxrab1-33/+92
2005-12-14From Marc Petit-Hugueninetxrab1-7/+106
2005-12-14Use src and dst instead of net_src.etxrab2-31/+37
2005-12-14Close the dictionary files after reading from them.lego1-0/+4
2005-12-14"a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are theguy1-2/+4
2005-12-13handle sccp connections.lego1-38/+190
2005-12-13Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.lego1-1/+1
2005-12-13Change reassembly to include first empty segment, check if SLR exists.etxrab2-15/+24
2005-12-13Throw an exception if we have an invalid offset. Fixes bug 585.gerald1-0/+3
2005-12-13Fix some bit mask tests - & has lower priority than !=, so "a & b != c"guy1-2/+8