aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-26And another 64-bit-to-32-bit conversion on 32-bit platforms.Guy Harris1-1/+1
2012-12-26simple_dialog_primary_start() and simple_dialog_primary_end() are nowGuy Harris1-4/+4
2012-12-26Another 64-bit-to-32-bit warning that shows up in 32-bit environments.Guy Harris1-1/+1
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris7-1778/+1777
2012-12-26Hopefully this case is OK in C++; bit-fields can't be enums in standardGuy Harris1-1/+1
2012-12-26And more 64-bit-to-32-bit time issues on 32-bit platforms.Guy Harris1-8/+8
2012-12-26OK, I give up.Guy Harris1-1/+5
2012-12-26Another ILP32 Y2.038K warning.Guy Harris1-1/+1
2012-12-26OK, does *this* convince the compiler that the loop isn't ever going toGuy Harris1-5/+1
2012-12-26Squelch a (Y2.038K) warning.Guy Harris1-1/+1
2012-12-26OK, *this* isn't a possibly-infinite loop.Guy Harris1-3/+3
2012-12-26Widen some loop variables, in the hopes that it'll squelch some loopGuy Harris1-3/+3
2012-12-26Eliminate multiple "const"s.Guy Harris1-1/+1
2012-12-26Widen an argument to match its (theoretical) widest possible width. SeeGuy Harris1-5/+6
2012-12-26Squelch a (Y2.038K) warning.Guy Harris1-1/+1
2012-12-26OK, fine, maybe sometimes it's used; flag it with _U_ while we're at it.Guy Harris1-1/+1
2012-12-26If a parameter might be unused, mark it with _U_; don't stick in a fakeGuy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris289-2464/+2352
2012-12-25bssmap_msg_fcn[] is a dense array, not a sparse array, so *every* entryGuy Harris1-6/+7
2012-12-25More checks to make sure pinfo->private_data is not null.Guy Harris1-68/+71
2012-12-25Add some additional sanity checks.Guy Harris2-0/+8
2012-12-25Add support for -D option. The preamble will start withMichael Tüxen2-3/+43
2012-12-25In dissect_bthci_evt_command_complete():Guy Harris1-42/+45
2012-12-25Fix writing of PCAP-NG files when flags are provided.Michael Tüxen1-3/+0
2012-12-25Remove current version of -D option, because:Michael Tüxen1-11/+1
2012-12-25Add some debug output regarding preamble processing.Michael Tüxen1-4/+7
2012-12-25set the dtls record length for reassembly _before_ adding a fragmentMartin Kaiser1-2/+2
2012-12-25Clear preamble if no timespec is given.Michael Tüxen1-1/+4
2012-12-25Add support of -m option for SCTP.Michael Tüxen1-12/+23
2012-12-25Fix SCTP packet generation if DATA chunk headers needMichael Tüxen1-11/+18
2012-12-25Fix bugs I introduced. NowMichael Tüxen1-6/+6
2012-12-25If there's no packet data, there's nothing to check to see whether thisGuy Harris1-3/+12
2012-12-25Show the Vines Fragmentation Protocol control flags field as bitflags,Guy Harris1-37/+66
2012-12-25Improve description.Michael Tüxen1-1/+1
2012-12-25Add option to suppress duplicate suppression.Michael Tüxen1-1/+1
2012-12-24The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it. ThatGuy Harris1-5/+5
2012-12-24The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it (thisGuy Harris1-1/+1
2012-12-24Cast away warnings implicit 64-bit-to-32-bit conversions. (We shouldGuy Harris2-9/+10
2012-12-23From report of Elavarasan via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte1-23/+155
2012-12-23Wireshark Aruba Dictionary is sync with FreeRadius Aruba DictionaryAlexis La Goutte1-4/+4
2012-12-23From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte2-7/+70
2012-12-23Update Dictonary from FreeRadius(-server) Master branch https://github.com/Fr...Alexis La Goutte6-0/+55
2012-12-23[Automatic manuf, services and enterprise-numbers update for 2012-12-23]Gerald Combs3-22/+290
2012-12-23In nlsp_dissect_clvs(), count len down at the same time we increment theGuy Harris1-5/+5
2012-12-23Use the types that PortAudio specifies for values passed to or returnedGuy Harris1-14/+11
2012-12-23More whitespace cleanups.Guy Harris1-82/+77
2012-12-23Add support for writing per packet comments when using pcapng.Michael Tüxen4-2/+32
2012-12-23When using pcapng, provide input file name as comment.Michael Tüxen1-3/+4
2012-12-23Fix syntax error showing up when using debug ouput.Michael Tüxen1-1/+1
2012-12-23Fix indentation.Guy Harris1-58/+54