summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-28fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7913Martin Kaiser1-2/+5
2012-10-28fix [-Werror=uninitialized]Anders Broman1-1/+1
2012-10-28Only add a subtree if optp->subtree_index is non NULL. should fix https://bug...Anders Broman1-4/+8
2012-10-28[Automatic manuf, services and enterprise-numbers update for 2012-10-28]Gerald Combs3-9/+192
2012-10-27Do free overwritten names when registering oids. There was a comment claimingEvan Huus1-2/+8
2012-10-27Don't leak memory when registering duplicate preferences subtree modules. TakeEvan Huus1-3/+7
2012-10-27There's no need to g_strdup our default prefs - setting them as literalsEvan Huus1-10/+12
2012-10-27From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7911 :Pascal Quantin1-32/+44
2012-10-27SVN properties for wmem slab files.Evan Huus0-0/+0
2012-10-27Experimental slab allocator logic for wmem.Evan Huus5-2/+190
2012-10-27Don't use wtap_phdr() for getting pkthdr struct after wtap_seek_read().Jakub Zawadzki1-1/+1
2012-10-27Update openSafety dissector with new Modbus dissector table name.Evan Huus1-1/+1
2012-10-27Add comment explaining the addr->hf field to column-utils for futureEvan Huus1-0/+6
2012-10-27Create init and cleanup functions for wmem as a whole.Evan Huus3-1/+34
2012-10-27Make the allocator destructor part of wmem_allocator_t. This avoids twoEvan Huus5-11/+20
2012-10-26Fix [-Wunused-but-set-variable] warnings.Bill Meier1-9/+3
2012-10-26General cleanup (No changes in dissection):Bill Meier1-503/+548
2012-10-26Minor cleanup.Gerald Combs1-4/+2
2012-10-26Add an option (-P) for a minimum plugin count.Gerald Combs1-6/+8
2012-10-26(Minor) Use correct description for tvb_find_guint8().Bill Meier1-3/+3
2012-10-26From Sho Amano via bug 7914: Gerald Combs1-7/+8
2012-10-26Prepare to dissect 3GPP options.Anders Broman1-11/+89
2012-10-26More options dissecton.Anders Broman1-14/+291
2012-10-26Fix copy/paste errorPascal Quantin1-2/+2
2012-10-26Fix [-Werror=sign-compare] [-Wunused-but-set-variable]Anders Broman1-6/+6
2012-10-26Improve Modbus/TCP dissector, Part 1Michael Mann3-256/+834
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus7-21/+36
2012-10-26Revert revision 44921.Evan Huus7-50/+25
2012-10-25Fix problem where NTP times with the high-bit set to 0 (which RFC 2030Jeff Morriss2-10/+33
2012-10-25From Umberto Corponi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+3
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss2-10/+4
2012-10-25Mark a couple of parameters as unused. Fix up indentation (replace 4-space ta...Jeff Morriss1-154/+154
2012-10-25Fix cut-n-pasteo.Jeff Morriss1-1/+1
2012-10-25- Pretify output a bit more.Anders Broman1-149/+353
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss3-26/+31
2012-10-25- Dissect more options.Anders Broman3-110/+525
2012-10-25Add application/ccmp+xmlAnders Broman1-1/+2
2012-10-24Don't use g_slist_free_full() it needs a more recent GLIB than we officiallyEvan Huus1-2/+11
2012-10-24fix compliation on Win64Martin Kaiser1-1/+1
2012-10-24add Alexander Koeppe's ftp contributionMartin Kaiser1-0/+1
2012-10-24From Alexander KoeppeMartin Kaiser1-17/+93
2012-10-24Use tvb_reported_length to skip past all the bytes in the tvb.Chris Maynard1-1/+1
2012-10-24tabs -> spaces, indentation fixups.Chris Maynard1-170/+162
2012-10-24To indicate that all bytes in the tvb were consumed, just return tvb_reported...Chris Maynard2-2/+2
2012-10-24tvb_length_remaining() -> tvb_reported_length_remaining(). To indicate that ...Chris Maynard1-10/+8
2012-10-24Use tvb_reported_length() to skip past all bytes in the tvb.Chris Maynard1-1/+2
2012-10-24No need to increment offset past bytes in tvb; just return instead.Chris Maynard1-8/+5
2012-10-24wmem_allocator_t is defined in wmem_core.h; redefining it elsewhere willGuy Harris1-2/+0
2012-10-24Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard1-118/+129
2012-10-24List -z compare,... in the statistics documentation. Maybe someone who actua...Chris Maynard1-1/+6