aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerGuy Harris2-5/+31
2003-03-24Fix up the parsing of browser rest messages.Richard Sharpe1-7/+47
2003-03-23Add support for decoding Intel ANS probes. Thanks go to Intel for providingGerald Combs3-2/+157
2003-03-21From Jeff Morriss fix:Guy Harris1-52/+60
2003-03-21Add support for the missing ResetBrowserState announcement inRichard Sharpe1-1/+23
2003-03-17change dissect_ndr_wchar_cvstring so that it uses the hf_index the dissector ...Ronnie Sahlberg1-2/+5
2003-03-17Turn SIDs into FT_STRING fields so that we can filter for them usingRonnie Sahlberg1-24/+40
2003-03-17Rename hf_smb_sid to the more appropriate hf_smb_search_idRonnie Sahlberg1-8/+8
2003-03-14From Devin Heitmueller: for packets with an unknown family ID, displayGuy Harris1-2/+2
2003-03-14Make sure that we display all the file attributes ...Richard Sharpe1-3/+21
2003-03-13From Tomas Kukosa - allow a preference name to begin with the stringGuy Harris1-2/+3
2003-03-12When fixing up old preferences, check the module for the currentGuy Harris1-19/+19
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