aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-20pdb_zip_package: Enable multithreaded compression.Gerald Combs1-1/+3
2015-01-20Fix one item.Guy Harris1-7/+13
2015-01-19CMake: Add a pdb_zip_package target.Gerald Combs1-0/+26
2015-01-19The times in question are local, not UTC.Guy Harris1-8/+26
2015-01-19add some more apdus to the apdu tableMartin Kaiser1-5/+15
2015-01-19start dissecting the ZVT authentication apduMartin Kaiser1-3/+104
2015-01-19display the control field text in the info colMartin Kaiser1-0/+2
2015-01-19continue the dissection of ZVT APDUsMartin Kaiser1-22/+90
2015-01-19tvb_length() -> tvb_captured_length()Martin Kaiser1-1/+1
2015-01-19synphasor: (trivial) Do dissector_add_uint("rtacser.data",...) only onceBill Meier1-12/+11
2015-01-19README.dissector: Minor update re date/time display.Bill Meier1-2/+3
2015-01-19synphasor: prevent possible crash; gmtime() can return NULL;Bill Meier1-11/+3
2015-01-19dmp, gmhdr, vssmonitoring: prevent possible crashes;Bill Meier3-3/+15
2015-01-19smb-pipe: prevent possible crash; gmtime() can return NULL.Bill Meier1-18/+8
2015-01-19BGP: EVPN - Route Type 4 - "Invalid length of IP Address" - "Expert Info" sho...Alexis La Goutte1-2/+2
2015-01-19BGP: fix field bgp.evpn.nlri.mpls_ls is not of type FT_STRING, FT_STRINGZ, o...Alexis La Goutte1-1/+1
2015-01-19Don't mix declarations and code - it's not legal C90.Guy Harris1-1/+2
2015-01-19ZigBee: fix dissection of epoch time in OTA clusterPascal Quantin1-0/+1
2015-01-19On my system NSIS installs in the path defined in environment variableAndersBroman1-0/+2
2015-01-19Updated company name from Nokia Siemens Networks to Nokia Solutions and Netwo...Josip Medved7-22/+22
2015-01-19JSMN : fix typo (it will be fix make distcheck)Alexis La Goutte1-1/+1
2015-01-19Fix make dist on Ubuntu buildbotAlexis La Goutte1-2/+1
2015-01-19epl: Rework POWERLINK (EPL) dissectorJosef Baumgartner1-191/+401
2015-01-19JSON dissector changed into heuristic dissector.Dario Lombardo11-67/+693
2015-01-19TCAP: support dialogue confirmationLuke Mewburn4-119/+115
2015-01-19Skinny: packet-skinny.cDiederik de Groot3-48/+95
2015-01-19RTP: Parse problem in dissect_rtp_hext_rfc5215_onebyteSergio Moreno Mozota1-0/+6
2015-01-19Convert OID APIs to use wmem.Michael Mann34-254/+322
2015-01-19Eliminate ep_strdup(), as it's no longer used.Guy Harris4-47/+0
2015-01-19smpp: Prevent crash if invalid date/time field.Bill Meier1-4/+15
2015-01-18Reflect the disappearance of the seasonal allocator.Guy Harris1-2/+0
2015-01-18This currently requires emem.h.Guy Harris1-0/+1
2015-01-18[Qt] Run windeployqt for Qt versions greater than 5.2AndersBroman1-1/+1
2015-01-18Put back ep_alloc0(), accidentally deleted in the removal of the se_ stuff.Guy Harris1-6/+7
2015-01-18This file currently does need emem.h.Guy Harris1-0/+5
2015-01-18Nobody uses se_ allocations, so remove the code for them.Guy Harris5-316/+4
2015-01-18Remove a couple more apparently-no-longer-necessary emem.h includes.Guy Harris2-2/+0
2015-01-18Update some comments to reflect reality.Guy Harris10-24/+29
2015-01-18Replace the last THROW ep_ calls with wmemEvan Huus1-13/+15
2015-01-18replace DISSECTOR_ASSERT ep strings with wmemEvan Huus1-16/+24
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris24-34/+0
2015-01-18CMake: Copy data files to the run directory.Gerald Combs2-39/+191
2015-01-18proto.c: Update some comments to reflect realityBill Meier1-7/+8
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris4-5/+2
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris11-11/+0
2015-01-18Remove seasonal memory from address resolution.Michael Mann1-4/+25
2015-01-18make things a bit easier to read...Martin Kaiser1-3/+4
2015-01-18remove trans_info parameter from dissect_usb_hid_report_item()Martin Kaiser1-6/+3
2015-01-18clean up the functions that dissect the hid requestsMartin Kaiser1-80/+80
2015-01-18remove redundant (and unused) paramter usb_trans_infoMartin Kaiser1-8/+8