aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Try to make Mac OS X Buildbots happyAlexis La Goutte1-2/+2
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann9-22/+35
2015-01-18Remove ep_strndupMichael Mann6-39/+24
2015-01-18Remove emem from GeoIPMichael Mann7-34/+77
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann4-22/+31
2015-01-17Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.Michael Mann4-14/+12
2015-01-17Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann4-29/+24
2015-01-17DHCP/BOOTP: Option 125 Suboption: (1) option-len always expects 1 but specifi...Alexis La Goutte1-2/+2
2015-01-17X509AF: dissect Certificate Serial Number as INT64 instead of INT32Pascal Quantin2-4/+9
2015-01-17A few more emem replacements with wmem.Michael Mann2-10/+8
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann6-10/+22
2015-01-17Added Card Application Toolkit Transport Protocol (CATTP) dissectorSebastian Kloeppel4-0/+609
2015-01-17Correct PF field offset when looking for DARussel1-1/+1
2015-01-17dissect CCRC, APRC and the APDU body's dataMartin Kaiser1-2/+28
2015-01-17dissect the serial characters and the CRCMartin Kaiser1-2/+35
2015-01-17RSYNC: Malformed Packet on rsync-version with length 2Alexis La Goutte1-2/+2
2015-01-17EAPOL-MKA: Included fixes for the distributed sak handling.maisheri3-3/+23
2015-01-17PacketLogger files can be big-endian or little-endian.Guy Harris1-12/+52
2015-01-16USB: do not put usb_address_t structure on stack and initialize it completely...Pascal Quantin1-16/+17
2015-01-16Update a commentPascal Quantin1-2/+2
2015-01-16Update comment to reflect the current reality.Guy Harris1-1/+2
2015-01-16Spaces separate bytes; they don't have to surround them.Guy Harris1-6/+7
2015-01-16IS-IS: Add missing i variable for subclv loop (IS Reachability)Alexis La Goutte1-1/+1
2015-01-16IS-IS: wrong length for SubTLV 18 (TE default Metric)Alexis La Goutte1-1/+1
2015-01-16Kill more unused emem functionsEvan Huus4-60/+1
2015-01-16CMakeList.txt/Makefile.am (root) : fix indent (use tabs)Alexis La Goutte2-124/+137
2015-01-16ZBee ZCL: use tvb_get_guint8() (avoid tvb_get_ptr... !)Alexis La Goutte1-1/+1
2015-01-16Remove se_ alloced memory from packet_list_storeMichael Mann1-3/+3
2015-01-16GSM SIM: enhance dissection of APDU Class bytePascal Quantin1-9/+73
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann26-114/+117
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann6-20/+20
2015-01-16bug 10833 undecoded bitmaps were being displayed raw which is hard to interpr...Chris Brandson1-70/+105
2015-01-16(Trivial) Move a comment next to the code related to it.Jeff Morriss1-7/+7
2015-01-16Quakeworld: Nesting level does not match indendation (CID 1159218)Alexis La Goutte1-1/+2
2015-01-16Remove the last two true calls to se_alloc.Michael Mann2-11/+35
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann9-17/+36
2015-01-16QT: stats_tree plug-ins not added to statistics menuDeon van der Westhuysen3-0/+61
2015-01-15Replace C++ style comment with C style.Michael Mann1-1/+1
2015-01-15Conversation Table : Copy-paste error (CID 1262415)Alexis La Goutte1-1/+1
2015-01-15NetFlow: Assign instead of compare (CID 1262419 & 1262420)Alexis La Goutte1-2/+2
2015-01-15Packet List (Qt): Missing break in switch (CID 1262418)Alexis La Goutte1-0/+1
2015-01-15Address to str: Missing break in switch (CID 1262416 & 1262417)Alexis La Goutte1-0/+3
2015-01-15HTTP: fix implicit conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-1/+1
2015-01-15ZigBee: packet scope memory cannot be used for BASE_CUSTOM callbacksPascal Quantin2-2/+8
2015-01-15HTTP Dissector: Add CitrixAGBasic authenticationUli Heilmeier1-0/+122
2015-01-15CMake: Rename the windeployqt variable.Gerald Combs1-3/+6
2015-01-15Fix-copy-qt-dllGraham Bloice1-2/+6
2015-01-15remove the executable bits from packet-zvt.cMartin Kaiser1-0/+0
2015-01-15start a dissector for ZVT KassenschnittstelleMartin Kaiser4-0/+356
2015-01-15Modify the errorcode defenition to suit ANSI MAP, this is (probably) OK asAndersBroman2-7/+49