aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-31When reading sequentially, pass the packet data length toGuy Harris1-4/+12
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-2/+2
2013-12-31Trust the packet length we calculate when reading packets randomly.Guy Harris1-8/+1
2013-12-31Make it clearer that we're using the packet length read from the packetGuy Harris1-1/+2
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-2/+3
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-8/+9
2013-12-31Use the packet length read from the packet header, and check for an EOFGuy Harris1-3/+7
2013-12-31Use the packet length read from the packet header, and check for an EOFGuy Harris1-3/+6
2013-12-31Revert r54510: OSX buildbots still complain about unused hf variablesPascal Quantin1-1/+1
2013-12-31Add -h option (with output to stdout and exit status 0).Bill Meier1-15/+40
2013-12-31Follow convention for -h option:Bill Meier1-15/+38
2013-12-31Use the normal convention for exit status and output file descriptors:Bill Meier1-129/+139
2013-12-31Add SVN propertiesPascal Quantin1-1/+1
2013-12-31move packet-tango.c from dirty to cleanMartin Kaiser1-1/+1
2013-12-31add Novell PKIS to the list of new protocolsMartin Kaiser1-0/+1
2013-12-31From DirkMartin Kaiser14-0/+1262
2013-12-31add some more box namesMartin Kaiser1-0/+6
2013-12-31Zero security struct to avoid reading garbage value, and remove a redundant testMartin Mathieson1-10/+4
2013-12-30Add new function: tvb_skip_guint8()Jakub Zawadzki2-0/+23
2013-12-30Clean up white space.Guy Harris1-3/+3
2013-12-30Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris3-60/+101
2013-12-30gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.Guy Harris2-10/+12
2013-12-30Fix a couple of old typos;Bill Meier1-20/+43
2013-12-30Squelch compiler warnings.Guy Harris1-8/+5
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann20-3143/+5619
2013-12-30If we don't have libgcrypt, have a stub zbee_sec_ccm_decrypt() routineGuy Harris1-1/+14
2013-12-30More reverse engineering.Guy Harris1-64/+298
2013-12-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9286 :Pascal Quantin1-30/+37
2013-12-30For file formats that don't have magic numbers, so they're recognized byGuy Harris2-65/+375
2013-12-30Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.Bill Meier1-5/+5
2013-12-30Don't use 'l' as a constant modifier:Bill Meier1-35/+49
2013-12-29Make arrow down/ up work in gtk again.Jakub Zawadzki1-1/+1
2013-12-29Replace a global variable used only for its size with a #define for theGuy Harris1-7/+7
2013-12-29For the Juan Antonio entry: specify the dissector written;Bill Meier1-1/+5
2013-12-29From robionekenobi: packet-mq enhancementBill Meier4-718/+993
2013-12-29From stcookMartin Kaiser1-0/+1
2013-12-29The IEEE OUI, IAB, and OUI-36 lists currently redirect toGerald Combs2-809/+23561
2013-12-29Set svn:keywords and svn:eol-style properties.Jakub Zawadzki2-3450/+3450
2013-12-29New dissector for the CCSDS CFDP protocol. Bug 9517 (https://bugs.wireshark....Michael Mann5-176/+1825
2013-12-29[Automatic manuf, services and enterprise-numbers update for 2013-12-29]Gerald Combs3-23533/+804
2013-12-28use the correct record length for an IPv6 record in the NRBMartin Kaiser1-2/+3
2013-12-28Add ZigBee Green Power dissector. Bug 9424 (https://bugs.wireshark.org/bugzi...Michael Mann9-37/+1910
2013-12-27Use Unicode REPLACEMENT CHARACTER for TS 23.038 errors, as we do forGuy Harris1-4/+8
2013-12-27mp2t: return offset when dissecting AF (continuation of r54396)Jakub Zawadzki1-1/+1
2013-12-27Generate prototype for plugin_reg_handoff()Jakub Zawadzki1-0/+2
2013-12-27Fix some typoes, quote $CFLAGS and $LDFLAGS when using them inGuy Harris1-7/+7
2013-12-27Fix [-Wmissing-prototypes]Anders Broman7-2/+22
2013-12-27From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9576Alexis La Goutte1-1/+0
2013-12-26Fix configure-script errors with some versions of autoconf.Guy Harris1-0/+6
2013-12-26From Robert Jongbloed viaEvan Huus2-0/+11