aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-06-21We need to start reassembly on a segment boundary.Anders Broman1-2/+9
2011-06-21From Roland Knall:Anders Broman1-2/+5
2011-06-21From Martin Kaiser:Anders Broman1-0/+82
2011-06-21From Martin Kaiser:Anders Broman1-26/+452
2011-06-20Fix a type.Gerald Combs1-1/+1
2011-06-20Added packet-ppi-gps.c and packet-ppi-sensor.cStig Bjørlykke1-1/+3
2011-06-20From Jon Ellch via bug 5175:Gerald Combs6-1043/+1513
2011-06-20Pretyfy APN display and make it filterable as a string.Anders Broman1-9/+44
2011-06-20Some fixes to UM sequence analysis.Martin Mathieson1-15/+21
2011-06-20Remove some unneeded #includes;Bill Meier1-153/+158
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier14-37/+39
2011-06-19Show and and a filter to non-zero ACK numbers and URG pointers whenever their...Sake Blok1-5/+24
2011-06-19Make creating a display filter from a custom column defined as integer withStig Bjørlykke1-12/+20
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier4-41/+31
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier36-97/+21
2011-06-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2409/+2412
2011-06-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-67/+56
2011-06-19[Automatic manuf, services and enterprise-numbers update for 2011-06-19]Gerald Combs1-7/+263
2011-06-19Revert r37702 in favour of r37705 for bug 6035.Stig Bjørlykke1-2/+2
2011-06-19Handle BASE_NONE as BASE_DEC for filter expression in custom columns.Stig Bjørlykke1-0/+1
2011-06-18Use BASE_DEC for expert.group and expert.severity.Stig Bjørlykke1-2/+2
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-0/+4
2011-06-17pflog: use BSD_AF_ defines from <epan/aftypes.h>.Jakub Zawadzki2-9/+7
2011-06-17Added some casts from spotlight_ntoh64 to guint.Stig Bjørlykke1-5/+5
2011-06-17From Gregor Beck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6004Alexis La Goutte1-0/+31
2011-06-17Added a cast from ieee802154_long_addr.addr (guint64) to guint.Stig Bjørlykke1-1/+1
2011-06-17Update IKEv2 to last IANA Parameters (2011-05-09)Alexis La Goutte1-3/+48
2011-06-17Added cast to int for nstime_t.nsecs.Stig Bjørlykke1-8/+8
2011-06-17Preferences for x411 moved to p1.Stig Bjørlykke1-1/+4
2011-06-17From Roland Knall:Anders Broman1-29/+216
2011-06-16Squelch some compiler warnings.Guy Harris4-9/+14
2011-06-16Squelch some compiler warnings.Guy Harris1-1/+1
2011-06-16Enhance Cisco CCX1 CKIP Information Element (133)Alexis La Goutte1-17/+31
2011-06-16Constify a return value, to squelch a compiler warning.Guy Harris2-3/+3
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-1/+3
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-2/+2
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-3/+3
2011-06-15From Ali Bahar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6022Alexis La Goutte1-52/+41
2011-06-15Make checkAPIs Happy Alexis La Goutte1-1/+1
2011-06-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363Alexis La Goutte1-0/+52
2011-06-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363Alexis La Goutte1-7/+8
2011-06-14Please don't use prohibited APIs in new code:Stig Bjørlykke2-2/+2
2011-06-13Fix for bug 6009:Jaap Keuter1-1/+1
2011-06-12[Automatic manuf, services and enterprise-numbers update for 2011-06-12]Gerald Combs1-11/+211
2011-06-11Just as with autoconf, we need to include the Python cflags whenGuy Harris1-1/+1
2011-06-11Do the Python embedding similarly to other "default = yes, if available"Guy Harris1-1/+1
2011-06-11Include <Python.h> to get the Python version number.Guy Harris1-1/+4
2011-06-10From Pascal Quantin:Anders Broman1-6/+2
2011-06-09Add another cast.Gerald Combs1-1/+1
2011-06-09Add a couple of casts to make Visual C++ happy.Gerald Combs1-4/+3