aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris5-7/+56
2011-04-10We have to define ws_statb64 before declaring routines that use it.Guy Harris1-33/+40
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.Guy Harris2-2/+2
2011-04-10ws_stdio_stat got renamed to ws_stdio_stat64.Guy Harris1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris11-44/+46
2011-04-10Define ws_statb64 as struct stat *within* the "not Windows" block.Guy Harris1-1/+1
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris3-2/+12
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris3-3/+5
2011-04-10strcpy -> strncpy.Stig Bjørlykke1-1/+1
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris4-27/+20
2011-04-101.5.1 → 1.5.2. Reenable Babel.Gerald Combs6-8/+9
2011-04-10Point to RFC 1952 as a description of the gzip file format.Guy Harris1-0/+10
2011-04-10Move the definition of the structure pointed to by a FILE_T intoGuy Harris2-32/+32
2011-04-10Build 1.5.1. Temporarily disable the Babel dissector.Gerald Combs2-5/+4
2011-04-10Minor whitespace fix.Gerald Combs1-1/+1
2011-04-10[Automatic manuf, services and enterprise-numbers update for 2011-04-10]Gerald Combs3-13/+165
2011-04-10prefs_register_protocol() not needed since no prefs; Coverity #1185 (UNUSED_V...Bill Meier1-11/+2
2011-04-09From Jakub Zawadzki via bug 5809:Stig Bjørlykke1-4/+16
2011-04-09Do some whitespace cleanup.Bill Meier1-763/+763
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 911;Bill Meier1-2290/+2292
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 923-927;Bill Meier1-515/+533
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 891 & 892;Bill Meier1-25/+22
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris4-2/+87
2011-04-08Fix Coverity CID 557.Gerald Combs1-2/+5
2011-04-08Don't assign to a proto_item * if the value won't be used: Coverity 990;Bill Meier1-39/+39
2011-04-08From Pascal Quantin:Anders Broman3-4/+51
2011-04-08Enhance Vendor Specific Atheros IE Alexis La Goutte1-67/+100
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs5-47/+57
2011-04-08Just make the fh member of a wtap_dumper_t a void * for now, and, in allGuy Harris2-12/+14
2011-04-08From Pascal Quantin:Anders Broman5-563/+1653
2011-04-08Add Babel.Gerald Combs1-0/+1
2011-04-08From Juliusz Chroboczek via bug #5812: Dissector for the Babel RoutingStephen Fisher4-0/+526
2011-04-08Make wtap plugins build on windows again.Anders Broman1-0/+1
2011-04-08Use tvb_get_ephemeral_string()Anders Broman1-16/+13
2011-04-08Change ng_file_read() to take only one size argument - and make it anGuy Harris1-27/+27
2011-04-08To squelch some compiler warnings, temporarily cast the argument toGuy Harris1-2/+12
2011-04-08From Jakub Zawadzki:Guy Harris5-229/+675
2011-04-07Use a unique variable name. Fixes Coverity CID 593.Gerald Combs2-9/+9
2011-04-07Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs7-12/+12
2011-04-07From Jakub Zawadzki:Guy Harris2-5/+8
2011-04-07Make it possible to have a sub dissector dissect the status line diagnostic s...Anders Broman1-3/+21
2011-04-07Display frame numbers containing min & max SRT's. Other misc. display tweaks.Chris Maynard1-17/+19
2011-04-07From Gisle Vanem: text_import_scanner_lex.h is no longer used.Jeff Morriss1-2/+1
2011-04-07Enhance Tag Measurement Request & ReportAlexis La Goutte1-512/+689
2011-04-07(Trivial) Fix a typo & some indentation.Bill Meier1-6/+6
2011-04-07Until the minimum glib version requirement is changed from 2.4 to at least 2.8,Chris Maynard1-3/+3
2011-04-06Fix Coverity 1181: REVERSE_INULL & improve code:Stephen Fisher1-2/+4
2011-04-06Enhancement bug #5796: Add Atheros vendor specific 802.11 IE parsingStephen Fisher3-0/+219
2011-04-06Add computation of median and change standard deviation calculation to "sample"Chris Maynard2-20/+67
2011-04-06Either remove or use unused values found by Coverity. Fixes CIDsGerald Combs3-5/+5