aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte23-261/+459
2011-05-07From Jens Osterkamp:Jaap Keuter2-6/+151
2011-05-06Move fpinf dereference after NULL check.Jakub Zawadzki1-1/+1
2011-05-06Huzaifa Sidhpurwala of Red Hat Security Response Team discovered that weGerald Combs1-4/+2
2011-05-06From Tamás Regõs:Anders Broman1-1412/+1408
2011-05-06 VALS(& -> VALS(Anders Broman8-37/+37
2011-05-06Add note about ::/96 being deprecated.Jakub Zawadzki1-0/+23
2011-05-06Use strtoul() rather than sscanf to parse octal and hex numbers inGuy Harris1-4/+4
2011-05-06Prefix the message class names with RELOAD_ to prevent collisions.Jeff Morriss1-9/+9
2011-05-06From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :Jeff Morriss8-447/+574
2011-05-06From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5893 :Jeff Morriss1-14/+46
2011-05-06From Marc Petit-Huguenin via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss2-129/+110
2011-05-05Forgot to remove my editor's tabs before committing...Jeff Morriss1-6/+6
2011-05-05Fix false positive compiler warnings:Jakub Zawadzki1-5/+6
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki4-10/+110
2011-05-05Apply rev 14059 to non-Windows: update the display with new packets every 500Jeff Morriss1-17/+24
2011-05-05Subtract (not add!) preamble length from remaining buffer length.Jakub Zawadzki1-2/+3
2011-05-05Fix decoding of CP56Time2a timestamp. Resolves bug 5889.Chris Maynard1-2/+2
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki5-17/+8
2011-05-05More GUIManager stuff.Anders Broman13-26/+234
2011-05-05packet-xtp.h used only in packet-xtp.c; Move packet-xtp.h contents to packet-...Bill Meier3-160/+129
2011-05-05Don't assign to unused variable: Coverity 1132 [UNUSED].Bill Meier1-2/+2
2011-05-05Fix two cases of assignment to unused variables: Coverity 1030 & 1031 [UNUSED];Bill Meier1-7/+5
2011-05-05Fix two unused variable assignments: Coverity 1140.Bill Meier1-50/+48
2011-05-04Fix 3 memory leaks: unused g_malloc(): Coverity 1148-1150 [UNUSED];Bill Meier1-4/+0
2011-05-04Fix Coverity 1191: DEADCODE;Bill Meier1-206/+206
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki4-13/+0
2011-05-04From Nick Glass via bug #5887: DACP (apple remote) enhancement to DAAPStephen Fisher3-0/+84
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki9-13/+11
2011-05-04More GUIManager stuff.Anders Broman4-198/+302
2011-05-04From Pascal Quantin:Anders Broman3-13/+68
2011-05-04Once we start printing an "opened up" (tshark -O) tree, print the entireJeff Morriss1-3/+6
2011-05-03More GUIManager stuff.Anders Broman8-14/+144
2011-05-03More GUIManager stuff.Anders Broman7-10/+126
2011-05-03Packet editor:Jakub Zawadzki1-26/+106
2011-05-03From Jose Pico via bug #5884: Corrected export_object smb segmentationStephen Fisher5-39/+33
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman1-0/+25
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman4-0/+81
2011-05-03Wrap text of description for -O.Chris Maynard1-1/+2
2011-05-03Note what NetMon 3 actually uses various types for.Guy Harris1-5/+5
2011-05-03Set the pseudo-header regardless of whether we have a trailer or not.Guy Harris1-42/+47
2011-05-03It appears that, in NetMon 802.11 captures, management frames have anGuy Harris2-104/+183
2011-05-03Squelch a compiler warning - but note, in a comment, a real problem theGuy Harris1-1/+2
2011-05-03Fix indentation (tab stops are not guaranteed to be every 4 spaces).Guy Harris1-352/+352
2011-05-03From Tom Brezinski - fix for bug 5869:Guy Harris5-231/+453
2011-05-03Don't bother checking for gzgets(), as we don't use it, and don't evenGuy Harris2-90/+61
2011-05-03One bit suffices for the "columnized" and "colorized" flags in theGuy Harris1-5/+5
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris6-52/+33
2011-05-03Fix a comment.Guy Harris1-1/+1
2011-05-02From Peter Paluch via bug #5877: EIGRP dissector enhancement for RS/EOTStephen Fisher2-1/+18