aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-29Don't hardcode the notion that the sync pipe is the standard output intoGuy Harris3-7/+9
2007-09-29The fork_child argument to sync_interface_stats_close is unused on UN*X.Guy Harris1-2/+6
2007-09-29We don't use NetSNMP any more.Guy Harris1-8/+0
2007-09-29We don't use NetSNMP any more.Guy Harris1-4/+0
2007-09-28Support Solaris along with Windows.Gerald Combs1-7/+20
2007-09-28Improves dissection of JXTA traffic from http connections. Mike Duigou1-282/+360
2007-09-28Why do I have to enable the Bytes View to see the (start of) data of the Data...Jaap Keuter1-1/+19
2007-09-28Special casing is no longer necessary for formatting of AT_STRINGZ in col_set...Mike Duigou1-15/+10
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...Mike Duigou3-11/+6
2007-09-28Add error checking for fwrites; replacement for the 2nd of the patches provid...Bill Meier1-22/+44
2007-09-28Specify that -l causes tshark to flush the *standard* output (from bug 1875)....Jeff Morriss1-1/+1
2007-09-28Handle IPv6 addresses in ipprim headers.Martin Mathieson1-39/+107
2007-09-28When reading NetScreen snoop output, allow the '.' in interface namesSake Blok1-1/+1
2007-09-28Add a small note saying not to use proto_tree_add_text() in new code unless y...Jeff Morriss1-6/+7
2007-09-28Add notes suggesting not to use hidden fields but if you're going to, use PRO...Jeff Morriss1-4/+19
2007-09-28this silly protocol uses the same port as ndmp and worse, there is Ronnie Sahlberg1-2/+27
2007-09-28add ndmp.h to the makefileRonnie Sahlberg1-0/+1
2007-09-28add a function to test if a packet is ndmp or notRonnie Sahlberg2-8/+54
2007-09-28ndmp and tcp encapsulation of esp both use port 10000Ronnie Sahlberg1-0/+6
2007-09-28Use the tag for downloading.Anders Broman1-2/+2
2007-09-28queue the ip/eth headers for tapping before calling any subdissectors Ronnie Sahlberg2-14/+11
2007-09-27Load wpcap.dll, since we still use it for some things. This should hopefullyGerald Combs1-14/+12
2007-09-27Updated to include the ranap header file.Stig Bjørlykke1-2/+4
2007-09-27From Martin Warnes:Sake Blok1-1/+5
2007-09-27(Try to) get tshark capturing working on *NIX (it works for me anyway):Jeff Morriss1-47/+57
2007-09-27As requested by Juan Wortley on -users: instead of allowing only 2 UDP ports ...Jeff Morriss1-33/+32
2007-09-27Convert asn1/dap/Jörg Mayer7-71/+120
2007-09-27revert changes in config.nmake committed by mistake and commit configure.in Tomas Kukosa2-5/+9
2007-09-27add forgotten makefilesTomas Kukosa8-0/+298
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa12-253/+100
2007-09-26Added 1 min and 10 min tick intervals to the user guide.Stig Bjørlykke1-1/+1
2007-09-26- Added Tick interval 1 min and 10 min.Stig Bjørlykke1-19/+25
2007-09-26Fix unused functions.Anders Broman1-1/+4
2007-09-26The unused pinfo strikes back (again).Anders Broman1-1/+1
2007-09-26Further IE dissection.Anders Broman1-48/+435
2007-09-26Try to fix the U3 build.Anders Broman1-1/+8
2007-09-26Add the -E (encapsulation) flag.Gerald Combs1-4/+9
2007-09-26- show type (number) of unrecognised tlvs in the tlv root itemMartin Mathieson1-13/+32
2007-09-26Decode role on shared linkJörg Mayer1-4/+21
2007-09-26Beginnings of EAPS shared link packet dissection (EAPSv2)Jörg Mayer1-10/+219
2007-09-26"fix" some warnings about "might be used uninitialized" variablesJörg Mayer3-5/+5
2007-09-26Make the number of bytes just a guint, in the hopes that it'll squelchGuy Harris1-1/+1
2007-09-26Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also neededStephen Fisher1-1/+1
2007-09-26The dissector packet-dcp.c now fails to compile on MacOS X (gcc 4.0.1/Apple)....Stephen Fisher2-8/+1
2007-09-26Squelch *another* "case M ... N:".Guy Harris1-2/+5
2007-09-26A guint8 can never be > 255.Guy Harris1-1/+1
2007-09-26the Ubuntu / OS X buildbots don't seem to like G_STATIC_MUTEX_INIT (for whate...Ulf Lamping1-1/+1
2007-09-26Don't useGuy Harris2-8/+13
2007-09-26solve some more of the unix specific buildbot problemsUlf Lamping1-10/+9
2007-09-25add a dummy function, so unix/linux version should at least compileUlf Lamping1-1/+17