aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-03-12From Todd Montgomery: Bring PGM up to date with RFC 3208:Gerald Combs3-6/+479
2003-03-12From Lars Roland: printf fix.Guy Harris1-3/+3
2003-03-12From Anders Broman: put the message type in the Info column regardlessGuy Harris1-6/+10
2003-03-12From Anders Broman: fix the names of some fields.Guy Harris1-4/+3
2003-03-12From Andreas Sikkema: remove epan\dfilter\scanner.c, so that it getsGuy Harris1-1/+2
2003-03-12Change the version messages to put the "compiled with" stuff on aGuy Harris4-32/+55
2003-03-11When registering a string preference, if the value of the preference isGuy Harris1-10/+5
2003-03-11When registering a string preference, if the value of the preference isGuy Harris4-10/+23
2003-03-11Fixed two small bugs in tap_rtp.cRonnie Sahlberg1-3/+15
2003-03-11MSVC++ didn't care for having const ints in its hf subarray indices. UseGerald Combs1-99/+99
2003-03-11Update for 0.9.11.Gerald Combs2-2/+37
2003-03-11Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedGerald Combs3-7/+7
2003-03-10From Stefan Wenk: filterable header fields in SIP dissector.Guy Harris2-5/+487
2003-03-10From Albert Chin: get rid of some C++ comments in C89 code.Guy Harris1-3/+3
2003-03-10Obscure more email addresses.Gerald Combs3-4/+4
2003-03-10Fix some perldoc warnings and obscure email addresses.Gerald Combs2-17/+12
2003-03-10Use SCSI_DEV_BITS for the bits in the peripheral qualifier/peripheralGuy Harris1-2/+2
2003-03-10Have the "Save voice data as..." button in the RTP analysis dialog boxGuy Harris1-142/+48
2003-03-10Pointer <--> int converions cause warnings on ia64.Jörg Mayer5-12/+13
2003-03-09- conversation_get_protocol_data -> conversation_get_proto_dataLaurent Deniel1-10/+10
2003-03-09Remove used parameter pinfo from dissect_serJörg Mayer1-6/+6
2003-03-08From Markus Friedl: Remove duplicate code in packet-ssh.c.Gerald Combs2-146/+49
2003-03-08The SMPP dissector has a too light heuristic andLaurent Deniel1-1/+6
2003-03-08Ruediger Oertel <ro@suse.de>Jörg Mayer1-6/+6
2003-03-08If we have <windows.h>, we need to include it to declare OSVERSIONINFO.Guy Harris1-4/+8
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris3-7/+8
2003-03-08Treat the Peripheral Qualifier field the same way we treat theGuy Harris2-20/+32
2003-03-08The time deltas are for AFS, not ONC RPC.Guy Harris1-2/+2
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris5-144/+238
2003-03-08Add some missing entries, and put the entries in the same order as theGuy Harris1-1/+3
2003-03-08From Lars Roland: fix for his entry in the AUTHORS list.Guy Harris1-1/+1
2003-03-08Documentation for the MGCP tap,f rom Lars Roland.Guy Harris1-0/+15
2003-03-08Updates for 0.9.10.Gerald Combs2-46/+261
2003-03-07Note that you need <io.h> on Windows if you want to use "open()",Guy Harris1-3/+17
2003-03-07Add an average packet size, as suggested by Daniel Jackson.Gerald Combs1-1/+5
2003-03-07Include <io.h>, if present, to get "_open()", "_close()", etc. declared.Guy Harris1-1/+5
2003-03-07Make the DISSECTOR_SRC macro match the Makefile.am one, with theGuy Harris1-1/+3
2003-03-07From Markus Friedl:Gerald Combs8-7/+346
2003-03-07Add packet-mgcp.h to the distribution.Gerald Combs1-3/+3
2003-03-07Add another sanity check - there shouldn't be more than 47 bytes ofGuy Harris1-15/+32
2003-03-07Declare f_tempname and r_tempname staticJörg Mayer1-2/+2
2003-03-07Add in some additional Cisco URLs for NetFlow documentation.Guy Harris1-13/+33
2003-03-07FAQ was updatedJörg Mayer2-191/+203
2003-03-07NO_DATA is apparently #defined by some header file when building withGuy Harris1-39/+39
2003-03-06Get rid of CRs.Guy Harris1-1999/+1999
2003-03-06Throw in some additional portability notes about:Guy Harris1-4/+37
2003-03-06Get rid of CRs.Guy Harris2-284/+284
2003-03-06Give a bunch of files RCS IDs.Guy Harris7-311/+326
2003-03-06Move RTP Analysis to Statistics menuLaurent Deniel1-3/+3
2003-03-06- Protect tap_rtp.h against multiple inclusionsLaurent Deniel2-1/+11