aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-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-19Updated company name from Nokia Siemens Networks to Nokia Solutions and Netwo...Josip Medved2-2/+2
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 Lombardo10-67/+692
2015-01-19TCAP: support dialogue confirmationLuke Mewburn2-60/+58
2015-01-19Skinny: packet-skinny.cDiederik de Groot2-39/+66
2015-01-19RTP: Parse problem in dissect_rtp_hext_rfc5215_onebyteSergio Moreno Mozota1-0/+6
2015-01-19Convert OID APIs to use wmem.Michael Mann20-225/+292
2015-01-19Eliminate ep_strdup(), as it's no longer used.Guy Harris2-29/+0
2015-01-19smpp: Prevent crash if invalid date/time field.Bill Meier1-4/+15
2015-01-18This currently requires emem.h.Guy Harris1-0/+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 Harris3-294/+1
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 Harris9-23/+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-18proto.c: Update some comments to reflect realityBill Meier1-7/+8
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris9-9/+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
2015-01-18[Automatic manuf, services and enterprise-numbers update for 2015-01-18]Gerald Combs3-8/+172
2015-01-18ISUP: add dissection of generic number qualifier indicatorPascal Quantin1-5/+21
2015-01-18HTTP: revert a change done in g0ee179cPascal Quantin1-1/+3
2015-01-18no need for if(tree)Martin Kaiser1-7/+4
2015-01-18ftype (integer): fix Uninitialized argument value found by Clang AnalyzerMichael Mann1-0/+3
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin7-229/+184
2015-01-18LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin1-4/+6
2015-01-18ASN.1: regenerate dissectors after g506409dPascal Quantin5-13/+13
2015-01-18We need epan/wmem/wmem.h regardless of whether we have GeoIP.Guy Harris1-4/+6